finding the index of datagrid using the selected item templates
-
hi all i have a small but complex problem i need to select the row of a data grid using the check box cheched event or radio button checked event.and display the selected row elements in respective textboxes. in short i need to use select command funcionality using chkbox checked event please letme know possible solutions by d by i'm working on ASP.NET 2005 + SQL SERVER 2005
entry level s/w professional
-
hi all i have a small but complex problem i need to select the row of a data grid using the check box cheched event or radio button checked event.and display the selected row elements in respective textboxes. in short i need to use select command funcionality using chkbox checked event please letme know possible solutions by d by i'm working on ASP.NET 2005 + SQL SERVER 2005
entry level s/w professional
A.Vishal wrote:
i need to select the row of a data grid using the check box cheched event or radio button checked event.and display the selected row elements in respective textboxes.
Where is your respective textboxes ? Is it inside grid ? Do you want to implement this using javascript ?
-
A.Vishal wrote:
i need to select the row of a data grid using the check box cheched event or radio button checked event.and display the selected row elements in respective textboxes.
Where is your respective textboxes ? Is it inside grid ? Do you want to implement this using javascript ?
the text boxes are out side the grid and i need to retrieve all the selected row information on clicking the link button (its data bound)item template of grid . i was unable to fetch the text field of the link button under link button clicked event, if i can fetch the text of clicked link button i would be able to get all other credentials using new datasource. i guess u got it pls let me know if any possible solns
entry level s/w professional