Click here to Skip to main content
15,915,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone please explain the exact difference and how the data is passed when we use either of this .
If possible plz attach screenshots.
Thanks in advance
Posted

1 solution

PostBackURL is the property of various ASP .NET controls and its value is used for redirection

QueryString is the part of URL that contains data.

So the difference can be understood as :

PostBackURL may contain Querystring
but querystring can just be a part of PostBackURL
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900