If anyone is having idea how to customize properties in a smartpart. I have created usercontrol and i m wrappin it in a smartpart.I want to upload my xml from Document library.
I have to decide whether to use .net 3.5 or 4.0 for a webportal, I have found that webparts cannot be moved accross the webpartzone also there is problem with verbs.
I have been coding for some days on a webpart now. The point of this webpart is to clean up a given document library. I have 16 000+msg files in there and I have to validate the To and From headers of
I\'m fairly new to SharePoint so apologies in advance for sounding like a \'Newbie\'. I have created a simple Webpart, which uses a Web User Control - [.ascx file] to provide all the controls for the
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template. I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net. And I want to develo
How would I register a Style Sheet on the Master Page within a SharePoint Web Part. In other words 开发者_运维百科how would I add a CSS link on the master page, at run time, and the code which does th
I am writing a webpart for SP 2007 with ListFieldIterator. If ControlMode equal to SPControlMode.Edit or SPControlMode.New it works开发者_StackOverflow good. If ControlMode equal SPControlMode.Dispaly
I wanted to hide a web part when there are no results in that web开发者_如何学Go part. Could anyone help me how to do this in SharePoint?Using javascript in this fashion perhaps:
I am developing a webpart using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 + A开发者_JAVA百科SP.Net. I want to refresh the whole page in my WebPart code, refresh I mean the same effect when user press F5 for
I am writing a SharePoint web part that interacts with a SQL database, allowing users to set a few parameters with some dropdownlists and pull the record for a given customer.