Thursday, September 27, 2007

ASP.NET - Auto Complete Feature using VB.NET

ASP.NET - Auto Complete Feature using VB.NET: "ASP.NET - Textbox AutoComplete Feature using VB.NET The entire internet world is now moving towards the AJAX and related features. In another one or two years there won't be much web sites without the features of AJAX. One of the most respected feature of AJAX Control Extension kit is the Autocompletion feature. But it is not much"

Wednesday, September 12, 2007

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Dropdown List with Values from Database It is often needed to get input from the user from a predefined list of values available in a database. For this we will be using dropdown list control available in ASP.NET."

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Reusing the existing Web Form Yes, you have made a lot of effort to make a form with all the functional codings and features. Do you need to put the same effort for all the forms. No Definitely not. Or atleast, I'm not doing that mistake. Because, once if a form is working perfectly and tested to 100% accuracy, it is easy to use this resource in order to make the new form with higher accuracy."

ASP.NET - Formatting Date Field in Grid View

ASP.NET - Formatting Date Field in Grid View: "ASP.NET - Formatting Date Field in Grid View Sometimes we wish to display the date and time differently than the system settings oriented display. For example we wish to display in the formats dd-MMM-yy or dd-MMM-yy HH:mm:ss or simply MMM-yyyy etc. This is very simple to achieve. Do the following steps in order to do like this."

ASP.NET - Formatting Date Field in Grid View

ASP.NET - Formatting Date Field in Grid View: "ASP.NET - Displaying only the required fields in Grid View Eventhough we have a number of fields in the physical database table, for quite a many reasons, we want to display only a limited number of fields in the grid view. By default, when we assign the datasource and bind the control, the gridview displays all the fields in the output. We need to use the following procedure to display only the required fields."

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Paging Provision in Grid View It is really wonderful that the paging provision is very simple in Grid View but very much powerful as far as the visitor experience is concerned. We need to use the following procedure to get the Paging facility to our Gridview."

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Sorting Provision in Grid View It is really wonderful that the paging provision is very simple in Grid View but very much powerful as far as the visitor experience is concerned. We need to use the following procedure to get the"

ASP.NET - Paging Provision in Grid View

ASP.NET - Paging Provision in Grid View: "ASP.NET - Creating Template Field in Grid View What is a template Field? A template field is nothing but placing standard controls within the GridView. GridView provides some of the controls which are more or less equivalent to the standard controls like TextBox, Checkbox etc. But sometimes, we may have to place some other standard control within the GridView for better programming and better user experience. In this time we will be going for a template field. Template field also enables us to place controls in header and footer also. For example, we want to place a control in the footer area of the GridView in order to display the total of a column of want to display the total number of records in the footer. Then I use"

Sunday, September 9, 2007

Untitled Page

Untitled Page: "SP.NET - Formatting Date Field in Grid View Sometimes we wish to display the date and time differently than the system settings oriented display. For example we wish to display in the formats dd-MMM-yy or dd-MMM-yy HH:mm:ss or simply MMM-yyyy etc. This is very simple to achieve. Do the following steps in order to do like this."

ASP.NET - Listing of Records in Grid View

ASP.NET - Listing of Records in Grid View: "ASP.NET Listing of Records in Grid View It is very simple to display the records in a Grid View. 1. If you have not downloaded this project, download it and open it in Vistual Studio 2005 using Open Website option. 2. Add a new form to the project and open it in design view. 3. Place a grid view control in a form. 4. Write the following highlighted code in the Code Module."

ASP.NET - Creating a Professional Data Entry Screen

ASP.NET - Creating a Professional Data Entry Screen: "ASP.NET - Creating a Professional Data Entry Screen Developing a professional data entry screen using ASP.NET like the one given is explained in this article. A profession entry screen contains provision to list and view the existing entries similar to the one below:"