Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Experts,
I am new to Windows mobile environment.
I need to show a datagrid in windows mobile and have to trigger the selected index or
row events that triggered in GridView in ASP.Net.
And i have to get the a particular column value from the selected row from the datagrid.
Any links and suggestions are much useful.

The code i am using is,

dataGrid1.DataSource = ds.Tables[0];


for binding the data into the datagrid.

the datagrid properties has some events. I dont know which event to fire to satisfy my requirement. Kindly give me a ideas or suggestions regarding this.
Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900