answersLogoWhite

0

What else can I help you with?

Related Questions

What is the default scripting language for ASPNET?

VBScript


What is the default serialization used for ASPNet Ajax calls?

JavaScript Object Notation


How can you make cleint side controls as server side controls in aspnet?

By using runat="server" attribute..


How do you use Microsoft richtext box control in aspnet?

george


How do you control a aspnet page where only users can access?

You can control an ASPnet page to where only users can access it by going to the white list. This regulates the access to only users assigned by the administrator.


What is a grid control in aspnet?

Grid control is used to display/edit/Delete/insert rows of records


What is A clientside control IN ASPNET?

Client side control will do validation and other kind of stuff in the client side.


What is a telerik gridcontrol in aspnet?

Telirick Grid control is like asp.net grid control, with more advanced/customised features.


What is data bound in aspnet?

it is a data that is bounded. Example of control that bound data is GridView and DetailsView.


How do you add calendar control in dropdownlist using aspnet?

To add a calendar control in a dropdown list using ASP.NET, you can use a DropDownList control in combination with a Calendar control. First, create the DropDownList in your ASPX page and populate it with items. Then, add a Calendar control to the page and set its visibility to false by default. In the SelectedIndexChanged event of the DropDownList, check for a specific selection that should trigger the calendar to display, and set its visibility to true, allowing users to pick a date.


What is an aspnet webform?

All server controls must appear within a <form> tag, and the <form> tag must contain the runat="server" attribute. The runat="server" attribute indicates that the form should be processed on the server. It also indicates that the enclosed controls can be accessed by server scripts: <form runat="server"> </form>


When you're running a component within aspnet what account is it running under on windows xp ---windows 2000 windows 2003?

It runs on ASPNET (IIS Default Account) found under AD or Users and Computers. The password is autogenerated and DO NOT change the password. If done, there is a document by MS to resolve the issue. Kind regards, Imtiaz Hasham SME IT Networks