Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 7162 | Replies: 12
![]() |
hi, do u want the code i used to solve my problem!!
in the datagrid events, add an event of itemDataBound()
which give u eventArgs e
u can use e.itemIndex to get the item index in the datagrid
you can aslo get the data of any column by that index
string name=datagrid.items[e.itemIndex].Tostring()
and so on!!
or send me what the problem you need to solve , your msg was too short
thanx
bye
in the datagrid events, add an event of itemDataBound()
which give u eventArgs e
u can use e.itemIndex to get the item index in the datagrid
you can aslo get the data of any column by that index
string name=datagrid.items[e.itemIndex].Tostring()
and so on!!
or send me what the problem you need to solve , your msg was too short
thanx
bye
Life Is A Big Code
Rushdy Ibrahim
Egypt
Rushdy Ibrahim
Egypt
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode