ASP.NET Article(s) Category

Tue, 07 Sep 2010

Category:

How to bind DataSet with DataGrid?

This article, shows how to bind dataset with datagrid. Connectionstring has to be established in web.config file

How to Bind Data or DataSet with DropDownList ?

This article explains how to bind dataset/data with DropDownList. Connectionstring should be fetched from web.config file.

How to send Email in ASP.NET 2.0

This article will show you how to send email in ASP.NET 2.0 using the new System.Net.MailMessage, System.Net.Mail.SmtpClient, also You can find how to send email for multiple users.

How to work on String.Format Method - String.Format("{0}", "formatting string");

In this article, you can find how to work on String.Format Method with few examples

How to validate whether the given string is valid email address or not in code behind using Regular Expression.

Email Address Validation using Regular expression in Code Behind. This function will return whether the given string is valid email address or not.

How to retrieve DropDownList selected value using Javascript

Here you can find how to retrieve DropDownList selected value using Javascript

How to replace backslash with forward slash using javascript?

In this article you can find, how to replace backslash with forward slash using javascript.

RegularExpressionValidator with FileUpload Control, not properly firing in Firefox Browser.

RegularExpressionValidator with FileUpload Control, not properly firing in Firefox Browser.

What is the use of HTML encode and HTML decode. How to use HTML encode and decode in ASP.NET

In this article you would learn about what and how to use HTML encode and HTML decode in ASP.NET

How to write text on text/*.txt file using C# ASP.NET.

This article provides you, how to write text on text/*.txt file using C# ASP.NET.

How to work on RaiseCallbackEvent Handler and GetCallbackResult()

In ASP.NET, Interface ICallbackEventHandler is used to allow asynchronous communication with the server.In Callback, only user defined information is communicated to the server not like postback. ICallbackEventHandler uses DoCallback event to send user defined information to server and return the String to client and on client side JavaScript manipulates the string..

ASP.NET 4.0 - Feature: Maintaining individual control's ViewState.

This article will explain about how to maintain individual control's ViewState using ASP.NET 4.0


About ASP.NET:

 

Microsoft ASP.NET is a set of Web application development technologies that enables programmers to build dynamic Web sites, web applications, and XML Web services.

ASP.NET is the next generation ASP, but it's not an upgraded version of ASP.

ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP.

ASP.NET is the major part of the Microsoft's .NET Framework.

 

Advertisement