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
_VIEWSTATE is the command used to implement view state
A cookie is a small text file on the client machine either in the client?s file system or memory of client browser session.
Cache events are processed only when the Postback events occur
Postback events does the bove stated task
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.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.