User Profile
Collapse
-
anyone? I need to know this badly! -
How do I access the text inside a TemplateField within DetailsView?
I am using a DetailsView to display some data. I am basically getting a firstname, and lastname fields from a database (the database cannot be changed, nor the queries), and I must concatenate the [lastname], [firstname]. I want to incorporate this into a detailsview like so...
...Code:<asp:TemplateField HeaderText="Name:"> <ItemTemplate> <%#Eval("firstname")%>, <%#Eval("lastname")%>
No activity results to display
Show More
Leave a comment: