No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
This is the simplest procedure to insert data in the gridview:- (Suppose you are inserting data from TextBox1 to the table 'table1' in the column 'name') Drag an sqldatasource control on the page Create connection in sqldatasource control by wizard. In the GridView, choose datasource SqlDataSource1 Now, on the button …
Drag a textbox, a button and a SqlDataSource control on the page Create connection in sqldatasource control. If you dont know how, then follow these steps-: Near the top-right corner of SqlDataSource control, there is a very small box containing a black symbol '>', click on that. { Then click …
Asp.net application(file system) is best to create quiz website. You don't have to create seperate page for each question. 1. Create a database and a table with 7 columns-: i)serialno(identity column) ii)question(write question here) iii)option a iv)option b v)option c vi)option d vii)answer then create the first page as login …
Drag a login control and a createuserwizard control to your page. then create the page on which you want to redirect after login in the DestinationPageUrl property of login control,select the page on which you want to redirect. the application is ready, press F5 and run the application, create user …
To permanently store the text, you have to store it in a database. First create the database
The End.
himanshusikka36