|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Regarding Server ControlsI am currently a MCA Students and doing my Industry project. I have
created a eCommerce Server on DOTnet in C# Language.The team member
were 6, in which my contribution was creating User management.
After completing the Project, i came to know that the server controls that were provided by DOTNET, will always go to the server and perform the tasks, which might be precious and may also harm the system. I want to know whether there is any other option to use server controls , so that it will not postback again . If i am using ispostback there it will run only once. Please send the solution. -- anishsulakhe ------------------------------------------------------------------------ anishsulakhe's Profile: http://www.hightechtalks.com/member.php?userid=14 View this thread: http://www.hightechtalks.com/showthread.php?t=2157173 you could store some form of indicator in vewstate that the page has been
posted back already, and the controls should not respond as if the page was a new request. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconmantainingstateincontrol.asp -- Show quoteHide quoteRegards John Timney ASP.NET MVP Microsoft Regional Director "anishsulakhe" <anishsulakhe.1qe***@no-mx.forums.yourdomain.com.au> wrote in message news:anishsulakhe.1qehy0@no-mx.forums.yourdomain.com.au... > > I am currently a MCA Students and doing my Industry project. I have > created a eCommerce Server on DOTnet in C# Language.The team member > were 6, in which my contribution was creating User management. > > After completing the Project, i came to know that the server controls > that were provided by DOTNET, will always go to the server and perform > the tasks, which might be precious and may also harm the system. > > I want to know whether there is any other option to use server controls > , so that it will not postback again . If i am using ispostback there it > will run only once. > Please send the solution. > > > -- > anishsulakhe > ------------------------------------------------------------------------ > anishsulakhe's Profile: http://www.hightechtalks.com/member.php?userid=14 > View this thread: http://www.hightechtalks.com/showthread.php?t=2157173 >
Other interesting topics
Viewstate String InvalidCastException
ASP.NET tells me my table doesn't have a primary key Session State stateserver or Sql Server Did I do this correctly? - Display resized image from DB. how to determine .NET framework version Does CompareValidator work for the date in dd-mmm-yyyy format? Munging URLs to store data OnPreRender ??? What is ? Transparent images Render and get html from usercontrol |
|||||||||||||||||||||||