category

home / developersection / category

Server.Transfer: how use it
asp.net 31-Oct-2010
Server.Transfer: how use it

Server.Transfer Passing data from onepage to another we use Server.Transfer and other method. Server.Transfer isprovide more efficient result as compa

HiddenField in ASP.NET
asp.net 30-Oct-2010
HiddenField in ASP.NET

The HiddenField control provides you with a way to store information in the page without displaying it. This control enables a developer to store a no

DropDownList in ASP .Net
asp.net 30-Oct-2010
DropDownList in ASP .Net

   A simple declaration for DropDownList can be done as below.   If we want to add some items statically it can be added inside the Page as follows.S

How We Create Query String in Asp.net
asp.net 25-Oct-2010
How We Create Query String in Asp.net

The Use of query string in web application We pass the value from one page to another page by query string, we write the syntax as1) Response.Redirec