I have a form with some text boxes, dropdown list and one gridview control.Also Insert and Update buttons.
After i enter the values in the textboxes and fill the drop down when i click the insert button the values should store in the database.That values in database
should visible in the gridview. Also i have to do update, delete operations.
I have to do this using webpart zone.
For this purpose, I have made a user control and did these things in a normal way.
then i add this user control to my webpart zone in another form.Now its working.
getmedomi
Member
34 Points
76 Posts
adding usercontrols to webpart zone
Oct 02, 2007 04:26 PM|LINK
hi friends.....
I have a form with some text boxes, dropdown list and one gridview control.Also Insert and Update buttons.
After i enter the values in the textboxes and fill the drop down when i click the insert button the values should store in the database.That values in database
should visible in the gridview. Also i have to do update, delete operations.
I have to do this using webpart zone.
For this purpose, I have made a user control and did these things in a normal way.
then i add this user control to my webpart zone in another form.Now its working.
I would like to know whether it is a right way.
If not let me know the other way.
Hope u understand my doubt. Please rply.........
Thanks..........