1
Posted on 5:23 AM by prajeesh and filed under ,
Suppose you have a Grid view and you want to display values returned from a server side function that accepts a bound value rather displaying bounded values itself, then you have to add a template field in the Grid view and add following code.
<asp:TemplateField HeaderText="Status">
<ItemTemplate>
<%#YourFunction(Eval("Status"))%>
</ItemTemplate>
</asp:TemplateField> Shout it kick it on DotNetKicks.com
1
Response to ... Calling a server side function from Grid view
Satheesh Babu said... July 5, 2009 at 12:00 AM

hi praju,
Your Blog is very much Creative and Informative for me.Your blog informations helped me in asp.net programming alot.i wish u all the success for your blog and your blogging.