Saturday, April 05, 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

Wednesday, April 3, 2013

Securing and encrypt View State and Cookies values

Securing View State If your ASP.NET Web applications use view state: §  Ensure the integrity of view state (to ensure it is not altered in any way while in transit) by setting the enableViewStateMac...
Read more ...

Page has one or more controls that do not correspond with

Page has one or more <asp: Content> controls that do not correspond with <asp: Content placeholder> controls in the Master Page RSS Introduction: Just now when i was created my...
Read more ...

“The Controls collection cannot be modified because the control contains code blocks”

Introduction: Here I will explain how to solve the problem “The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).” when running web application...
Read more ...

How to fix "Validation(): Element 'xxxx' is not supported

How to fix "Validation(): Element 'xxxx' is not supported" Visual Studio 2010 Introduction: Since about a month ago,I started to get validation warnings at design time on asp.net server controls...
Read more ...

How to create a new session in ASP.NET programmatically

How to create a new session in ASP.NET programmatically If you want to create a new session (open a new window in a new session), without disturbing/loosing the other one, you will have to use...
Read more ...

Contact Us

Name

Email *

Message *