Categories
ASP.NET → Tips and Tutorials

E-Mail in ASP.NET

In this article we will explore three different and important e-mailing techniques; to send a simple text e-mail, to send HTML content via e-mail, and to send attachments in ASP.NET Web Application.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Using NHibernate and Log4Net in ASP.NET 2.0 applications

Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. That''s why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent b...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

How to Generate Random Numbers in ASP.NET and .NET Framework

Random number generation is a common programming endeavor, but many developers are unaware of the true nature of the random numbers generated by a system. In this article I would explain about how to generating a random numbers and how to use them in...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

A Simple Month Calendar Control for ASP.NET

To select a date in your web form, we have built-in calendar control for this. But what to do when we need to select just month and year for our report? The simplest way is to use date select calendar and let user select any day in desired month and ...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Multi page forms with MultiView control in ASP.NET 2.0

Sometimes we decide to separate process of form filling into several steps (pages). In past at using old ASP, we should solve this problem for example saving entered data into database table after each step. ASP.NET 2.0 offers more elegant solu...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Understanding Session Object in ASP.NET 2.0

In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every...
  • Platforms
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

View State in ASP.NET and understand how it works

In this article, I would explain about View State in ASP.NET, What is it and how it works. Have you ever wondered why coding in ASP.NET is so much fun, easy, and less coding time compared to Classic ASP or any other languages such as PHP, JSP ?. On...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Getting Started with AJAX

AJAX stands for &"Asynchronous JavaScript and XML.&" It is a technology that facilitates the development of responsive web applications. Responsive means that you can have your data refreshed without the need of full page postback w...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to Send Email using ASP.NET 2.0

A lot of times, we are facing some issues when sending email through the mailserver. Especially if we host our websites in shared hosting and the mail will never get to the recipient. There are lots of reason for this to happen. In this article I wou...
  • Platforms
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

ASP.Net Color Picker

Simple C# / ASP.Net Color Picker using the &<asp:DropDownList&> and &<asp:Button&>. Very easy to use. Feel free to use it in your projects.
  • Platforms
    • Windows
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Page:
©2003-2019 jCay.com