Sunday, February 28, 2010

Validation Server Control Description...

CompareValidator

Compares the value of one input control to the value of another input control or to a fixed value

CustomValidator

Allows you to write a method to handle the validation of the value entered

RangeValidator

Checks that the user enters a value that falls between two values

RegularExpressionValidator

Ensures that the value of an input control matches a specified pattern

RequiredFieldValidator

Makes an input control a required field

ValidationSummary

Displays a report of all validation errors occurred in a Web page

"devenv" n "inetmgr" Commands...

Start-->Run--->cmd---->devenv--(Shortcut to open "VisualStudio")

Start-->Run--->cmd---->inetmgr--(Shortcut to open "IIS")

"msconfig" Command...

start--->Run--->cmd--->"msconfig" -This Command is used to Stop/Start Applications

Thursday, February 25, 2010

Clearing Visual Studio "Start Page Recent Projects" :


Go to "REGEDIT" Then
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
Clear the unnessasary project from this List.

Inline Coding & Code Behind Pages

"HTML" PAGE = Inline Coding Page

".CS or .VB" = Code Behind Page

".aspx" = ASP Pages