Latest Answer: Advantages:-Simplicity:There is no need to write possible complex code to store data between pagesubmissions.Flexibility:It is possible to enable,configure and disable controls on controlbasis.Disadvantages:Doesn't track across pages. Viewstate does ...
Latest Answer: State Server is used for handling sessions in a web farm. In a web farm, make sure you have the same in all your web servers. Also, make sure your objects are serializable. For session state to be maintained across different web servers in the web farm, ...
Latest Answer: mod_aspnet also does the same thing. It uses the ASP.NET hosting API and works quite well. It does not require mono XSP. Some organization do not allow IIS because of secuirty reasons. ...
Latest Answer: MSIL supports OO programming, so we can have a class which has public and private methods. The entry point of the program needs to be specified. In fact it doesn't really matter whether the method is called Mam or Dad. The only thing that matters here ...
In what order do the events of an ASPX page execute. As a developer is it important to undertsand these events?
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Latest Answer: The cookieless property is found on the sessionstate Elementso to turn off cookies the ...
Latest Answer: ControlToValidateErrorMessageIDTEXTI disagree with the question there are least four properties that are common ...
Latest Answer: This is the best way because DateAdd is old VB, this can work in VB.Net and C# ...
Latest Answer: asp:hyperlinkfield ... ...
View page << Previous 11 12 13 14 [15] 16 17 Next >>

Go Top