ASP.NET Articles (487) - Page 7

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

487 records found.
 
SheoNarayan
How to validate a TextBox,DropDownList , ListBox as a mandatory field? 
Last updated on: 12 Nov 2011 02:18:51 AM by SheoNarayan | Views: 12241 | Category: ASP.NET |
To render a TextBox,DropDownList , ListBox as a mandatory field for the end user to input data before a form can be submitted to the server, we can follow this approach.
Vishvvas
Data Repeater Controls in ASP.NET 
Last updated on: 11 Nov 2011 04:38:49 AM by Vishvvas | Views: 8650 | Category: ASP.NET |
.NET framework offers multiple options for achieving the development tasks and it is always challenging to decide when to use what. The data repeater controls in .NET i.e. Repeater, User Control, Custom control, dropdown list etc offers functionality of repeating the data on pages and we would discuss about those controls and their usage.
SheoNarayan
How to render ordered list or un-ordered list (bulleted) using Repeater control? 
Last updated on: 09 Nov 2011 02:03:15 AM by SheoNarayan | Views: 13720 | Category: ASP.NET |
In this article, we shall learn how to list collection of records in the ordered or un-ordered list with custom look and feel using asp:Repeater control.
SheoNarayan
How & where to use Repeater control? 
Last updated on: 08 Nov 2011 01:04:22 AM by SheoNarayan | Views: 9260 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
To list small collection of records on the page with custom layout, we can use asp:Repeater control. This article explains how to use asp:Repeater control.
SheoNarayan
How to paginate records in DetailsView? 
Last updated on: 07 Nov 2011 12:37:15 AM by SheoNarayan | Views: 6147 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
To show the complete details about the record with pagination so that user would be able to navigate between the records, we can DetailsView. In this article we are going to learn how to use DetailsView control.
SheoNarayan
How to show a record using DetailsView in ASP.NET? 
Last updated on: 05 Nov 2011 10:03:08 AM by SheoNarayan | Views: 20342 | Category: ASP.NET |
To show complete details about a record, we can use DetailsView control. In this article we shall learn how to auto populate a single record columns on the page automatically and also how to explicitly specify the look and feel of a record column to display.
SheoNarayan
22 GridView Tips and Tricks by Sheo Narayan 
Last updated on: 03 Nov 2011 02:44:59 AM by SheoNarayan | Views: 74651 | Category: ASP.NET |
Votes: 5 | Rating: 5 out of 5
In this article, we have consolidated all the GridView related articles covering many concepts which would serve as one stop reference.
  • SheoNarayan
    How to do pagination in the ListView using DataPager control? 
    Last updated on: 02 Nov 2011 02:39:35 AM by SheoNarayan | Views: 14201 | Category: ASP.NET |
    To list the paginated records in the ListView, we can follow this approach.
    SheoNarayan
    How to perform CRUD (Create Read Update & Delete) operation in ListView. 
    Last updated on: 01 Nov 2011 02:32:11 AM by SheoNarayan | Views: 20252 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To perform data manipulation (CRUD - Create, Read, Update and Delete) in the ListView, we can follow this approach.
    SheoNarayan
    How to get the primary key value of the GridView rows in JavaScript or popup page? 
    Last updated on: 31 Oct 2011 12:51:36 AM by SheoNarayan | Views: 61439 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    To get the primary ke value of the GridView records in JavaScript, we can follow this approach.
    SheoNarayan
    How to display mouseover effect on GridView rows using CSS? 
    Last updated on: 28 Oct 2011 01:12:12 AM by SheoNarayan | Views: 13555 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To display mouseover effect on the GridView row, we can follow this approach.
    SheoNarayan
    How to work with the nested GridView (a GridView inside another GridView) and populate the data? 
    Last updated on: 27 Oct 2011 06:22:59 AM by SheoNarayan | Views: 23056 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To work with nest GridView (a GridView inside another GridView), we can follow this approach.
    SheoNarayan
    How to do custom pagination in the GridView to achieve better performance in case we have large number of data to display? 
    Last updated on: 25 Oct 2011 03:19:46 AM by SheoNarayan | Views: 16576 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To do custom pagination in the GridView or to do SEO friendly pagination for the GridView, we can follow this approach.
    SheoNarayan
    How to delete multiple selected records from the GridView? 
    Last updated on: 24 Oct 2011 09:24:49 AM by SheoNarayan | Views: 24882 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To delete multiple selected records from the GridView, we can follow this approach.
    Ndebata
    Change background colour of the whole item of a list view 
    Last updated on: 13 Oct 2011 02:12:57 AM by Ndebata | Views: 13113 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    This article describes how to change background colour of the whole item of a list view based on the search string