Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have requirement as follows,

I have more than 100 list page and master page(ex.employee master module not asp.net master page)
at present i have list page for every master page
where we can update and delete.
for update i have anchor tag(with href="urland querystring")
and this may be different column for different master list page

but now i have asked to make only one list page for common.
if thr is no template field it would have done by auto generatedcoloumn=true
but i have to use template field .
How Can I Achieve This

Thanks & regards
Kishore Sharma
Posted
Updated 1-May-12 23:46pm
v2
Comments
ZurdoDev 2-May-12 10:35am    
Please clarify what you are asking. It does not make sense.

1 solution

<asp:templatefield xmlns:asp="#unknown">

<headertemplate>
Price


<itemtemplate>
<%# Eval("BookPrice") %>




here BookPrice is the name of column in table from where u are fetching data
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900