¥
¥øÃZ½Þ
Dear All
I have write a user control which is uses to popup a new browser and
inherited ImageButton
It have a user defined property named url
and in the aspx page, the code like this
<ctl
opupImageButtonControl id="ctlButton"
runat="server"
url='page.aspx?parameter1=<%# DataBinder.Eval(Container,
"DataItem.Parameter1")%>¶meter2=<%# DataBinder.Eval(Container,
"DataItem.Parameter2")%>&'/>
In above case, if i pass <%# DataBinder.Eval(Container,
"DataItem.Parameter1")%> only, it can bind, however, if i bind the data with
some other string, it cannot bind the data to the property, is it possible
to bind the data to the property with string appended?
Thanks
I have write a user control which is uses to popup a new browser and
inherited ImageButton
It have a user defined property named url
and in the aspx page, the code like this
<ctl
runat="server"
url='page.aspx?parameter1=<%# DataBinder.Eval(Container,
"DataItem.Parameter1")%>¶meter2=<%# DataBinder.Eval(Container,
"DataItem.Parameter2")%>&'/>
In above case, if i pass <%# DataBinder.Eval(Container,
"DataItem.Parameter1")%> only, it can bind, however, if i bind the data with
some other string, it cannot bind the data to the property, is it possible
to bind the data to the property with string appended?
Thanks