asp.net - Using same control in both itemtemplate and edititemtemplate in listview -


I have a list view where usercontrol in each line contains Usercontrol data for both EditItemTemplate and ItemTemplate mode remains the same for its Instead of setting the same user control twice for both user editing and item mode, can I use the itemTemplate usercontrol instance in edititemtemplate anyway?

When a row enters editing mode, then the item does not present the template, therefore There is no duplicate rendering ... so you'll have to worry about that line in some way for an example.

H.H.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -