home / developersection / category
The ImageButton control is used to display a clickable image. And has the same functionality as a Button control. It has same event as in Button but
The LinkButton control is used to create a hyperlink button. The LinkButton control has the same appearance as a HyperLink control, but has the same
The HyperLink control is used to navigate from one page to another page. aspHyperLink ID="HyperLink1" runat="server"HyperLinkWe can change its prope
Button control is used to post the form or fire an event on server side. When button is clicked then click event is fired.We can provide an event han
The TextBox server control is an input control that lets the user enter text. Hello Or You can also set the TextMode property to SingleLine MultiL
ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
The Label control is used to display text on a page. aspLabel ID="Label1" runat="server" Text="Hello"The id attribute is used to uniquely identify
The Callback feature that enables you to retrieve page values and populates them to an already generated page without regenerating the page. This cap
Cookies are small bit of text that is stored by web servers on to user machine. It contains user related information, example if we want to store re
Code for the above design (Default.aspx)body formid="form1"runat="server" aspButtonID="btn2"runat="server"Height="30px" stylez-index1left240pxtop
Design code for above design (Default.aspx)headrunat="server" titleCalculatortitle //java script file scriptsrc="calculation.js"type="text/java
ASP.NET Session State enables us to store and retrieve user information as user navigates from one page to another. User information is stored in se