How cross page posting is done in Asp.net 2.0?

Answer Posted / yogesh sharma

Like IsPostBack property there is IsCrossPostBack property
that sets to true if page is redirected from a page.

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is css in asp.net?

555


What is caching in asp.net?

567


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

1731


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

543


What is difference between session and viewstate?

475






Is asp.net a programming language or framework?

555


Explain about asp.net state management?

618


What are Master Pages in ASP.NET?

579


Which method is used to enforce garbage collection in .net?

429


Explain what are webservices?

549


What is ASLM?

686


How can I have a particular web page in an asp.net application which displays its own error page?

526


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1446


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2366


Explain about the .NET framework?

574