Basics Menu Control Site Navigation in asp.net
The ASP.NET Menu control allows you to develop both statically and dynamically displayed menus for your ASP.NET Web pages. You can configure the contents of theMenu control directly in the control, or you can specify the contents by binding the control to a data source.
Without writing any code, you can control the appearance, orientation, and content of an ASP.NET Menu control. In addition...
Wednesday, October 31, 2012
Sunday, October 28, 2012
install iis on windows 7

When we try to open new website project in the IIS location in a visual studio 2008 in windows 7
visual studio 2008 specifics IIS is not installed on this computer
steps to install IIS
1. click Start Button, and then click Control Panel.
2. Control Panel, click Programs.
3. Click Turn Windows features on or off under Programs and Features
4. Windows Features dialog box opens ,expand Internet Information...
Friday, October 26, 2012
RequiredFieldValidator

RequiredFieldValidator
The RequiredFieldValidator control check the value is null("") or empty before the user submit the values.The control fails validation if the value it contains does not change from its initial value when validation is performed. If all the fields in the page are valid, the page is valid.
Required Field Validator Propertites
ControlToValidate: Gets or sets the input control to validate.
ErrorMessage: Gets or...
Thursday, October 25, 2012
adding a image

how to add image in asp.net page
Step 1: Right click on the solution and select Add Existing Item.
Step 2: Browse for an image and add it.
Step 4: Now right click on any space on the page and select properties.
Step 5: Go to Background and click the ellipses symbol [...]
Step 6: Browse for the image you added recently and give
Step7: The image will be set as page background!
...
Subscribe to:
Posts (Atom)