Difference Between GridView And DataList
Answers were Sorted based on User's Feedback
Answer / skmdali786
Grid View Supports Selection, Editing, Sorting And Paging
DataList Can't support Sorting and Paging but Support
Selection and Editing.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / irfanpathan
Grid view displays multiple columns in only one table.But
it can store any no. of columns with images(we use item
template for this).But Datalist we use multiple no. of
columns seperately(i.e not in one table).once see ebay.in
site you can see datalist importance..
Is This Answer Correct ? | 0 Yes | 1 No |
what is diffrence between debug class and trace class in asp.net ?
Explain the asp.net session state modes.
Explain the code Access Security (CAS) in .net Framework?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
Can we use html in asp.net?
How to use push notification?
What are the new data controls in asp.net 2.0?
What language is asp.net written in?
Whats an assembly
About duration in caching technique ?
What are the different types of proxy patterns?
Is it possible to migrate visual interdev design-time controls to asp.net?