Very Urgent
-
How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.
-
How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.
-
How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.
you are expecting too much through forums...atleast do something that starts the process, then post that here. then we can help
Cheers Navaneeth!! www.w3hearts.com
-
How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.
Start with learning ADO.Net... So you can read the information by DataSet or DataReader and print in labels on the web page... 1. Prepare the database 2. Open a connection 3. Execute a SqlCommand (or OleDbCommand if you don't use Sql Server) 4. Get the datareader 5. So print the information that you got. Or use the DataSet and DataBindings. Bye, :)
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
-
Start with learning ADO.Net... So you can read the information by DataSet or DataReader and print in labels on the web page... 1. Prepare the database 2. Open a connection 3. Execute a SqlCommand (or OleDbCommand if you don't use Sql Server) 4. Get the datareader 5. So print the information that you got. Or use the DataSet and DataBindings. Bye, :)
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
I forgot, if you intended instead really to create a web page, you only have to use the FileStreams and FTP classes to upload the webpage (or, if the permission of the web-site allows that, you can create directly the page on the web space). Bye,
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it