If i place an attribute called "runat=server"how the execution goes to server? i.e will this application contact client browser?
Latest Answer: Don't trust the people who say that a try block can have only one catch block... ...
Latest Answer: yes, one application can have only one web config file. ...
Latest Answer: Hai, In .net Remoting if u want ur class to be participated in remoting it has to inherit from MarshalByRefObject class so that class definition can be passed by reference Where as [seraliazable] attribute is preceded before class ...
Latest Answer: what about viewstate, cache and the good old cookes :) ...
Latest Answer: Hai, I think answer is XML WebServices.. ...
ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves
Latest Answer: view state allows the state of objects to be stored in a hidden field on the page.it is transported to the client and back to the server, and is not stored on the server or any other external source.view state is used to retain the state of serverside ...
Latest Answer: Hi,Autoeventwireup=true will autmatically enable the events like prerender, page_init to execute. These events enable the page to build before loading. Making this false will cause nothing if and only if you dint write anything in these events. These ...
Latest Answer: I think by using third party component, you can make your web service more featurable like HTML editor, RTF and email forwarding, pop setting and more.. you can use freetextbox for your ASP . Net email component. ...
Latest Answer: Indicates whether the page's events are automatically enabled ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top