ASP.NET Articles (487) - Page 9

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.
 
Kasarlaravi
URL REWRITING/VIRTUAL URL 
Last updated on: 06 Sep 2011 04:53:55 AM by Kasarlaravi | Views: 20522 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Let us assume that ,we need to display the user public profile information in viewprofile.aspx page Generally we pass the user id in the qurey string like ”viewprofile.aspx?id=100” . We fetch data using id value and displays the information . If client request s you to url format to be like http://yoursite.com/ publicprofile /username For that type of cases we use the url rewriting concepts .
Dhirendra
ADO.Net Entity Framework: How to Retrieve data using Stored procedure step by step 
Last updated on: 22 Aug 2011 09:21:57 AM by Dhirendra | Views: 28837 | Category: ASP.NET |
In this article, I woul like to explain how we can retreive the data through ado.net entiry frameowk by using stored procedure.
Itorian
Show Loading Message while Upload Files in ASP.NET 
Last updated on: 22 Aug 2011 03:02:55 AM by Itorian | Views: 15340 | Category: ASP.NET |
In this Article, we will learn how to display Loading.. message while uploading any files.
Dhirendra
How to add Custom headers into readonly httprequest object using httpModule 
Last updated on: 19 Aug 2011 11:30:20 AM by Dhirendra | Views: 21045 | Category: ASP.NET |
The asp.net httprequest object provides information about the current http request made by the client browsers. So in this article, we will learn how we can add custom header into httprequest object for each aspx request even if this object is read only.
Vishvvas
Revisit the Context option of persistent state management in ASP.NET 
Last updated on: 17 Aug 2011 10:08:20 PM by Vishvvas | Views: 11265 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
The Context.Items option of persistent state menegement is one of the lesser known option but its a good technique in peculiar scenarios and worth mastering.
Sheonarayan
How to access master page variable/property from the content page? 
Last updated on: 10 Aug 2011 03:06:20 AM by Sheonarayan | Views: 49231 | Category: ASP.NET |
In this article, we shall learn how to access master page variable/property from the content page.
Dhirendra
How to Store view state at Server Side step by step 
Last updated on: 08 Aug 2011 11:08:07 AM by Dhirendra | Views: 17615 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, we are going to learn how to store view state at server side in a file and retrieve the state for asp.net page processing.
  • Sheonarayan
    How to access Master page control from the content page? 
    Last updated on: 08 Aug 2011 08:42:38 AM by Sheonarayan | Views: 33407 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    In this article, we shall learn how to access Master page control from the content page.
    Sheonarayan
    How to nest more than one master page in ASP.NET? 
    Last updated on: 05 Aug 2011 04:26:41 AM by Sheonarayan | Views: 12070 | Category: ASP.NET |
    Votes: 3 | Rating: 4 out of 5
    In this article, we shall learn how to nest more than one master page in ASP.NET
    Sheonarayan
    How to change the Master page dynamically for a content page in ASP.NET? 
    Last updated on: 03 Aug 2011 05:39:47 AM by Sheonarayan | Views: 70390 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to change the Master page dynamically for a content page in ASP.NET.
    Sheonarayan
    How to work with or create Master pages in ASP.NET? 
    Last updated on: 01 Aug 2011 07:28:18 AM by Sheonarayan | Views: 15602 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to create and use master page in ASP.NET.
    Sheonarayan
    How to load the user control dynamically? 
    Last updated on: 29 Jul 2011 08:02:45 AM by Sheonarayan | Views: 11178 | Category: ASP.NET |
    In this article, we shall learn how to load the user control dynamically.
    Sheonarayan
    How to pass value from content page or master page to the user control? 
    Last updated on: 28 Jul 2011 06:39:40 AM by Sheonarayan | Views: 14671 | Category: ASP.NET |
    In this article, we shall learn how to pass value from content page or master page to the user control.
    Dhirendra
    How to Implement Post-Cache Substitution using Substitution control and Response object 
    Last updated on: 28 Jul 2011 05:33:09 AM by Dhirendra | Views: 10111 | Category: ASP.NET |
    Post substitution cache wllows us to write dynamica content into web page if the page is served from cache.
    Sheonarayan
    How to implement fragment caching in ASP.NET? 
    Last updated on: 26 Jul 2011 04:57:01 AM by Sheonarayan | Views: 37655 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to cache the user control data or how to implement partial/fragment caching in asp.net.