M
mo
Hi,
in java I have used the following to pass parameters with space in
them
<A href=xxx.htm?V1=<%escape("something with spaces")> this is the
link</A>
I am new to C# is there an equivalent link is C#? I have the
following:
<A href=xxx.htm?V1=<%# DataBiner.Eval(Container.DataItem, "Something
with space")%> > this is the link </A>
only the first characters before space is passed. any ideas?
Thanks,
Mo
in java I have used the following to pass parameters with space in
them
<A href=xxx.htm?V1=<%escape("something with spaces")> this is the
link</A>
I am new to C# is there an equivalent link is C#? I have the
following:
<A href=xxx.htm?V1=<%# DataBiner.Eval(Container.DataItem, "Something
with space")%> > this is the link </A>
only the first characters before space is passed. any ideas?
Thanks,
Mo