Hi,
I am creating a online visitor tracking application in vb.net. This application tracks the visitor from my website and display records in my application.
All the records are carry with xml web services [nusoap]. This Xml is bind to my datagridview control. Every time [on timer tick event] web services generate xml and bind to datagridview. This way i need to clean my datadgidview rows and re-bind again. so that i have lost my selection and order.
Is there any way so that i can update my datagridview rows or can say cell value without clean rows.
Thanks