can anyone please tell me how can i use eval in nvaigateurl of hyperlink control....
i just want to take the destination page from database and apply it to the <%#Eval("ProductPage")%> and Its Record Id to <%#Eval("recId")%>..
but its now working.....
here's what i m using....
Sam HobbsPosted Feb 2, 2010, 1:30 PM
When you put CustomiseSteps.aspx?productId=30 in IE, does that address get modified when the navigaion is complete? If so, then the modifications are what you need to use in the code.
kawaljit singhPosted Feb 2, 2010, 12:28 AM
CustomiseSteps.aspx?productId=30 is what i am using in nvaigateUrl and its perfectly working but not working with eval ..... may be some incorrect syntex or what..
i think little change in syntax wld work....m still trying....
any suggestions
Sam HobbsPosted Feb 1, 2010, 7:24 PM