03-06-2008 11:55 AM
03-10-2008 04:12 AM
Hi,
i have got the solution for it.
i have displayed all the data from SQL server databse on a form using .NET object.
See the attachment.
03-11-2008 07:19 AM
08-01-2008 03:52 AM
Using BindingContext and DataGridView's DataBindings.Add Method , It works, but DataGridView can not input Chinese! It display Chinese well.
08-01-2008 09:28 AM
09-10-2008 02:04 AM
can you please post the code?
Thanks.
09-10-2008 08:46 AM
09-10-2008 11:06 PM
I was asking about the code for data display on .NET datagrid.
But fortunately i got the solution on the discussion forum in other link.
Thanks.
09-11-2008 03:52 PM
Dev,
Could you post the link to the solution you found? It would be helpful for all who stumble by this discussion forum.
Thanks
Mehak
09-11-2008 11:55 PM - edited 09-11-2008 11:57 PM
Hi Mehak,
Here is the code attachment of what I have developed for displaying SQL database values into .NET Datagrid.
Hope this is the one you are looking for..