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

Saturday, July 3, 2010

ASP.NET interview question

1.What is the sequence in which ASP.NET events are processed?   Following are the sequence of occurrence of events:-   Page_Init   Page_Load   Control events   Page_Unload...
Read more ...

Java Script For Validation

language="JavaScript"> !-- function IsNumeric(sText) { var ValidChars = ",-()+0123456789 "; var IsNumber=true; var Char; for (i = 0; i sText.length && IsNumber == true; i++) { Char =...
Read more ...

ASP. NET interview Question -

1. Is there any event named “ModeChanged”?       There is a event such as mode changed that is available in DetailView Control. It take place whenever DetailsView attempts to...
Read more ...

Contact Us

Name

Email *

Message *