Stories recently tagged with 'part'

Customize ReportViewerWebPart in C# and render in SharePoint Pages(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 9 months, 4 days ago

This is one of the major milestone I have achieved recently to customize the report viewer web part for SharePoint sites. The issue I was facing: the SharePoint site which I have developed was too complex and it exposed via 3 zones. http://intranetsite, http://extranetsite, https://internetsite http://intranetsite – which is Windows based authentication site and for intranet people. http://extranetsite – Which is Windows based authentication site and for extranet people http://internetsite – Which is Forms based authentication site and for internet people. ..... read more...

add a comment |category: |Views: 31

tags: another

SharePoint list view web part and wild card search. Is it possible?(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 7 months ago

Yes, It is possible and wonderful article which explains how to solve this problem. You can implement the same with data view web part in different ways. But, with list view web part don't have so many functions to implement partial search. But this post is explaining wonderful way to solve it. Really works great. read more...

add a comment |category: |Views: 224

tags: another