Hi Mohan,
this is alternate way, instead of using hyper like use this
<asp:TemplateColumn HeaderText="URL" >
<ItemTemplate>
<a class="lnk" href=''<%# "quotes.aspx?ind=" +
Container.DataItem("Indent_no") + "&st=" +Container.DataItem("st_no")
%>'></asp:HyperLink>
</ItemTemplate>
</asp:TemplateColumn>
any one can help me in this..
Regards,
J. Mohanraj
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
Yahoo! Groups Links
<ItemTemplate>
<a class="lnk" href=''<%# "quotes.aspx?ind=" +
Container.DataItem("Indent_no") + "&st=" +Container.DataItem("st_no")
%>'></asp:HyperLink>
</ItemTemplate>
</asp:TemplateColumn>
any one can help me in this..
Regards,
J. Mohanraj
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Microsofts_C_Sharp/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
- [Microsofts_C_Sharp] Passing Multiple Value mohanraj
- Re: [Microsofts_C_Sharp] Passing Multiple Value manoj kumar
- Re: [Microsofts_C_Sharp] Passing Multiple Value Ashish Gupta
