Latest Answer: You can’t add them to toolbox and u can’t handle events in property window.MAIN: usercontrols can only be used within one application. Whereas custom controls can be added to GAC, which gives access to all applications ...
What is the difference between View State, Session State and Hidden Variables?In which scenario we use each of them?
Latest Answer: GRID VIEWThe Gridview is the most used control to display data in a tabular format. By default it supports major features like sorting, paging. However it does not support multiple sorting. DATAGRID control also has a number of new features and advantages ...
Latest Answer: By Using isPostBack() method ...
Latest Answer: Application running on single server that has multiple CPU is called Web gardenApplication Running on Multiple Web Severs is called Webfarm ...
Latest Answer: In a general standing coding practice you should use Implements keyword wherever necessary and when you implement a class using the keyword "Implements", the code will not be properly compiled unless all the exposed members are implemented. ...
Latest Answer: 1) Sessions may change from user to user - Cache will be applicable to the entire application through out it's life cycle2) Sessions will maintain state for a specific user - Cache will not maintain state 3) Sessions may not improve performance - Cache ...
Latest Answer: Create a strong name using sn.exe or visual studio for local assembly and deploy it to cache using GAc utility. ...
Latest Answer: You would accomplish this by having its containing parent page be a mediator between the two user controls. The parent aspx page would subscribe to the public event on user control 1, will hookup a delegate handler to it. Then there are two ways to handle ...
How to write the OnSelectedIndexChanged event for the inside of the gridview HyperLinkField in Asp.net.
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top