[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Querystrings in mobile aspx pages

Diego F.

1/30/2004 8:50:00 PM

Hi. I'm doing my first mobile web app, migrating a ASP.NET application that
is working properly.

The problem I'm having is that I was using a querystring for passing
parameters it doesn't work now. How can I pass parameters from one page to
another?

Regards,

Diego F.


1 Answer

=?Utf-8?B?cm9kY2hhcg==?=

2/4/2004 11:41:00 PM

0

Just like your normal asp.net app passing the parameters

e.g

yourpage.aspx&param1=ab

what exact problem did you get?