1.

What Property Must Be Set And What Method Must Be Called In Your Code To Bind The Data From Some Data Source To The Repeater Control?

Answer»

You must SET the DATASOURCE PROPERTY and call the DataBind() method.Mention the NAMESPACE that is used to include .NET Data Provider for SQL server in .NET code.The System.Data.SqlClient namespace.

You must set the DataSource property and call the DataBind() method.Mention the namespace that is used to include .NET Data Provider for SQL server in .NET code.The System.Data.SqlClient namespace.



Discussion

No Comment Found