[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

Accessing variables from codebehind in aspx (mobile

ryanp

8/19/2003 10:32:00 PM

I have had not problem with non-mobile applications creating a
protected variable in the codebehind and calling it on the aspx page.
I am having trouble doing this same thing with my mobile application.
I have tried <%=strVariable%> and <%# strVariable%> (if in a server
control) ... I dont know what is going on, but I would appreciate any
tips anyone could offer. I also have a mobile:DeviceSpecific and a
panel control as well on the page, but i dont think this would be the
root of the issue.

any help?
1 Answer

ryanp

8/21/2003 11:54:00 PM

0

was able to rework code using mobile controls and setting their text
properties. Issue resolved.