Click to See Complete Forum and Search --> : displaying retrieved data from database to controls on webform


paradigm77
December 2nd, 2007, 01:20 AM
Hi
I want to retrive data from sql server data base and should be displayed in textboxes of the webform ,on a button click event
and same way to insert the data from text boxes on the webform to the database through a button click.i am using .net 1.1/C#,Sql Server 2000.
any code will help

Thank you

KrisSimonis
December 3rd, 2007, 02:58 AM
Wrong forum, check the forums about C etc. since the database isn't the hard part.

Shuja Ali
December 3rd, 2007, 04:40 AM
Hi
I want to retrive data from sql server data base and should be displayed in textboxes of the webform ,on a button click event
and same way to insert the data from text boxes on the webform to the database through a button click.i am using .net 1.1/C#,Sql Server 2000.
any code will help

Thank you
Look at System.Data.SQLClient namespace on MSDN. You will get your answer there.