Passing values From One asp.net Page to another

T

TARUN

Hello All,

Please helping to understand this .. as i ma novice for .Net
technology..

What are the different possible way to send the value from one to
another in asp.NET using C#.NET ??

I Know only two way ...

1. Through query string.
2. Through session varible.

Apart from above to ways is there any other way to send the value from
one page to another.
Please suggest me if possible share the code....


Thank's and regards
Tarun Sinha
 
M

Mark Rae [MVP]

What are the different possible way to send the value from one to
another in asp.NET using C#.NET ??

I Know only two way ...

1. Through query string.
2. Through session varible.

Yep, either of those will work just fine - what problems are you having...?
Apart from above to ways is there any other way to send the value from
one page to another.

In ASP.NET 2 you can do cross-page posting:
http://msdn2.microsoft.com/en-us/library/ms178139(vs.80).aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top