Hi
I have a code something like
I want that I should be able to write code something like this
I don't have anyother go ,I have to prepare url at serverside only. Need urgent help on this.
I have a code something like
Code:
<gridview> <asp:template> <asp:hyperlink navigateurl='<%PrepareURL(eval(x))%>' </asp:template> </gridview>
Code:
<gridview> <asp:template> <asp:hyperlink navigateurl='<%javascript:window.showmoal(PrepareURL(eval(x)),,...)%>' </asp:template> </gridview>
Comment