POST
VBScript
JavaScript Object Notation
By using runat="server" attribute..
george
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.
Grid control is used to display/edit/Delete/insert rows of records
Client side control will do validation and other kind of stuff in the client side.
Telirick Grid control is like asp.net grid control, with more advanced/customised features.
it is a data that is bounded. Example of control that bound data is GridView and DetailsView.
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.
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>
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