![]() |
Server-Side Control - Embedded Server-Side Code - Inline
<asp:hyperlink ... navigateurl="<%=MyClass.MySharedMethod%>" ...
Anyone know how to do something similar to the above? Thanks, Mythran |
Re: Server-Side Control - Embedded Server-Side Code - Inline
MyHyperlink.NavigateUrl = MyClass.MySharedMethod;
in code behind, Page_Load for example (you cannot use webcontrols together with "Response.Write") "Mythran" <kip_potter@hotmail.comREMOVETRAIL> wrote in message news:#VYaS$9$EHA.2032@tk2msftngp13.phx.gbl... > <asp:hyperlink ... navigateurl="<%=MyClass.MySharedMethod%>" ... > > Anyone know how to do something similar to the above? > > Thanks, > Mythran > > |
Re: Server-Side Control - Embedded Server-Side Code - Inline
"Jakub" <jakub_b@centrum.cz> wrote in message news:emCdmU%23$EHA.4092@TK2MSFTNGP09.phx.gbl... > MyHyperlink.NavigateUrl = MyClass.MySharedMethod; > > in code behind, Page_Load for example > > (you cannot use webcontrols together with "Response.Write") > > "Mythran" <kip_potter@hotmail.comREMOVETRAIL> wrote in message > news:#VYaS$9$EHA.2032@tk2msftngp13.phx.gbl... >> <asp:hyperlink ... navigateurl="<%=MyClass.MySharedMethod%>" ... >> >> Anyone know how to do something similar to the above? >> >> Thanks, >> Mythran >> >> > > Umm, yeah, I know about the code behind... I was talking about webcontrols and response.write inline, and the rest of yer message answered that ;) Thanks, Mythran |
| All times are GMT. The time now is 02:26 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.