What is difference Data List and Data Repeater Control ?
Answer / varinder singh
Datalist
An Array of Rows and based on the Template Selected and the
RepeatColumn Property value The number DataSource records
that appear per HTML
Repeater Control
The Datarecords to be displayed depend upon the Templates
specified and the only HTML generated accordingly. Repeater
does not have in-built support for Sort, Filter and paging
the Data.
Is This Answer Correct ? | 5 Yes | 4 No |
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are the 4 tenants of SOA/D.
Explain the difference between asp.net mvc and asp.net webforms
How can you register a custom server control to a web page?
what is asp.net
How do you design a website with multilingual support in ASP.NET ?
Explain authorization levels in .net ?
What is the use of web.config file?
How do you perform validations?
Which protocol is used to call web service?
How many types of Stored Procedures in SQL Server
Define web services in asp.net.