What property must you set, and what method must you call
in your code, in order to bind the data from a data source
to the Repeater control?
Answer / shalini
We will set DataSource and DataMember property of Repeater
Control adn call DataBind() Method in our code.
Is This Answer Correct ? | 1 Yes | 0 No |
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
what is the MSIL assembler do?
What is the difference between exe and dll?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Which namespace is used by ado.net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
can i use store procedure in disconnected mode? give me answer
What is viewstate information stored?
What are different types of directives in .NET ?
In which event of the page life cycle, is the viewstate available?
cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress
What are the benefits of view state?