[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

!! Catching QueryString specified on Mobile Link NavigateURL

budhy

1/14/2002 5:41:00 AM

Hi All,

Can i pass MobileLink within portion of Querystring,
it might look like <Mobile:Link id=whatever
NavigateURL="#VDetail?SerialNo=SN010>SN010</mobile:Link>

..and then...
i've placed blank Mobile Web Form named VDetail
at the VDetail Mobile Form OnActivate event, i try to catch it using :


Sub VDetail_OnActivate(sender As Object, e As EventArgs)
Response.Write(Request.QueryString("SerialNo"))
End Sub


It doesn't take anything ? Suggest Please



Regards,

Budhy


1 Answer

(Michael Dunner (MSFT))

1/14/2002 4:16:00 PM

0