Friday, April 11, 2025

Breaking News
>> Securing and encrypt View State and Cookies values  >> Page has one or more controls that do not correspond with   >> “The Controls collection cannot be modified because the control contains code blocks”  >> How to fix "Validation(): Element 'xxxx' is not supported  >> How to create a new session in ASP.NET programmatically  >> MySQL Database Backup using mysqldump command    

Editors Picks

Sunday, June 20, 2010

ASP.NET interview Question- Part3

1. Difference between Const and readonly?const cannot be static, readonly can be static. Evaluation of the values of const  is done during design time. A const required to be declared...
Read more ...

ASP.NET Interview Question Part-2

1) How does the cookies work in asp.net?     When a cookie is created it will be stored in the user's hard disk. When the user visits a site the next time the browser sends all the cookies...
Read more ...

ASP.NET Interview Question Part-1

1) What’s a bubbled event?     The event processing routine for each object in complex control like data grid is very difficult. In such case, can make use of the bubbled event. 2)...
Read more ...

Contact Us

Name

Email *

Message *