Passing values From One asp.net Page to another

  • Thread starter Thread starter TARUN
  • Start date Start date
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
 
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
 
I have been instructed not to use both the way i.e session and quert
string ..

??? Why...?
Please suggest the third way for doing this

I have already done this - did you not click the hyperlink I suggested...?
 

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

Back
Top