share

Showing posts with label sql server. Show all posts
Showing posts with label sql server. Show all posts

Tuesday, September 9, 2014



1) Open Visual studio
2)  Open NewWebsite  (Shift+Alt+N)
3) Right click on Solution Explorer select Add new item (Ctrl+Shift+A)
4) Choose New Webform
Create User_details table
 

User_details.sql

 
Create Webform As shown Below:
 Search.aspx

 Search.aspx.cs

 web.config 
 Out-put 

Posted on 2:23 AM by devendar

No comments



1) Open Visual studio
2)  Open New Website  (Shift+Alt+N)
3) Right click on Solution Explorer select Add new item (Ctrl+Shift+A)
4) Choose New Webform

Design Webform as shown below
Default.aspx 


Default.aspx.cs  

web.config  

Create table User_details

Stored Procedure



Script File


Out Put

Posted on 1:45 AM by devendar

No comments

Monday, September 8, 2014


1) Open Visual studio
2)  Create New Website  (Shift+Alt+N)
3) Right click on Solution Explorer select Add new item (Ctrl+Shift+A)
4) Choose New Webform
5) Select Toolbox from view Tab (Ctrl+Alt+X)
6) Select Data Tab From Toolbox
7) Drag And Drop Gridview control to Webform

 Create demo table in Microsoft SQL Server
Demo.sql

 
Default.aspx

Default.aspx.cs

Web.config
Out put
 

Posted on 10:16 PM by devendar

No comments