![]() Related Questions 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?
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? Read Answers (4) | Asked by : Ramanan What is the Difference between HTML controls and ASP.net Controls?(Don't tell Runat="server") Read Answers (5) | Asked by : Vijay Naidu 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. ... Read Answers (6) | Asked by : Vijay Naidu 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 ... Read Answers (3) | Asked by : lokesh kumar shukla Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0 Latest Answer : Repeater Control is light weight control and can be used for simple reporting purpose ... 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 ... I have created a custom control to get the values and sum them, Here I am able to get display the controls but I am not able to add the values in the text box which means that I am not able to catch the Latest Answer : First you may build the control ex Button b = new Button(); b.Text = "ex"; Then you add the button to other control right ? like this.control.add(b); but before add the button (b) to other control, you add the even to the button (b) because its a button, ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||