Latest Articles
Showing posts with label Asp.net with C#. Show all posts
Showing posts with label Asp.net with C#. Show all posts

Asp.net File Upload control

With ASP.NET, users have been easy to accept uploading files. With FileUpload control, this can be done with a few code lines, as you w...
READ MORE +

Sending e-mails in Asp.net

Sending an e-mail with ASP.NET is quite easy. The .NET framework comes with an entire namespace to handle e-mail, system.net.mile names...
READ MORE +

View State in Asp.net

Another approach for saving the data for the user is the view state, as described in this tutorial elsewhere, the view state allows ASP...
READ MORE +

Sessions in Asp.net

Sessions can also be used to store complex data for users, such as cookies In fact, the session will use cookies to store data, unless ...
READ MORE +