Welcome to the ASP.NET Developer Wiki (Beta). Try it out, subscribe to the RSS feeds, browse the Table of Contents, leave comments, and provide us feedback in the Site Feedback Forum.
Before submitting edits and new articles, please review the contributor guide. Thanks and enjoy!
Write a New Post More Wiki Search Options
Send asynchronous mail using asp.net
Send mail is an important and common feature in asp.net. using system.net.mail namespace we can send mail. In that article my main concert is to show how shall we send mail asynchronously, as for a bulk of mail sending asynchronous mail send is very important
Suggestions for New Asp.Net Web Developers
Being a new web developer can be hard. There are way too many technologies and frameworks to learn and it is very easy to get lost in the sea of buzz words and new things. Below is a quick list of core areas an Asp.Net web developer should look into: 1 - WebForms
Global.asax
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTPModule.If you remember it's same as global.asa in ASP. The
File Types
Here is a list of file extensions which are configured by default to be handled byASP.NET 2.0. asax used for application level logic (global.asax) ascx used for creating a web user control. ashx used to create a custom httphandler asmx used to create web services
HTML login page using JQuery
Here is the login form it has user id and password text boxes. When user clicks Login button, it calls ajaxLogin.aspx page in background process using JQuery and it returns login success or failure message and prints in one span element. Example uses jquery
More >>
61 users have contributed to 213 articles with 711 edits and 231 comments. In the past 24 hours, we have 0 new articles(s) and 0 new revisions(s).
(last 30 days)
Advertise Here