Click here to Skip to main content
16,023,117 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi i have a problem
i use MstGrid.grdView in C# window application
now i want to when i load form then automatic set data in MstGrid.grdView from database in sql
so please help me
i use first time MstGrid.grdView

thanks in Advance
Posted

1 solution

hi select new dataset option nd assign the datasourse that link to ur database

nd programmaticaly
write query
use dataset
nd bing grdview with dataset

using
gridview1.datasource=ds
gridview1.bind();

reply if ur problem resolved
thanks
 
Share this answer
 

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