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!
...
Monday, July 2, 2012
File Uploading to Folder in ASP.NET
Step1: Drag and drop a file uploader and a button control to your form.
Eg:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="Home" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
...
Friday, June 8, 2012
ASP.NET Mobile Development with Visual Studio 2008
Download Template
1.Download Template First
2.Copy zip files with filenames ending with "_cs" to:
[My Documents]\Visual Studio 2008\Templates\ItemTemplates\Visual C#
3.open your visual studio 2008 website project again
4.Right Click Solution Explore and select Add new Item....
5.In the Add New Item dialog box ,in My Template Selection select Mobile Form(select language C#)
To help users with this scenario, I've created...
Wednesday, May 9, 2012
What is IIS?

Internet Information Services (IIS) – formerly called Internet Information Server – is a web server application and set of feature extension modules created by Microsoft for use with Microsoft Windows
History
The first Microsoft web server was a research project at European Microsoft Windows NT Academic Centre (EMWAC), part of the University of Edinburghin Scotland, and was distributed as freeware. However, since the EMWAC server was unable...
Subscribe to:
Posts (Atom)