I am doing following in one of my webpart .ascx file. <FORM action=\"https://illustration.sagicorlifeusa.com/fse5/main/FormPost.aspx\" id=\"frmLogin\" method=\"post\" target=blank>
I am using the following Regular Expression Validator to ensure th开发者_如何学Ce password enter meets the requirements of 1 upper case, 1 lower case, 1 number, and 1 allowed special character:
There is a need to download multiple files from a web location to the SharePoint 2010 document library using a Silverlight 4.0 web part.
I am developing a custom web par开发者_StackOverflow社区t for a project that I am working on. I am new to sharepoint development, and trying to get an idea of how all this fits together.
In short, with a RichHtmlField we can customize which Styles & Markup Styles 开发者_C百科appear in the drop down lists on the Ribbon.Using an OOTB Content Editor Web Part we cannot.
I\'m please with my the Excel chart being displayed 开发者_运维问答as a web part in our SharePoint 2010 site... however, it\'s coming out too large, taking up most of the screen.
Folks, I have some personalized properties on an ASP.Net Web Part that I would like to set via Ajax (for example, the size to which the user has expanded the WebPart using the jQuery Resizable plugin.
I tried to add a custom created webpart to a customized team site which I then saved as a template. The webpart in question worked fine with the开发者_JAVA技巧 original site. However, when I created a
I use the following directive in my aspx page: <%@ Page Language=\"C#\" AutoEventWireup=\"true\" CodeBehind=\"Default.aspx.cs\" Inherits=\"myWebParts._Default\" %>
I\'m trying to build a sandboxed solution visual webpart that includes a richtext field, the inputformtextbox control, and it looks like the better part of th开发者_StackOverflow中文版e Microsoft.Shar