Click here to Skip to main content
15,902,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: GridView Pin
arkiboys28-Jan-10 5:44
arkiboys28-Jan-10 5:44 
QuestionRad combobox event in java script Pin
acmohanakrishnan27-Jan-10 22:27
acmohanakrishnan27-Jan-10 22:27 
Questionvalidation control problem Pin
Mogamboo_Khush_Hua27-Jan-10 22:25
Mogamboo_Khush_Hua27-Jan-10 22:25 
AnswerRe: validation control problem Pin
Brij27-Jan-10 23:28
mentorBrij27-Jan-10 23:28 
GeneralRe: validation control problem Pin
Anurag Gandhi28-Jan-10 0:15
professionalAnurag Gandhi28-Jan-10 0:15 
GeneralRe: validation control problem Pin
Mogamboo_Khush_Hua28-Jan-10 0:57
Mogamboo_Khush_Hua28-Jan-10 0:57 
GeneralRe: validation control problem Pin
Brij28-Jan-10 6:53
mentorBrij28-Jan-10 6:53 
Questionhyperlink in datalist opening in new window even in target set to parent Pin
Meax27-Jan-10 22:03
Meax27-Jan-10 22:03 

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.