Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #4K

5 Posted Topics

Member Avatar for virusisfound

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 …

Member Avatar for virusisfound
0
466
Member Avatar for azam3404

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 …

Member Avatar for crishlay
0
105
Member Avatar for thundervenk

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 …

Member Avatar for Fortinbra
0
867
Member Avatar for Rakesh Mall

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 …

Member Avatar for himanshusikka36
0
99
Member Avatar for pinkygirl

To permanently store the text, you have to store it in a database. First create the database

Member Avatar for pinkygirl
0
78

The End.