Articles (2414) - Page 87

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.

2414 records found.
 
Merryj
Pagination & Sorting as Usercontrol 
Last updated on: 11 Oct 2011 12:43:43 AM by Merryj | Views: 18923 | 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 perform Edit, Update, and Delete operation in GridView? 
Last updated on: 10 Oct 2011 07:48:00 AM by SheoNarayan | Views: 226530 | 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.
SheoNarayan
How to generate edit, delete, update and select buttons automatically? 
Last updated on: 04 Oct 2011 08:35:34 AM by SheoNarayan | Views: 36917 | 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 use the stored procedure in ADO.NET? 
Last updated on: 03 Oct 2011 02:06:29 PM by Sheonarayan | Views: 21548 | Category: ADO.NET |
Votes: 2 | Rating: 4 out of 5
In this article, we shall learn how to use the stored procedure in ADO.NET.
Rajasekhar7
Azure Access Control – Authenticating with Google Account 
Last updated on: 03 Oct 2011 02:50:49 AM by Rajasekhar7 | Views: 10669 | Category: Azure |
Votes: 2 | Rating: 4.5 out of 5
Access Control provides an easy way to provide identity and access control to web applications and services, while integrating with standards-based identity providers, including enterprise directories such as Active Directory, and web identities such as Windows Live ID, Google, Yahoo! and Facebook.
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: 27891 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
To select all records from the GridView using CheckBox, we can follow this approach.
Niladri.biswas
Part 11/11:Publish LightSwitch Application as Web application and host in IIS 
Last updated on: 01 Oct 2011 02:46:55 AM by Niladri.biswas | Views: 46084 | Category: LightSwitch |
This is the eleventh part of the 11 series LightSwitch tutorial. In this part we will learn about how to Publish LightSwitch Application as Web Application and host in IIS.
  • Niladri.biswas
    Part 10/11: Publish LightSwitch Application as Desktop application and host in local system 
    Last updated on: 01 Oct 2011 02:43:52 AM by Niladri.biswas | Views: 47228 | Category: LightSwitch |
    This is the tenth part of the 11 series LightSwitch tutorial. In this part we will learn about how to Publish LightSwitch Application as Desktop Application
    Niladri.biswas
    Part 9/11: Using a custom control in LightSwitch 
    Last updated on: 01 Oct 2011 02:42:37 AM by Niladri.biswas | Views: 42124 | Category: LightSwitch |
    This is the ninth part of the 11 series LightSwitch tutorial. In this part we will learn about how to use custom control in LightSwitch Application
    Niladri.biswas
    Part 8/11: Rapport with External Data Source – WCF RIA Service 
    Last updated on: 01 Oct 2011 02:40:56 AM by Niladri.biswas | Views: 41733 | Category: LightSwitch |
    This is the eighth part of the 11 series LightSwitch tutorial. In this part we will learn about how to use WCF RIA Service as our external data source.
    Niladri.biswas
    Part 7/11: Rapport with External Data Source – Database 
    Last updated on: 01 Oct 2011 02:39:49 AM by Niladri.biswas | Views: 37515 | Category: LightSwitch |
    This is the seventh part of the 11 series LightSwitch tutorial. In this part we will learn about how to work with the External Database
    Niladri.biswas
    Part 6/11: Rapport with Details Screen in LightSwitch 
    Last updated on: 01 Oct 2011 02:37:57 AM by Niladri.biswas | Views: 37267 | Category: LightSwitch |
    This is the sixth part of the 11 series LightSwitch tutorial. In this part we will learn about how to work with the Details screen for viewing the Master-Child records
    Niladri.biswas
    Part 5/11: Rapport with List and Details Screen in LightSwitch 
    Last updated on: 01 Oct 2011 02:36:42 AM by Niladri.biswas | Views: 39221 | Category: LightSwitch |
    This is the fifth part of the 11 series LightSwitch tutorial. In this part we will learn about how to work with the List and Detail screen for viewing the records both as list and details.
    Niladri.biswas
    Part 4/11: Rapport with Editable Grid Screen in LightSwitch 
    Last updated on: 01 Oct 2011 02:33:53 AM by Niladri.biswas | Views: 38657 | Category: LightSwitch |
    This is the fourth part of the 11 series LightSwitch tutorial. In this part we will learn about what how to work with the Editable Grid Screen for adding, updating and deleting the records .
    Niladri.biswas
    Part 3/11: Rapport with Search Data Screen in LightSwitch 
    Last updated on: 01 Oct 2011 02:30:40 AM by Niladri.biswas | Views: 18458 | Category: LightSwitch |
    Votes: 1 | Rating: 5 out of 5
    This is the third part of the 11 series LightSwitch tutorial. In this part we will learn about how to work with the Search Data Screen for searching the record that has been entered from the New Data Screen in LightSwitch.