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 +
Home / Asp.net with C#
Showing posts with label Asp.net with C#. Show all posts
Showing posts with label Asp.net with C#. Show all posts
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 +
Cookies in Asp.net
Cookies are small pieces of text, to be used by the website for cookies only to be stored on the client's computer. This allows we...
READ MORE +
Asp.net Tree View control
Tree visual control is the most effective control in ASP.NET 2.0. This tree is used to display hierarchical data in visual format. This...
READ MORE +
Subscribe to:
Posts
(
Atom
)