Articles (2414) - Page 158

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.
 
Majith
About Web.Config Files 
Last updated on: 22 Jul 2008 09:17:40 AM by Majith | Views: 8151 | Category: ASP.NET |
I would like to share what I have understood about working with more than one Web.config file from my latest ASP.NET application.
SheoNarayan
3-Tier Architecture in ASP.NET with C# 
Last updated on: 18 Jul 2008 07:29:30 AM by SheoNarayan | Views: 1891802 | Category: ASP.NET |
Votes: 24 | Rating: 4.75 out of 5
3-Tier architecture is a very well know buzz word in the world of software development whether it web based or desktop based. In this article I am going to show how to design a web application based on 3-tier architecture.
SheoNarayan
Difference between asp:LinkButton, asp:ImageButton, asp:Button and asp:HyperLink control 
Last updated on: 15 Jul 2008 01:19:18 PM by SheoNarayan | Views: 184403 | Category: ASP.NET |
Votes: 3 | Rating: 3.67 out of 5
In this article, I am going to describe what are the main differences between asp:LinkButton, asp:ImageButton, asp:Button and asp:HyperLink control and how/where to use them effectively.
SheoNarayan
Working with LINQ to SQL Classes and LinqDataSource Controls 
Last updated on: 15 Jul 2008 09:09:36 AM by SheoNarayan | Views: 57015 | Category: ASP.NET |
As you all know LINQ (Language Integrated Query) is the new way to communicate with database that has been introduced in .NET Framework 3.5. In this article, I am going to explain you how to work with LINQ to SQL Classes and LinqDataSource control. For this, you will need .NET Framework 3.5, Visual Web Developer 2008, and SqlServer Express Database.
SheoNarayan
How to create an ASP.NET website using Visual Web Developer? (Pictorial View) 
Last updated on: 15 Jul 2008 09:08:52 AM by SheoNarayan | Views: 187645 | Category: ASP.NET |
Votes: 8 | Rating: 4.38 out of 5
In this article I am going to show how to start with creating an asp.net website using Visual Web Developer 2008.
SheoNarayan
How to Serialize and DeSerialize an object into XML 
Last updated on: 10 Jul 2008 05:02:58 PM by SheoNarayan | Views: 124268 | Category: ASP.NET |
In this article, I am going to show how to Serialize and DeSerialize an object (can be a collection object or an object) into XML format using ASP.NET System.Xml.Serialization.XmlSerializer class.
SheoNarayan
How to pass a value from User Control to the Page 
Last updated on: 08 Jul 2008 06:09:32 PM by SheoNarayan | Views: 130178 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In the process of developing an application, there are situations when you need to pass a particular value from user control to its calling page. This article describes solution to that type of problem in an easy to follow steps.
  • SheoNarayan
    Creating/Setting properties of User Control in ASP.NET 
    Last updated on: 08 Jul 2008 01:50:54 PM by SheoNarayan | Views: 147563 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    You might have came across a situation where you need to pass a value from your .aspx page to the user control (.ascx). This is possible in several ways including storing values into session or database and again retrieving at the user controls. However, the easiest and optimized way is to create a properties of the user control and set it into the .aspx page and access it from the user control.
    Hardcoder
    Getting all stored procedures from a database 
    Last updated on: 04 Jul 2008 12:12:12 AM by Hardcoder | Views: 7170 | Category: Sql Server |
    Hi all, Here how you can get all the stored procedure from a database. Hey not only the name but the stored procedures definitions also.
    SheoNarayan
    Implementing Custom Paging in ASP.NET with SQL Server 
    Last updated on: 25 Jun 2008 08:00:45 PM by SheoNarayan | Views: 19177 | Category: Sql Server |
    Many a times we need to present bulk data to the user in our day to day application development. Loading all data at one shot is okay when we have few hundreads data but when it comes to thousands of thousands records, it hardly work. In scenario like this we need to go for custom paging in our application.
    Dsvramana
    State management in ASP.NET 
    Last updated on: 20 Jun 2008 01:14:14 AM by Dsvramana | Views: 563467 | Category: ASP.NET |
    Votes: 11 | Rating: 4.36 out of 5
    Web pages rarely be stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes.
    Sbanerjee
    Limiting File Upload Sizes with ASP.NET 
    Last updated on: 09 Jun 2008 10:41:23 AM by Sbanerjee | Views: 15944 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    This example, can be taken aas code snippet, gives idea how to restrict user to upload a file/image within upload limit.
    SheoNarayan
    Checking / UnChecking all checkboxes of the page dynamically in a single click 
    Last updated on: 07 Jun 2008 08:13:47 AM by SheoNarayan | Views: 23644 | Category: JavaScript |
    This article descibes how to write a javascript function that will check/uncheck all the checkboxes of the page in a single click.
    SheoNarayan
    Getting connectionStrings / appSettings values from web.config file 
    Last updated on: 03 Jun 2008 08:54:52 AM by SheoNarayan | Views: 58129 | Category: ASP.NET |
    In this article, I am going to show how to get connectionStrings / appSettings values from web.config file. This article also contains how to get get the connectionString value at .aspx page in case you are using DataSource control like SqlDataSource.
    Animesh
    AJAX.net Questions and Answers 
    Last updated on: 23 May 2008 04:59:34 AM by Animesh | Views: 13755 | Category: ASP.NET AJAX |
    This article describes some ASP.NET Ajax commonly asked questions and answers.