Submit Blog Login Last Submitted Blogs RSS Archive Contact  
C#,C-SHARP.NET,ASP.NET
 
 
 
C#,C-SHARP.NET,ASP.NET
ASP.NET atricles,C# .NET tutorials, AJAX, SQL Server Articles tutorials and code examples
Language: English
RSS Feeds for this Blog
Statistics
Unique Visitors: 0
Total Unique Visitors: 52408961
Visitors Out: 11909
Total Visitors Out: 60582
 
 
Articles
Check UserName Email Availability In Asp.Net Using Ajax
2012-02-09 07:33:00
Check Username or Email availability in asp.net using Ajax C# and VB.Net In this post i'm explaining how to check username or email availability using ajax in asp.net user registration page. You may also like to read one of my previous posts where i described how to Create User Registration Form In AspNet. For this example create a table Users in sql server database with ID,Username and...
 
SqlCommand ExecuteXmlReader In Asp.Net
2012-02-08 23:36:00
SqlCommand ExecuteXmlReader Method in Asp.Net Using C# And VB.Net In this post i'm explaining how to use ExecuteXmlReader method of SqlCommand in asp.net. You may also read how to use ExecuteNonQuery, ExecuteReader and ExecuteScalar Methods of SqlCommand in Asp.Net. SqlCommand EcecuteXmlReader Method ExecuteXmlReader method executes the command and builds XmlReader. For ExecuteXmlReader...
 
ExecuteScalar Example In Asp.Net
2012-02-08 05:35:00
SqlCommand ExecuteScalar Method Example in Asp.Net Using C# and VB.Net In this example i'mexplaining when and how to use SqlCommand ExecuteScalar method in asp.net. You may also read how to use other SqlCommand Methods like ExecuteNonQuery , ExecuteReader and ExecuteXmlReader in Asp.Net. SqlCommand ExecuteScalar MethodExecuteScalar Method Executes the query and returns the first column of...
 
ExecuteReader Method Example In Asp.Net
2012-02-07 03:55:00
SqlCommand ExecuteReader Method Example in Asp.Net Using C# And Vb.Net In this example i'm explaining where and how to use ExecuteReader Method of SqlCommand in asp.net using C# and VB.NET. You may also read SqlCommand ExecuteNonQuery Example In Asp.Net to know how to use ExecuteNonQuery in asp.net. ExecuteReader MethodExecuteReader Execute the command and builds or populate the SqlDataReader...
 
SqlCommand ExecuteNonQuery Example In Asp.Net
2012-02-06 08:53:00
SqlCommand ExecuteNonQuery Method Example in Asp.Net. In this post i'm explaining how and when to use ExecuteNonQuery method of SqlCommand in asp.net using C# and VB.NET. ExecuteNonQuery Method ExecuteNonQuery() Executes a Transact-SQL statement and returns the number of rows affected. It returns -1 for SELECT statements and Returns Number of Rows affected for all INSERT DELETE AND UPDATE...
 
Visual Studio Keyboard Shortcuts
2012-02-06 05:28:00
Visual studio keyboard shortcuts. Below is the list of Commonly used visual studio keyboard shortcuts. Navigation Ctrl + ] Moves the cursor to the matching Closing or Opening brace Ctrl + hyphen Moves cursor to its previous position Shift + F7 Switch between the Design View and Source View Ctrl + Tab Displays the all open files in VS Ctrl + Shift + F FindĀ  F3...
 
Asp.Net Ajax FilteredTextBox Extender Example
2012-02-02 08:17:00
FilteredTextbox Extender Example in AJax Asp.Net with FilterType and FilterMode. In this example i'm explaining how to use Asp.Net Ajax FilteredTextbox Exender to filter textbox entries or to create numeric only or letters only textbox. By using FilteredTextboxExtender in asp.net ajax we can restrict user from entering certain characters or special charactres in text only textboxes and restrict...
 
Asp.Net Maintain ScrollPosition OnPostBack In Chrome
2012-02-01 05:05:00
Maintane scroll position on postback in Google chrome browser using asp.net. In one of my previous posts i describe how to Maintain Scroll Position On Or After Postback in Asp.Net. But this method doesn't work with Google Chrome browser. To maintain scroll position in google chrome we need to go with any of two methods mentioned below. 1. ASP.NET METHOD Write below mentioned line of code in...
 
Browser Detection In Asp.Net
2012-01-31 08:09:00
Browser Detection in asp.net In this post i'm explaining how to detect browser type, browser name, version, cookies support and javascript version using c# or javascript in asp.net. To detect browser using C# is quite simple in asp.net, below mention code can detect all above mentioned features of any browser. protected void Page_Load(object sender, EventArgs e) {...
 
Export Crystal Reports To PDF Word Excel In Asp.Net
2012-01-30 02:31:00
Export or save crystal reports to pdf,ms word,excel programmatically in asp.net In this post i'm explaining how to export or save crystal reports to pdf,word or excel programmatically in button click event. For this Example i have used Northwind Database and Employees table. Read Crystal reports in ASP.NET to know how to create crystal reports in asp.net. After you have finished creating...
 
 
 
 
eXTReMe Tracker