How Data Caching achieved in Asp.net 2.0
Latest Answer: Using Data CachingThe .NET data caching API is comprised of the two classes in the System.Web.Caching namespace. The first class, Cache, is the class we'll be using to add and remove items from the data cache. The second class, CacheDependency, is ...
The treeview in my page works fine as a menu in VS 2005 local in my machine , but when I publish my web site the attribute HoverNodeStyle doesn't work, doesn't change the color and neither underline
Latest Answer: I don't understand your answer. The data is displaying hierarchically in the control in my PC as a menu, but in the server where this web is installed some features are showing but this attribute don't. Thank you for answer me and could you be ...
What happens at the serverside when a browser makes a request to the server for a particular page? Explain in detail
Latest Answer: Server first checks whether that browser belongs to ASP.NET or NOT.If it is ASP.NET file it creates Application domain.Then,If this is first request compile with a file and executed.Else precompile version is executed.Then final HTML page is sent to the ...
what is difference between predefined validation control and java script validation in asp.net ? which one better ?
Latest Answer: if you are talking abt asp.NET 2.0 then i must say that there is no need to use java scrip t for client side validation as in .NET 2.o itself you can use all validation controls at server side as well as client side,you just need to set true for client ...
Latest Answer: ...
In a com object, you have a security authentication policy, if ADMIN role is in turns off mode, on that time you must deny the write access. What we have to achieve this?
Latest Answer: Short for just-in-time compiler,a code generator that converts Java bytecode into machine language instructions. java programs compiled in JIT generally run much faster than when bytecode is executed by an interpreter. ...
Latest Answer: Web.config file and IIS metabase is used to view the Security information. ...
Latest Answer: Yes, it is possible to retrive the Hidden fields by writing the following code.string strname = ViewState["name"]; ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top