error in using javascript in controls
Last Post 12/22/2005 11:21 AM by parag parag. 0 Replies.
Author Messages
parag parag
Nuke Newbie
Nuke Newbie
Posts:9


--
12/22/2005 11:21 AM  

Hello,

<asp:hyperlink runat="server" Text='<!--DataBinder.Eval(Container, "DataItem.Cname")-->'<%# DataBinder.Eval(Container, "DataItem.Cname")%> NavigateUrl="DoSubmitItemSelected(<% # DataBinder.Eval(Container, "DataItem.Cno" )%>)ID="Hyperlink1">

DoSubmitItemSelected: this is my javascript fuction and i m passing  (<% # DataBinder.Eval(Container, "DataItem.Cno" )%>) this value to function but i could not pass it because of error...

i m useing this in my control but it gives me error that could not open this in design view. Quates value differntly inside<% "Value" %> block

please help me in this.....

parag

 



---