Javascript and Datagrid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everyone, i have a datagrid that displays data from a database (i used a dataset for datasource) i want to access a row in the datagrid from a javascript function. how can i do that??? if i had a texbox for example, i would access it from javascript by his "id".
-
Hi everyone, i have a datagrid that displays data from a database (i used a dataset for datasource) i want to access a row in the datagrid from a javascript function. how can i do that??? if i had a texbox for example, i would access it from javascript by his "id".
hi, Check out this article http://www.dotnetbips.com/displayarticle.aspx?id=205 HTH, Manish