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
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
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; }
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
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
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
This article demonstrate about Asp.net page life cycle. Page Life Cycle
This Article show you how to fetch data from girdview and store it into DadtaTable Fetch Data From Gridview and Store into Datatable
WEB FARM& WEB Gardening
AJAX Drag Panel Extender Control