Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I connection to SQL server by asp form Please help me.
you can add an sql data source control to your page. and follow the wizard to get you to configure your data source.
BiG RaLpH
Hi, Create Connection Object,And Connect To SQl DataBase. SqlConnection Con=New SQlConnection ("SERVER=SERVERNAME;User Id=sa; Password=...; DataBse=...DBName");
Naik M