Posted on 5:23 AM by prajeesh and filed under
ASP.net,
Grid View
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>
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.
Post a Comment