RE |
| Swapnil Salunke replied to santosh kumar at 09-May-08 12:26 |
Hello
In particularly I have done the same thing in my grid here is part of code that would help you
<asp:TemplateField HeaderText="MessageData" SortExpression="MessageData" meta:resourcekey="TemplateFieldResource4">
<ItemTemplate>
<a id="A1" href="#" forecolor="Red" onclick="javascript:OpenWindow('<%#DataBinder.Eval(Container.DataItem,"Msg2")%>')" title="Click here to see the whole message" runat="server"><%#DataBinder.Eval(Container.DataItem, "MessageData")%></a>
</ItemTemplate>
</asp:TemplateField>
Hope it will help you
Happy Coding
Takecare Bye |
|