0% found this document useful (0 votes)
9 views2 pages

8A. Create A Web Application To Demonstrate Various Uses and Properties of Sqldatasource User Interface

Uploaded by

Sakshi Gawde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

8A. Create A Web Application To Demonstrate Various Uses and Properties of Sqldatasource User Interface

Uploaded by

Sakshi Gawde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Name – Shinoj Lalgi BSIT503 Roll no – 79

8a. Create a web application to demonstrate various uses and properties of


SqlDataSource

User Interface

Property Table

Control Name Property/Attribute Value

DropDownList ID, runat, DataSourceID, DropDownList1, server,


DataTextField, DataValueField, SqlDataSource1, Sid, Sid, True
AutoPostBack

SqlDataSource ID, runat, ConnectionString, SqlDataSource1, server, <%$


SelectCommand ConnectionStrings:ConnectionS
tring %>, SELECT [Sid] FROM
[Supplier_Table]

SqlDataSource ID, runat, ConnectionString, SqlDataSource2, server, <%$


SelectCommand ConnectionStrings:ConnectionS
tring %>, SELECT * FROM
[Supplier_Table] WHERE ([Sid] =
@Sid)

ControlParameter ControlID, Name, PropertyName, DropDownList1, Sid,


Type SelectedValue, Int32

DetailsView ID, runat, AutoGenerateRows, DetailsView1, server, False, Sid,


DataKeyNames, DataSourceID, SqlDataSource2, 50px, 125px
Height, Width

BoundField DataField, HeaderText, Sid, Sid, True, Sid


ReadOnly, SortExpression

BoundField DataField, HeaderText, SName, SName, SName


ReadOnly, SortExpression

BoundField DataField, HeaderText, SPhone, SPhone, SPhone


ReadOnly, SortExpression

BoundField DataField, HeaderText, SCity, SCity, SCity


ReadOnly, SortExpression

Keraleeya Samajam (Regd.) Dombivli’s Model College


(Autonomous) 1
Name – Shinoj Lalgi BSIT503 Roll no – 79

WebForm1.aspx

Output

Keraleeya Samajam (Regd.) Dombivli’s Model College


(Autonomous) 2

You might also like