How to use query string to pass values in ASP.NET
Hi,
Say for example i have A,B,C .aspx pages... I have passed values using query string from A to B, Now want to pass A`s values from B along with B`s values to page C.. How do i do it.. In page C i want A`s and B`s values...
Thanks for the support in advance:)