Is Possible DataGrid Items Links to Different pages???
-
Hai All, I am using .net1.1 With C# coding.....My Problem is that,In My Datagrid I give 2 Button Columns (One with Button Type= LinkButton and the other One's Button Type=Push Button)in the same row...There are 5 Columns in My Datagrid.While Clicking the Linkbutton I want to Redirect the Page showing the record Details page....And While Clicking the Push Button I want to Redirect To Full Record details Edit Page...In My DataGrid I Load only 5 items.Becoz I not want to Edit the Datagrid showing page itself....If any idea Please help me to solve.... Thanks and regards Bijesh
-
Hai All, I am using .net1.1 With C# coding.....My Problem is that,In My Datagrid I give 2 Button Columns (One with Button Type= LinkButton and the other One's Button Type=Push Button)in the same row...There are 5 Columns in My Datagrid.While Clicking the Linkbutton I want to Redirect the Page showing the record Details page....And While Clicking the Push Button I want to Redirect To Full Record details Edit Page...In My DataGrid I Load only 5 items.Becoz I not want to Edit the Datagrid showing page itself....If any idea Please help me to solve.... Thanks and regards Bijesh
Just put the redirect in the code behind for each button. What don't you know how to do?
I didn't get any requirements for the signature
-
Just put the redirect in the code behind for each button. What don't you know how to do?
I didn't get any requirements for the signature
Hello.... I am using DataGrid ..... With Button columns....How we can type codes in that specified button columns...(I have no Buttons) Just put the redirect in the code behind for each button. then if you any idea please help With Regrds bijesh