Click here to Skip to main content
15,916,949 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get cookies from CookieContainer via ASP.NET? Pin
hello_amigo28-Jan-10 10:57
hello_amigo28-Jan-10 10:57 
AnswerRepost x 3 Pin
Not Active28-Jan-10 13:36
mentorNot Active28-Jan-10 13:36 
Questionhow can I do 64 bit and 128 bit encryption Pin
Member 426027028-Jan-10 4:50
Member 426027028-Jan-10 4:50 
AnswerRe: how can I do 64 bit and 128 bit encryption Pin
Not Active28-Jan-10 5:24
mentorNot Active28-Jan-10 5:24 
GeneralRe: how can I do 64 bit and 128 bit encryption Pin
Member 426027028-Jan-10 15:13
Member 426027028-Jan-10 15:13 
QuestionJunk characters are displayed while reading from text file in ASP.Net Pin
rashmi_s28-Jan-10 0:34
rashmi_s28-Jan-10 0:34 
AnswerRe: Junk characters are displayed while reading from text file in ASP.Net Pin
Prosanta Kundu online28-Jan-10 0:45
Prosanta Kundu online28-Jan-10 0:45 
GeneralRe: Junk characters are displayed while reading from text file in ASP.Net Pin
rashmi_s28-Jan-10 20:17
rashmi_s28-Jan-10 20:17 
QuestionProblem with crystal reports in an asp.net application Pin
aminowest28-Jan-10 0:33
aminowest28-Jan-10 0:33 
QuestionGridView Pin
arkiboys27-Jan-10 22:51
arkiboys27-Jan-10 22:51 
AnswerRe: GridView Pin
Prosanta Kundu online27-Jan-10 23:08
Prosanta Kundu online27-Jan-10 23:08 
GeneralRe: GridView Pin
arkiboys27-Jan-10 23:12
arkiboys27-Jan-10 23:12 
AnswerRe: GridView Pin
keyur satyadev27-Jan-10 23:18
keyur satyadev27-Jan-10 23:18 
AnswerRe: GridView Pin
Brij27-Jan-10 23:21
mentorBrij27-Jan-10 23:21 
GeneralRe: GridView Pin
arkiboys27-Jan-10 23:30
arkiboys27-Jan-10 23:30 
GeneralRe: GridView Pin
keyur satyadev27-Jan-10 23:38
keyur satyadev27-Jan-10 23:38 
if you need the multiple data such as name,lastname etc. then bind the Id as CommandArgument field and when the row command fire make query in database passing with id (command argument value) and fetch the details of that row. in this way you get the multiple values.

if you need only single value such as lastname or name then bind the commandargument field with that field and rowcommand event you get this value using e.commangargument.

hope this is fine with you.

Regards
Keyur Satyadev

GeneralRe: GridView Pin
arkiboys27-Jan-10 23:40
arkiboys27-Jan-10 23:40 
GeneralRe: GridView Pin
Brij27-Jan-10 23:45
mentorBrij27-Jan-10 23:45 
GeneralRe: GridView [modified] Pin
arkiboys27-Jan-10 23:50
arkiboys27-Jan-10 23:50 
GeneralRe: GridView Pin
Brij28-Jan-10 0:13
mentorBrij28-Jan-10 0:13 
GeneralRe: GridView [modified] Pin
arkiboys28-Jan-10 0:18
arkiboys28-Jan-10 0:18 
GeneralRe: GridView Pin
Brij28-Jan-10 0:21
mentorBrij28-Jan-10 0:21 
GeneralRe: GridView Pin
VinayGarg8228-Jan-10 0:35
VinayGarg8228-Jan-10 0:35 
GeneralRe: GridView Pin
arkiboys28-Jan-10 3:43
arkiboys28-Jan-10 3:43 
GeneralRe: GridView Pin
arkiboys28-Jan-10 4:04
arkiboys28-Jan-10 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.