> What are the different possible way to send the value from one to
> another in asp.NET using C#.NET ??
[quoted text clipped - 3 lines]
> 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

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
TARUN - 19 Sep 2007 14:35 GMT
> > What are the different possible way to send the value from one to
> > another in asp.NET using C#.NET ??
[quoted text clipped - 14 lines]
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
But still i am looking for sending the values from one to another
I have been instructed not to use both the way i.e session and quert
string ..
Please suggest the third way for doing this
Mark Rae [MVP] - 19 Sep 2007 14:39 GMT
> 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...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Sometimes you can make use of Page.PreviousPage property.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Hello All,
>
[quoted text clipped - 15 lines]
> Thank's and regards
> Tarun Sinha