Top questions

Post

New Post


Find by name:


QUESTION


What is Cross Page Posting?


When we click submit button on a web page, the page post the data to the same page. The technique in which we post the data to different pages is called Cross Page posting. This can be achieved by setting POSTBACKURL property of the button that causes the postback. Findcontrol method of PreviousPage can be used to get the posted values on the page to which the page has been posted.
Edit | Details | Delete


What is DB Context ?


When we create a edmx file, it will have the list of entities and context class which will be derived from DB Context class.
Edit | Details | Delete


What is RedirectPermanent in ASP.Net?


RedirectPermanent Performs a permanent redirection from the requested URL to the specified URL. Once the redirection is done, it also returns 301 Moved Permanently responses.
Edit | Details | Delete



Back to HomePage