Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJROC / JROCK / JROQ / Other Pin
Member 391904912-Sep-08 15:19
Member 391904912-Sep-08 15:19 
QuestionWeird error when I try to create a user through Web Site Administration Tool Pin
Member 391904912-Sep-08 10:42
Member 391904912-Sep-08 10:42 
QuestionWeb Site Administration Tool Pin
Member 391904912-Sep-08 8:59
Member 391904912-Sep-08 8:59 
AnswerRe: Web Site Administration Tool Pin
Jason Lepack (LeppyR64)12-Sep-08 9:03
Jason Lepack (LeppyR64)12-Sep-08 9:03 
GeneralRe: Web Site Administration Tool Pin
Member 391904912-Sep-08 9:49
Member 391904912-Sep-08 9:49 
GeneralRe: Web Site Administration Tool Pin
Jason Lepack (LeppyR64)12-Sep-08 9:55
Jason Lepack (LeppyR64)12-Sep-08 9:55 
GeneralRe: Web Site Administration Tool Pin
Member 391904912-Sep-08 10:10
Member 391904912-Sep-08 10:10 
Questionhandle button click event within GridView Pin
Meax12-Sep-08 8:53
Meax12-Sep-08 8:53 
i have a gridview and it has 2 rows.

in each row there is a button (Show Details).

i would like to take the user to another page page when he cliks the button. and in this page show the details of the particular row from the 1st page.

this is my gridview:

<br />
<asp:gridview id="GV1" runat="server" autogeneratecolumns="False" xmlns:asp="#unknown"><br />
    <columns><br />
         <asp:buttonfield text=" Show Details " headertext="Show Details" buttontype="button" commandname="ShowDetails" />  <br />
         <asp:boundfield headertext="ID Number" datafield="IDNumber" readonly="true" /><br />
        <asp:boundfield headertext="First Name" datafield="FirstName" /><br />
        <asp:boundfield headertext="Last Name" datafield="LastName" /><br />
    </columns><br />
        </asp:gridview><br />



how can i do this from the code behind page?
AnswerRe: handle button click event within GridView Pin
Meax12-Sep-08 11:30
Meax12-Sep-08 11:30 
AnswerRe: handle button click event within GridView Pin
Linda1st16-Sep-08 10:23
Linda1st16-Sep-08 10:23 
QuestionMailing thru Asp.net Pin
Satish_S12-Sep-08 6:51
Satish_S12-Sep-08 6:51 
AnswerRe: Mailing thru Asp.net Pin
Manas Bhardwaj12-Sep-08 6:58
professionalManas Bhardwaj12-Sep-08 6:58 
GeneralRe: Mailing thru Asp.net Pin
Satish_S12-Sep-08 7:03
Satish_S12-Sep-08 7:03 
GeneralRe: Mailing thru Asp.net Pin
MidwestLimey12-Sep-08 7:54
professionalMidwestLimey12-Sep-08 7:54 
AnswerRe: Mailing thru Asp.net Pin
Steven A. Lowe12-Sep-08 18:18
Steven A. Lowe12-Sep-08 18:18 
GeneralRe: Mailing thru Asp.net Pin
Satish_S12-Sep-08 21:54
Satish_S12-Sep-08 21:54 
QuestionServer Status Pin
balu1234512-Sep-08 4:12
balu1234512-Sep-08 4:12 
AnswerRe: Server Status Pin
Ashfield12-Sep-08 4:44
Ashfield12-Sep-08 4:44 
AnswerRe: Server Status Pin
Paul Conrad12-Sep-08 5:33
professionalPaul Conrad12-Sep-08 5:33 
AnswerRe: Server Status Pin
Steven A. Lowe12-Sep-08 18:22
Steven A. Lowe12-Sep-08 18:22 
QuestionHight on a tablecell with linkbuttons problem Pin
thomasa12-Sep-08 4:07
thomasa12-Sep-08 4:07 
AnswerRe: Hight on a tablecell with linkbuttons problem Pin
ToddHileHoffer12-Sep-08 7:04
ToddHileHoffer12-Sep-08 7:04 
QuestionFrom Server to UserPC Under WAN Pin
balu1234512-Sep-08 4:06
balu1234512-Sep-08 4:06 
Questionsending mail through local host [modified] Pin
UD(IA)12-Sep-08 3:37
UD(IA)12-Sep-08 3:37 
AnswerRe: sending mail through local host Pin
MidwestLimey12-Sep-08 7:57
professionalMidwestLimey12-Sep-08 7:57 

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.