Evgeny_Ivanov-epam
-
2/3/2011 3:12:40 PM
Edit document type in live site
Hi! I want to edit my custom document type like Grid View, i.e. list of the instances of the my document type shows as table view with action (edit, delete, add new instance like asp.net standard Grid View)
I have such structures of the documents: -pageWithDocuments --MyDocument1 --MyDocument2 --MyDocument3 -otherPage
In other way I want to use standart asp.net Grid View for this purpose, but I don't know how to bind instance of the my document type ( I know path to these documents. It is pageWithDocuments/%). How can I bind them to asp.net Grid View control?
|