ASP.NET Articles (487) - Page 16

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.
 
Questpond
.NET 4.0 MEF FAQ (Socket, Plug and extension) 
Last updated on: 01 Sep 2010 07:09:27 AM by Questpond | Views: 26249 | Category: ASP.NET |
This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologies like Silverlight, WPF and ASP.NET.
Ganeshji
Dynamically adding an item in a DropDownList Control. 
Last updated on: 29 Aug 2010 07:13:16 PM by Ganeshji | Views: 128585 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Here i am going to explain how to add an item dynamically in a DropDownList Control.
Ganeshji
Bulk Email sending through Gmail 
Last updated on: 22 Aug 2010 07:49:41 PM by Ganeshji | Views: 20083 | Category: ASP.NET |
In this article, i have tried to show , 'how to send bulk email using Gmail'.
SheoNarayan
How to receive value from popup page to parent page 
Last updated on: 20 Aug 2010 11:52:26 AM by SheoNarayan | Views: 36342 | Category: ASP.NET |
Votes: 2 | Rating: 4.5 out of 5
In this article, I am trying to answer the question asked about receiving textbox value from popup page to parent page asked in Forums at http://www.dotnetfunda.com/forums/thread2468-taking-values-from-pop-up-page.aspx.
Ganeshji
FormView in Edit, Insert, Readonly mode 
Last updated on: 18 Aug 2010 10:58:25 PM by Ganeshji | Views: 31933 | Category: ASP.NET |
In this article, i have tried to explain three different modes of the FormView control.
SheoNarayan
DropDownList in the GridView - Keeping asp.net forms control in GridView 
Last updated on: 13 Aug 2010 08:49:09 AM by SheoNarayan | Views: 60179 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, I have described the ways of keeping DropDownList in the GridView and binding the data by preserving the default SelectedValue. Apart from DropDownList, I have also shown how to keep CheckBox, RadioButtonList, TextBox in the GridView and preserving the default data.
SheoNarayan
Multiple Files Upload in ASP.NET and ASP.NET with jQuery 
Last updated on: 12 Aug 2010 02:55:55 AM by SheoNarayan | Views: 89502 | Category: ASP.NET |
Votes: 4 | Rating: 4.75 out of 5
This article shows how to upload single and multiple files using FileUpload control on the server using ASP.NET and ASP.NET + jQuery plug in. This articles also covers related configuration settings you need to set in order to limit the size and type of file to be uploaded.
  • Ganeshji
    Paging with Repeater Control 
    Last updated on: 08 Aug 2010 01:45:47 AM by Ganeshji | Views: 98931 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Repeater doesn't have an in-built feature of paging. But we can use paging in it by using PagedDataSource class. Let me explain it in details.
    Questpond
    ASP.NET authentication and authorization 
    Last updated on: 21 Sep 2011 03:37:22 AM by Questpond | Views: 63200 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport. As the article moves ahead it explains basic, digest and integrated authentication in depth. This article also dives in depth on how forms authentication can be used to implement custom authentication and single-sign on authentication. One of the important concepts this article touch bases is ticket generation in cookies and how ASP.NET membership and role can help us to increase productivity.
    SheoNarayan
    .pdf generator in .NET - Dynamically generate .pdf in ASP.NET 
    Last updated on: 22 Oct 2011 09:56:17 AM by SheoNarayan | Views: 288079 | Category: ASP.NET |
    Votes: 8 | Rating: 5 out of 5
    This article explains how to create a .pdf document in .NET using iTextSharp. After reading this article, you should be able to dynamically export GridView into .pdf document. You should also be able to generate .pdf with some custom text and images.
    Ganeshji
    Displaying clickable image in a GridView. 
    Last updated on: 22 Sep 2010 01:27:06 PM by Ganeshji | Views: 25282 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Here an image is displayed in each row of a GridView. And the most interesting point is these images are clickable. If one clicks on an image, he/she gets navigated to another page.
    Ganeshji
    How to work with QueryString? 
    Last updated on: 31 Jul 2010 11:21:13 AM by Ganeshji | Views: 34524 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    Here i have tried to put some explanation about Query String with some examples.
    Ganeshji
    FileUpload Server Control 
    Last updated on: 30 Jul 2010 07:18:32 PM by Ganeshji | Views: 10975 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Using this control, in ASP.NET one can upload files very easily. Though, it has few restrictions, yet I would say it is a fantastic Control.
    SheoNarayan
    ASP.NET GridView + jQuery tips and tricks - Part 2 
    Last updated on: 12 Aug 2010 02:59:54 AM by SheoNarayan | Views: 130771 | Category: ASP.NET |
    Votes: 3 | Rating: 5 out of 5
    This article demonstrate how to do CRUD operation using GridView and jQuery seamlessly (without page refresh) and also describes some simple UI effects in ASP.NET GridView control using jQuery. This is the Part 2 and last part of this article.
    SheoNarayan
    ASP.NET GridView + jQuery tips and tricks - Part 1 
    Last updated on: 24 Jun 2011 04:49:40 AM by SheoNarayan | Views: 233597 | Category: ASP.NET |
    Votes: 5 | Rating: 4.8 out of 5
    This article demonstrate how to do CRUD operation using GridView and jQuery seamlessly (without page refresh) and also describes some simple UI effects in ASP.NET GridView control using jQuery. This is the Part 1 of this article.