Latest Answer : ASP.NET List controls ==> There are 3 . 1. DropDownList, 2. ListBox and 3.HTMLSelect.1. System.Web.UI.WebControls.DropDownListthis control renders a drop-down list in the page at runtime. Only the selected item is visible when the user is not interacting ...
Which control would you use if you needed to make sure the values in two different controls matched?
In ASP.Net 2.0 Login controls if you want to have your own database for login info how do you do that?
What is the Difference between HTML controls and ASP.net Controls?(Don't tell Runat="server")
asp.net controls one hidden value for each control to maintain state that is exact difference if u put runat="server" and attch one hidden value to html control that works as asp.net control
Latest Answer : There is one other diffrence is -server control inherits from System.Web.UI.Webcontrols but html not. ...
Latest Answer : There are two types of controls .Client Side and Server SideThe client side control dont runat="server" attribute and they dont have events .They are predefined according to a particular action.As for eg.this has the property ...
Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0
Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it
Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0
Latest Answer : Repeater is the LightWieght Control among all of these ...