ASP.NET Articles (487) - Page 27

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
ASP.NET Interview Questions - Part 1 
Last updated on: 20 Jan 2009 02:03:43 AM by Questpond | Views: 38585 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
In this section we will touch base on one of important concepts in ASP. NET.
Questpond
Caching Interview Questions - Part 2 
Last updated on: 19 Jan 2009 01:39:36 AM by Questpond | Views: 9608 | Category: ASP.NET |
In this section we will touch base on one of important concepts in .NET Caching.
Questpond
Caching Interview Questions - Part 1 
Last updated on: 19 Jan 2009 01:21:22 AM by Questpond | Views: 10960 | Category: ASP.NET |
In this section we will touch base on one of important concepts in .NET Caching.
Amit.jain
Redirection to Login page after session time out 
Last updated on: 05 Jan 2009 07:49:14 AM by Amit.jain | Views: 43320 | Category: ASP.NET |
Votes: 2 | Rating: 4.5 out of 5
In this example i'll show how to detect the session timeout which occurs when user is idle for the time specified as Session.Timeout,using C# asp.NET and if it is than redirect the user to login page to login again, for this i've set time out value in web.config file to 1 minute
Amit.jain
Multiple DetailsView using DataKeyNames of a GridView 
Last updated on: 08 Jan 2009 05:27:53 AM by Amit.jain | Views: 15232 | Category: ASP.NET |
This is a example of populating three different DetailsView based on selection of of record in a GridView using Multiple DataKeyNames in C sharp and ASP .NET In this example GridView is populated from a table called Website using SqlDataSource, on GridVies i have defined multiple (3) DataKeyNames separated by comma, which will be used to fetch the record related to those DataKeyName from 3 tables in 3 DetailsViews
Questpond
Crystal and Reporting Services Interview Questions - Part 2 
Last updated on: 31 Dec 2008 06:30:54 AM by Questpond | Views: 9249 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
This Interview Questions is Part 2 and it will give you a quick start for two report giant’s crystal and reporting services.
Amit.jain
Cross page posting, Submit Form and Server.Transfer methods in ASP .NET for data transfer 
Last updated on: 30 Dec 2008 09:59:10 AM by Amit.jain | Views: 22593 | Category: ASP.NET |
To transer data using cross page posting, we need to use FindControl method. We can write code like this
  • Amit.jain
    Data Transfer to other aspx pages using Query String Session cookies and cross page posting 
    Last updated on: 30 Dec 2008 09:44:45 AM by Amit.jain | Views: 14407 | Category: ASP.NET |
    Several time while developing asp .NET applications we need to transfer daa from one page to another, we can achieve this by several methods , some of them are 1. Using Query String 2. Using Cookies 3. Using Session Variables 4. Using Cross Page Posting 5 . Using Server.Transfer
    Amit.jain
    Populating dropdown based on the selection of first drop down in DetailsView using FindControl and ItemTemplate 
    Last updated on: 30 Dec 2008 12:59:45 AM by Amit.jain | Views: 12762 | Category: ASP.NET |
    Here is the code for populating a DropDown based on selection of another drop down list in Details view control of ASP .NET , in this example i've added two DropDowns in DetailsView control using TemplateField and InsertItemTemplate The Second DropDown (ddlProducts) is getting populated based on Category selected in Category DropDown , For this i've used SelectedIndexChanged event and findControl method to find the control and sqldataSource is used as datasource for the dropdowns and DetailView
    Questpond
    Crystal and Reporting Services Interview Questions - Part 1 
    Last updated on: 27 Dec 2008 05:36:16 AM by Questpond | Views: 43037 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    This Interview Questions will give you a quick start for two report giant’s crystal and reporting services.
    Questpond
    Agile Development FAQ - Part 2 
    Last updated on: 26 Dec 2008 04:34:42 AM by Questpond | Views: 7066 | Category: ASP.NET |
    This article is a quick FAQ of Agile. By reading this you will understand fundamentals of Agile and different ways of implementing Agile.
    SheoNarayan
    Creating dynamic image from text 
    Last updated on: 23 Dec 2008 08:49:14 PM by SheoNarayan | Views: 25829 | Category: ASP.NET |
    This article describe how to create an image from text in asp.net with C#.
    Questpond
    Service Oriented Architecture (S.O.A) Interview question - Part 1 
    Last updated on: 19 Dec 2008 05:21:30 AM by Questpond | Views: 42131 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    This section will cover Service Oriented Architecture (SOA) questions.
    Majith
    Reading Selected Element from XML using ASP.NET, C# 
    Last updated on: 25 Nov 2008 09:14:21 AM by Majith | Views: 52142 | Category: ASP.NET |
    I am going to explain about the reading data from xml and filtering particular element and binding into Grid view using ASP.NET ,C#.
    Sbanerjee
    Session maintenance in SQL Server for .Net Applications 
    Last updated on: 27 Nov 2008 05:46:06 AM by Sbanerjee | Views: 10384 | Category: ASP.NET |
    Listing all the steps to show how to configure the SQL Server so that our .Net application can store and retrieve the Session values in and from SQL server.