ASP.NET Articles (487) - Page 8

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 add a button with custom command name and perform an operation? 
Last updated on: 12 Oct 2011 08:50:35 AM by SheoNarayan | Views: 29392 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
To add a button for each record in the GridView and perform some custom operation on click of this button, we can follow this approach.
SheoNarayan
How to perform Edit, Update, and Delete operation in GridView? 
Last updated on: 10 Oct 2011 07:48:00 AM by SheoNarayan | Views: 223721 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
To perform CRUD operation (create, read, update and delete) operation with GridView, we can follow this approach.
Merryj
Pagination & Sorting as Usercontrol 
Last updated on: 11 Oct 2011 12:43:43 AM by Merryj | Views: 18144 | Category: ASP.NET |
Votes: 4 | Rating: 5 out of 5
It is a control used to move to any pages that we need .We can set the page size of the grid using this control. We can sort any column in ascending and descending order by just clicking corresponding heading with this control. Using this control users can move to the first and last page with just a button click. It also displays the total records and total number of pages available with respect to the given page size.
SheoNarayan
How to generate edit, delete, update and select buttons automatically? 
Last updated on: 04 Oct 2011 08:35:34 AM by SheoNarayan | Views: 35304 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
To generate Edit, Delete, Update and Select buttons automatically in the GridView, we can follow this approach.
SheoNarayan
How to select all records (checkboxes for each record) from GridView in ASP.NET 
Last updated on: 01 Oct 2011 10:06:43 AM by SheoNarayan | Views: 26396 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
To select all records from the GridView using CheckBox, we can follow this approach.
SheoNarayan
How to select multiple records from multiple pages of the GridView and persist the selection during pagination? 
Last updated on: 28 Sep 2011 07:28:16 AM by SheoNarayan | Views: 32478 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
To select multiple records from the GridView and persist the selection across different pages, we can follow this approach.
SheoNarayan
How to select multiple records from GridView and retrieve selected records value? 
Last updated on: 26 Sep 2011 11:28:28 AM by SheoNarayan | Views: 42115 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
To select multiple records from the GridView and retrieve selected records, we can follow this approach.
  • SheoNarayan
    How to select a GridView row and persist selection across different pages of the GridView 
    Last updated on: 22 Sep 2011 03:36:24 AM by SheoNarayan | Views: 26260 | Category: ASP.NET |
    Votes: 1 | Rating: 4 out of 5
    In this article, we shall learn how to select GridView rows and persist the selection during GridView pagination.
    Kasarlaravi
    Maintaining State of Checkboxes in a pagination enabled GridView 
    Last updated on: 27 Sep 2011 05:16:10 AM by Kasarlaravi | Views: 21946 | Category: ASP.NET |
    Votes: 5 | Rating: 4.4 out of 5
    If we want to delete multiple users using Checkbox selection inside the GridView control with no paging can do easily. What is the case if there are multiple pages?
    SheoNarayan
    How to do pagination for the GridView data ? 
    Last updated on: 19 Sep 2011 06:32:22 AM by SheoNarayan | Views: 24905 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    To do paginations to display large number of records on the page using GridView and Display a custom message when no records to display in the GridView, we can follow this approach.
    Sheonarayan
    How to sort the GridView data in ASP.NET? 
    Last updated on: 16 Sep 2011 12:44:05 AM by Sheonarayan | Views: 111363 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    In this article, we shall learn how to sort the GridView data in ASP.NET.
    Kasarlaravi
    Displaying user details using ModalPopupExtender 
    Last updated on: 27 Sep 2011 05:14:53 AM by Kasarlaravi | Views: 12406 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    ModalPopupExtender is used to open a pop-up or to open a separate ASP.NET page as a pop-up
    Sheonarayan
    How to populate GridView from code behind? 
    Last updated on: 14 Sep 2011 06:38:17 AM by Sheonarayan | Views: 70870 | Category: ASP.NET |
    In this article, we shall learn how to populate GridView from code behind. This tutorials is for beginners.
    Sunitha
    Web Matrix - Custom Templates 
    Last updated on: 09 Sep 2011 06:26:51 AM by Sunitha | Views: 16803 | Category: ASP.NET |
    In this tutorial, we will learn to create our own custom template which can be used for creating web sites
    Ambily.raj
    Encrypt and Decrypt Web.Config 
    Last updated on: 07 Sep 2011 01:22:31 AM by Ambily.raj | Views: 76154 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    Security is one of the major aspects in terms of a web application. Security can be implemented using different methods in a web application. One of the main components, which required high security, is the configuration files, where we will define the configurations. In this document, we will discuss about the simple way to protect the web.config entries.