What is the best way to create an Html Table out of a sharepoint list in a Web Part? -
i want create deployable .wsp web part , want fetch custom list , show in html table inside web part.
i know how create .wsp web part, , can create table overriding rendercontents
or createchildcontrols
methods of webpart class.
but want know easy , best method outputting html table in webpart.
should use usercontrol that, can add asp.net controls inside , load in web part ??
please tell me solutions ?
puneet recommend using data view webparts uses xslt customize view in list data rendered. can take of sharepoint desginer add data view web part.
Comments
Post a Comment