do the <%# %> blocks need to be in a form tag?
i need to use them in a header (usercontrol) to manipulate the src of an image tag (just calling a helper function returning a string). doesn't seem to be working though, as the function isn't returning anything... i've even tried returning static text. so i assume its a form tag issue.
my problem is I can't put form tags in my header and the pages that I'm using the control... at least not two server-side forms (ie. runat=server).
any ways around this?
i need to use them in a header (usercontrol) to manipulate the src of an image tag (just calling a helper function returning a string). doesn't seem to be working though, as the function isn't returning anything... i've even tried returning static text. so i assume its a form tag issue.
my problem is I can't put form tags in my header and the pages that I'm using the control... at least not two server-side forms (ie. runat=server).
any ways around this?