What I need to do?
a) Create a web page with 3 frames in it
b) Get the information using this web page and Store the same in a Database. (Not using Data grid)
Performance and Optimization of SQL Server, .NET and Visual Studio
What I need to do?
a) Create a web page with 3 frames in it
b) Get the information using this web page and Store the same in a Database. (Not using Data grid)
open Visual Stdudio.net, create an asp website,and go ahead.
You should use Content Holder control to make your page a composition of frames.
You can get information from Text Box ,Com Bobox , List Box and so on.
Just you should treat with their values as Data Cell in the DB.
Get the value from them and insert into DB.