Pages

Web hosting

Sunday, 20 April 2014

Networking Hub

Normal 0 false false false EN-US X-NONE GU MicrosoftInternetExplorer4 ...

Friday, 4 April 2014

Asp.Net Basic Controls - Check Boxes

Check Box Control : A check box displays a single option that the user can either check or unchecked. Check box provide more then one option and user can select more then one option at a time. ASP Code :           <asp:CheckBox ID="CheckBox1" runat="server" Text="Maruti" /> Property : Property Description Text The text displayed next to the check box Checked Specifies whether it is...

Monday, 24 March 2014

Asp.Net Basic Controls - Button

Button Control: ASP .Net provides three types of button controls: buttons, link buttons and image buttons. As the names suggest a button displays text within a rectangular area, a link button displays text that looks like a hyperlink. And an Image Button displays an image.  ASP Code:                    <asp:Button ID="Button1" runat="server"...

Sunday, 23 March 2014

Asp.Net Basic Controls - TextBox

TextBox Control: Text box controls are typically used to accept input from the user. A text box control can accept one or more lines to text depending upon the setting of the TextMode attribute.   Asp Code: <asp:TextBox ID="txtstate" runat="server" ></asp:TextBox> Property: Property Description Height Set height of label in px Width Set width of label in px TextMode SingleLine : MultiLine : Password...

Friday, 21 March 2014

Asp.Net Basic Controls - Label

Label Control: Label controls provide an easy way to display text which can be changed from one execution of a page to the next. If you want to display a text that does not change, you use the literal text. Asp code:                <asp:Label ID="Label1" runat="server" Text="Your Name :"></asp:Label> Property: Property Description Text Set Label...

Friday, 25 October 2013

Difference between GET and POST

Ch- 6 DWD Difference between GET and POST Normal 0 false false false EN-US X-NONE GU MicrosoftInternetExplorer4 ...

Page 1 of 41234Next