Friday, 27 February 2015

Allow Only Number To TextBox Avoid Character Using RegularExpression Validation in Asp.Net C#

No comments    
categories: , , ,
Allow Only Number  To TextBox  Avoid Character  Textbox Enter Input Only Allowed Number  But Not Allow Character   RegularExpression Validation Using Asp.Net C#. DEMO HTML CODING <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">     <div>         </div>         <asp:TextBox ID="txtNumber" runat="server" Height="16px" AutoPostBack="True" ForeColor="#CC3300" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>     </form> </body> </html>  ...

Wednesday, 25 February 2015

AutoComplete TextBox Search From DataBase Table in Using Windows Application C#

AutoComplete TextBox Search DataBase Table in Windows Application Window Application Search TextBox Related Keyword Display Database Particular Table Record Display In Window Application.  Auto Suggestion Box Master Page  Auto Suggestion Box Multiple Table Search  Auto Suggestion...

Friday, 20 February 2015

How to Get Complete Month & Day Name From Current DateTime Using Asp.Net C#

No comments    
categories: , , ,
How to Get Complete Month & Day Name From Current DateTime Get Current  Day & Month Full Name From DateTime  Using in C# .                               Download Coding          ...

Wednesday, 18 February 2015

Validation to Check Duplicate Records Before Inserting Using in Asp.Net C#

No comments    
categories: , ,
Validation to Check Duplicate Records Before Inserting If UserName or Id Values Enter in  Manually  Avoid Duplicate Values Before Insert  to Validate Using  Asp.Net C#.                                ...