Fully editable grid written in asp.net for viewing and editing multiple database
tables
Screen shot of the main program screen with editable grid:
This sample shows how you may use grid in asp.net for edit,view,delete
and add reccords to database table that you choose in the run time. Also,
that code shows the method of disabling some fields for editing.
Environment: Asp.net, any database with oledb driver.
How to use sample:
1.Download grid.zip
2.Copy mycon.udl to the root of the disk C (you must have C:\mycon.udl)
3.Run gridset.msi - this install grid on the IIS (you may choose any directory
during setup)
4.Double click on the mycon.udl and configure database connection
5.Use grid
|