Articles (2414) - Page 95

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.
 
Sheonarayan
ASP.NET Validations Tips and Tricks Part-III 
Last updated on: 19 Jul 2011 10:11:01 AM by Sheonarayan | Views: 14819 | 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.
RaviRanjanKr
Using Order by Clause with Column_Index instead of Column Name 
Last updated on: 18 Jul 2011 05:54:44 PM by RaviRanjanKr | Views: 11045 | Category: Sql Server |
Votes: 2 | Rating: 5 out of 5
This article enable you to learn how to use Column Index Number instead of Column Name in the order by clause and where it should be used.
Sheonarayan
ASP.NET Validations Tips and Tricks Part-II 
Last updated on: 18 Jul 2011 09:19:28 AM by Sheonarayan | Views: 9113 | 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.
Certifiedkiller2000
Private Constructor in C# 
Last updated on: 17 Jul 2011 08:13:46 AM by Certifiedkiller2000 | Views: 18054 | Category: C# |
Votes: 2 | Rating: 4 out of 5
In this article we will learn creating a private contructor and instantiating an object.
Esensahoo
Delegates to Events a close look and practical use 
Last updated on: 16 Jul 2011 02:37:24 AM by Esensahoo | Views: 17656 | Category: C# |
Votes: 2 | Rating: 5 out of 5
This article describes basics about delegate and events and later shows how it can be used in project or real time scenario.
Sheonarayan
ASP.NET Validations Tips and Tricks Part-I 
Last updated on: 15 Jul 2011 05:31:11 AM by Sheonarayan | Views: 8778 | 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.
Naimishforu
SharePoint 2010 Development Series - Part 1 
Last updated on: 15 Jul 2011 03:09:32 AM by Naimishforu | Views: 7429 | Category: SharePoint |
Votes: 1 | Rating: 5 out of 5
SharePoint 2010 Development Series
  • Sheonarayan
    Button Tips and Tricks Part-III 
    Last updated on: 13 Jul 2011 08:44:31 AM by Sheonarayan | Views: 6730 | 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.
    Vishvvas
    Weak references in .NET (Part I) 
    Last updated on: 12 Jul 2011 04:31:31 AM by Vishvvas | Views: 21956 | Category: .NET Framework |
    Votes: 2 | Rating: 5 out of 5
    In this article, we are going to learn what are weak reference types and explore the scenarios for its usage.
    Vishvvas
    Weak references in .NET (Part II) 
    Last updated on: 12 Jul 2011 02:34:41 AM by Vishvvas | Views: 11903 | Category: .NET Framework |
    Votes: 2 | Rating: 4.5 out of 5
    This is continutaion of earlier article on the same subject, delving into long weak references.
    Cp_raj
    Display Current Login username in sharepoint control 
    Last updated on: 11 Jul 2011 10:42:48 AM by Cp_raj | Views: 38859 | Category: SharePoint |
    In this article, we are going to learn how to display current login username in sharepoint using Javascript.
    Cp_raj
    To view full viewname in sharepoint 
    Last updated on: 11 Jul 2011 07:24:31 AM by Cp_raj | Views: 10392 | Category: SharePoint |
    In sharepoint view if the view name is bit long then its trimming the name with three dots. Last week I got a requirement from client that he need a fullname of the view.So I searched to see any configuration change in sharepoint. But I didnt come across any solution. So i plan to do it using javascript......
    Sheonarayan
    Button Tips and Tricks Part-I 
    Last updated on: 11 Jul 2011 03:58:55 AM by Sheonarayan | Views: 13175 | 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.
    A4u_6178
    Using Xml file With the Gridview and Textboxes 
    Last updated on: 11 Jul 2011 01:39:00 AM by A4u_6178 | Views: 27765 | 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: 9338 | 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.