Results for asp.net
.net Naming Conventions and Programming Standards .net Naming Conventions and Programming Standards Reviewed by Bhaumik Patel on 10:32 PM Rating: 5

Create a Directory c#

Bhaumik Patel 6:55 AM
Create a Directory add namespace using System.IO; // declare the directory path string _directoryName = @"C:\test\directory-test&qu...Read More
Create a Directory c# Create a Directory c# Reviewed by Bhaumik Patel on 6:55 AM Rating: 5

Dynamic META Tags in asp.net

Bhaumik Patel 6:53 AM
Dynamic META Tags in asp.net <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name=...Read More
Dynamic META Tags in asp.net Dynamic META Tags in asp.net Reviewed by Bhaumik Patel on 6:53 AM Rating: 5

Dynamic Title Tags add in asp.net

Bhaumik Patel 6:45 AM
Dynamic Title Tags in asp.net <title>lesson8 - Dynamic Title Tags</title> // Provide a title tag in the header if (Page.Header ...Read More
Dynamic Title Tags add in asp.net Dynamic Title Tags add in asp.net Reviewed by Bhaumik Patel on 6:45 AM Rating: 5

decimal format in datalist c#

Bhaumik Patel 6:24 AM
string.Format() formatting numbers Number formatting is culture dependant. For example, formatting a currency string on my laptop w...Read More
decimal format in datalist c# decimal format in datalist c# Reviewed by Bhaumik Patel on 6:24 AM Rating: 5

CKEditor

Bhaumik Patel 8:08 PM
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor , which means that the text being edited on it looks as s...Read More
CKEditor CKEditor Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

Auto Complete Textbox asp.net

Bhaumik Patel 7:11 AM
Auto Complete Textbox asp.net Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated lis...Read More
Auto Complete Textbox asp.net Auto Complete Textbox asp.net Reviewed by Bhaumik Patel on 7:11 AM Rating: 5

delegates events in c#

Bhaumik Patel 7:39 PM
Create delegates events in c sharp Whate is delegate ? A delegate is a type-safe object that can point to another method (or possibl...Read More
delegates events in c# delegates events in c# Reviewed by Bhaumik Patel on 7:39 PM Rating: 5

Country dropdown c#

Bhaumik Patel 7:36 PM
Country dropdown without list Add reference using System.Globalization; Country combobox without list of country with NativeName and so mor...Read More
Country dropdown c# Country dropdown c# Reviewed by Bhaumik Patel on 7:36 PM Rating: 5

Url Rewriting in Asp.net

vishal 11:46 AM
Url rewriting is usefull for SEO.It provides us SEO friendly url. Suppose you want to rewrite the following url http://www.urlrewrite.com/...Read More
Url Rewriting in Asp.net Url Rewriting in Asp.net Reviewed by vishal on 11:46 AM Rating: 5
Uploading Multiple Files by Dynamically generated FileUpload Control in c#.Net Uploading Multiple Files by Dynamically generated FileUpload Control in c#.Net Reviewed by vishal on 7:52 AM Rating: 5
asp.net Substitution and Caching example asp.net Substitution and Caching example Reviewed by vishal on 6:34 AM Rating: 5

asp.net Cross-Page PostBack

vishal 5:54 AM
Create  CrossPagePostBack.aspx &lt;%@ Page Language="C#" %&gt; <script runat="server"> </script> &l...Read More
asp.net Cross-Page PostBack asp.net Cross-Page PostBack Reviewed by vishal on 5:54 AM Rating: 5
Update Panel not working in Google Chrome Update Panel not working in Google Chrome Reviewed by vishal on 8:32 AM Rating: 5
Google Buzz Posting from Asp.net Web Application Google Buzz Posting from Asp.net Web Application Reviewed by vishal on 5:17 AM Rating: 5

Send Email from Gmail in asp.net

vishal 7:15 AM
Simplest Way of Sending Email from Gmail protected void btnSendEmail_Click(object sender, EventArgs e) { //Create Mail Message Object wit...Read More
Send Email from Gmail in asp.net Send Email from Gmail in asp.net Reviewed by vishal on 7:15 AM Rating: 5
Client-Side Event to disable button immediately. Client-Side Event to disable button immediately. Reviewed by vishal on 6:34 AM Rating: 5

ASP.NET 4.5 Preview

vishal 9:12 AM
ASP.NET Forms 4.5 Preview   introduces us model binding for web forms. Web developers who are familiar with   ASP.NET MVC   already know wha...Read More
ASP.NET 4.5 Preview ASP.NET 4.5 Preview Reviewed by vishal on 9:12 AM Rating: 5