tag

home / developersection / tag

State Management in ASP.NET
asp.net 08-Aug-2011
State Management in ASP.NET

State Management in ASP.NETState management is the process by which you maintain state and page information over multiple requests for the same or dif

i want to display images into to datagridview one by one taking image url from database field
asp.net 03-Aug-2011
i want to display images into to datagridview one by one taking image url from database field

Dim di As New IO.DirectoryInfo("C:\Inetpub\wwwroot\images") Dim aryFi As IO.FileInfo() = di.GetFiles("*.JPG") For Each fi In aryFi Dim imagname As

LoginForm
asp.net 18-Jul-2011
LoginForm

    public partial class MainForm : Form         int ctr;\\Give a class variable.Its will use for check the counter.         public MainForm()

Login_Form
asp.net 18-Jul-2011
Login_Form

try                 SqlConnection con = new SqlConnection();                 con.ConnectionString = "Data Source=ARUSHRAJ-PC;Initial Catalog=sampl

ASP.Net Repeater Control
asp.net 04-Jul-2011
ASP.Net Repeater Control

 The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table

Sending Mail in ASP.NET.
asp.net 23-May-2011
Sending Mail in ASP.NET.

Here in this blog I will tell you that how to send mail to users using SmtpClient and MailMessage class. Here I have created a small function which is

Mobile support in asp.net 4.0
asp.net 21-May-2011
Mobile support in asp.net 4.0

Some common properties which is useful while you are developing mobile devices using asp.net 4.01)Detect it is mobile device or not: We can use Reques

Authentication and Authorization in ASP.NET
asp.net 19-May-2011
Authentication and Authorization in ASP.NET

Authentication:Authentication is a process of identifying users on basis of their identity. Users provide their credential to prove their identity. Us

ViewState in ASP.Net
asp.net 22-Mar-2011
ViewState in ASP.Net

The web is stateless protocol, so the page gets instantiated, executed, rendered and then disposed on every round trip to the server. The developer's

HTTP Status Codes in .Net
asp.net 22-Mar-2011
HTTP Status Codes in .Net

When users try to access content on a server that is running Internet Information Services (IIS) through HTTP or File Transfer Protocol (FTP), IIS ret

Globalized Connection String
asp.net 14-Mar-2011
Globalized Connection String

Globalized connection string meant for that if you are designing a vast application that having so many windows forms and you need to control all the

Viewing Client Certificate.
asp.net 18-Feb-2011
Viewing Client Certificate.

With the help of this program we can view Client Certificateand user name. In this demonstration we check whether client system has anappropriate cert