Latest Answer: Assume that your textbox ID is TextBox1. And the button ID is Button1. If you want to clear the text from textbox by clicking the button without refresh then do the following steps.1) In Page_Load writeButton1.Attributes.Add("OnClick","clearIt();");2) ...
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: We can use more than one web.config file to meet the different security and other configuration requirements of different directories, and in any case web.config file of subdirectory will take the precedence over file of root directory. ...
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: Session variables are maintained for particular session like for particular user only, so any user related information has to be saved in session variable.  While application variables are maintained for whole application. Whole application related ...
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. ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top