difference between gridview,data list and repeater control
Answer Posted / mahendra
DataGrid and DataList controls are derived from the WebControl class, while the Repeater control is derived from the Control class. The WebControl class contains a number of aesthetic properties, such as BackColor, ForeColor, CssClass, BorderStyle and so on.
Is This Answer Correct ? | 33 Yes | 12 No |
Post New Answer View All Answers
What is _dopostback in asp net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is the full form of asp.net?
How we can force all the validation controls to run?
What does occur first in ASP.Net, Authentication or Authorization?
Explain what does mvc represent in asp.net? : asp.net mvc
What is asp according to you?
Can we set which type of comparison we want to perform by the CompareValidator control?
How can we inherit a static member?
What is http pipeline in asp.net?
Can we use MSSql as backend in asp.net...if yes then How.?
Do cookies store passwords?
How long should a session id be?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?