Querystring is used to send data from one page to another with URL.But it can store only some minimum amount of data.Most browsers allow a limit of 255 characters on URL length
RequiredFieldValidator is used to validate the controls if they contain data
CompareValidator allows checking if data of one control match with other control
RegularExpressionValidator checks if entered data matches a specific format
To open a page in a new window, you have to use client script using onclick="window.open()" attribute of HTML control.
Copyright ©CuriousTab. All rights reserved.