ASP.NET Articles (487) - Page 10

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.
 
SheoNarayan
How to create a user control and use it in the content page or master page? 
Last updated on: 25 Jul 2011 02:41:39 AM by SheoNarayan | Views: 13176 | Category: ASP.NET |
In this article, we shall learn how to create a user control and use it in the content pages or master pages.
Sheonarayan
How to create a menu in ASP.NET using asp:Menu control 
Last updated on: 21 Jul 2011 09:43:08 AM by Sheonarayan | Views: 72640 | Category: ASP.NET |
In this article we shall learn how to generate a menu based on SiteMap file and how to generate Menu from the database.
Vishvvas
ASP.NET Dynamic Data - a boon for developers 
Last updated on: 21 Jul 2011 06:25:26 AM by Vishvvas | Views: 9394 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article we shall learn ASP.NET Dynamic data. With .NET 3.5, a new cool feature is added named as Dynamic Data which is a RAD development paradigm for building functional websites.
Lakhwinder.ghuman
Creating Dynamic Menu in ASP.Net 
Last updated on: 20 Jul 2011 02:44:54 AM by Lakhwinder.ghuman | Views: 43358 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
Creating Dynamic Menu in ASP.net using the Menu Control by fetching the data from the databse.
Sheonarayan
ASP.NET Validations Tips and Tricks Part-III 
Last updated on: 19 Jul 2011 10:11:01 AM by Sheonarayan | Views: 14671 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article we shall learn how to validate a valid email address entered into the textbox, how to compare two textboxes for equality, like password and confirm password, how to perform custom validation in ASP.NET and how to display all validation failed errors in the Alert box or as a summary.
Sheonarayan
ASP.NET Validations Tips and Tricks Part-II 
Last updated on: 18 Jul 2011 09:19:28 AM by Sheonarayan | Views: 8913 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article we shall learn how to validate two different sets of Form fields separately, how to validate a textbox for range of values and how to validate a textbox for correct date.
Sheonarayan
ASP.NET Validations Tips and Tricks Part-I 
Last updated on: 15 Jul 2011 05:31:11 AM by Sheonarayan | Views: 8647 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In this article we shall learn how to validate a TextBox as a mandatory field, how to validate a DropDownList / ListBox and What is Cause Validation property and how to avoid validation on clicking of a button.
  • Sheonarayan
    Button Tips and Tricks Part-III 
    Last updated on: 13 Jul 2011 08:44:31 AM by Sheonarayan | Views: 6678 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article we shall learn how to apply CSS style from the sever side to the asp:Button control, how to fire a server side event on click of the Link and how to specify image as a button and fire server side event.
    Sheonarayan
    Button Tips and Tricks Part-I 
    Last updated on: 11 Jul 2011 03:58:55 AM by Sheonarayan | Views: 13090 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    In this article we shall learn how to fire Server Side method on click of the button, how to access the CommandName property of the asp: Button (using OnCommand event) and what is the use of it and how to access the CommandName property of the asp:Button (using OnClick event) and what is the use of it.
    Ganeshji
    ASP.NET 4.0 Routing 
    Last updated on: 18 Aug 2011 11:56:41 AM by Ganeshji | Views: 109458 | Category: ASP.NET |
    Votes: 5 | Rating: 4.8 out of 5
    In this article, i have tried to explain the ASP.NET 4.0 Routing, with few examples.
    A4u_6178
    Using Xml file With the Gridview and Textboxes 
    Last updated on: 11 Jul 2011 01:39:00 AM by A4u_6178 | Views: 27720 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    The output demonstrates the use of xml file in binding to gridview. This is one of sample webapplication which i created while learning the xml, Xpath and gridview. happy coding...!
    SheoNarayan
    TextBox Tips and Tricks Part-III 
    Last updated on: 09 Jul 2011 09:55:28 AM by SheoNarayan | Views: 9236 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article we shall learn how to limit the maximum number of characters allowed in the Mult-iline textbox, how to avoid text wrapping into the Multi-line textbox, how to apply CSS style into the asp:TextBox and how to set the default focus on the TextBox when page loads.
    SheoNarayan
    TextBox Tips and Tricks Part-II 
    Last updated on: 09 Jul 2011 09:02:17 AM by SheoNarayan | Views: 9186 | Category: ASP.NET |
    In this article we shall learn how to submit a page to the server when the TextBox value has changed, specify the width of the TextBox, specify the Maximum characters allowed for the TextBox, making the textbox readonly or disabled, and displaying multi-line textbox in asp.net.
    SheoNarayan
    TextBox Tips and Tricks Part-I 
    Last updated on: 05 Jul 2011 04:36:41 AM by SheoNarayan | Views: 11608 | Category: ASP.NET |
    Votes: 3 | Rating: 3.67 out of 5
    In this article we shall learn how to programmatically set the TextBox value and get the TextBox value, render a password type textbox and how to specify the AutoComplete type of the TextBox and what is the use of it.
    SheoNarayan
    How to bind dropdownlist with database value 
    Last updated on: 04 Jul 2011 07:02:15 AM by SheoNarayan | Views: 26021 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to bind DropDownList or ListBox to the records coming in from the database.