archives

ASP.NET

This category contains 17 posts

Difference between Server.Transfer and Response.Redirect methods

Many time interviewer ask you what is the different between Server.Transfer and Response.Redirect ,In my article i will give you some point which will help you to understand Server.Transfer and Response.Redirect. Server.Tranfer vs Response.Redirect

Rate this:

Create “Watermark” Text on image in ASP.NET

If you want to protect your image being reuse by other person, then the best way to protect image by keeping watermark text on image. In my Article I will show you how to create watermark text on image. WaterMark

Rate this:

Get current page name

you can use following function to get current page name in Asp.net public string GetCurrentPageName() { string Path = System.Web.HttpContext.Current.Request.Url.AbsolutePath; System.IO.FileInfo Info = new System.IO.FileInfo(Path); string pageName = Info.Name; return pageName; }

Rate this:

Changing Textbox Colour on validation fail in Asp.net

You have seen in many website when any field is empty then it showing that particular textbox with Red border.In this article i will show you how to do this. Change TextBox Color On Validation

Rate this:

Asp.net Cookies

This is a very good article for beginners who want to know about cookies ,how to create cookies ,how to read cookies.This article will give you all information about cookies and there types.Asp.Net Cookies

Rate this:

Different ways to Pass Data Between webforms in asp.net

This is very nice article written by Suthish Nair which will give you information that how to pass data between web forms.you can see this same article in c-sharpcorner also. Methods to pass data in Asp.net

Rate this:

Asp.net Page life Cycle

This article demonstrate about Asp.net page life cycle. Page Life Cycle

Rate this:

Fetch Data from Gridview and store it into DataTable

This Article show you how to fetch data from girdview and store it into DadtaTable Fetch Data From Gridview and Store into Datatable

Rate this:

Web Farm And Web garden

WEB FARM& WEB Gardening

Rate this:

AJAX Drag Panel Extender Control

AJAX Drag Panel Extender Control

Rate this:

Categories

Blog Stats

  • 3,588 Visited

Archives