⟩ Explain How to bind the controls(best practice) comboboxes to the data in the dataset?
DropDownList1.DataSource=Myds;
DropDownList1.DataTextField = "FieldName";
DropDownList1.DataValueField = "FieldName";
DropDownList1.DataSource=Myds;
DropDownList1.DataTextField = "FieldName";
DropDownList1.DataValueField = "FieldName";
What are Scripting Objects?
Can be Arrays resized by using the keyword REDIM?
What is Response Object?
What is the function of Buffer in Response Object?
What is the command to display characters to the HTML page?
How to insert the records in a database table by using ASP?
What is http header?
What is MSMQ? What is N-tier System?
Explain life cycle of ASP page.
What are the tools used for editing in IIS?