Tagged Questions
1
vote
1answer
53 views
Quick way to change Custom New form web part into custom edit form
I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button.
Now, I am trying to reuse the same code to create the custom edit form. But I ...
0
votes
1answer
51 views
save and insert custom form as webpart
I have a list, lets call it Potatoes. This list normally offers me NewPotato.aspx, EditPotato.aspx and ViewPotato.aspx. I needed a custom edit form, so I made SubscribePotato.aspx.
How can I save ...
0
votes
1answer
315 views
Ways of creating a Leave application form in Sharepoint?
I need to create a form as part of the workflow with details and validation by taking some data from leave database such as Leave available and work replacement with other details.
So, i need to ...
2
votes
1answer
101 views
What kind of page to use?
I'm building an interface that allows for users to customize the webpart zones on their page to a layout of their choosing.
It seems the best way to do this is to have all possible layouts present on ...
1
vote
1answer
952 views
Heavy customization of DispForm.aspx
I'm building a quite complex application that have a lot of custom UI requirement, especially when displaying one item. The item show parts of it only when specific rules are met (mostly related to ...
0
votes
1answer
3k views
How do I update a lookup column from a dropdownlist?
I'm creating a custom web part in asp.net for SharePoint 2010 programmatically. When a user presses an Add button, the selected item from the dropdownlist is supposed to then be added to the Groups ...
2
votes
1answer
2k views
How do I use the form save button with a custom web part?
In order to familiarize myself with SharePoint development, I have created a custom web part to replace the default New, Edit, and Display forms of a custom list. Is there a way to use the already ...
1
vote
1answer
435 views
Creating and Deploying a Custom Login Page for SharePoint 2010
I want created a custom login page .
I use this link for created custom login .
But when i build the solution,don't create a folder inside .\Microsoft Shared\web server ...
0
votes
2answers
2k views
Editing OOB “Add Comment” Post Webpart
I've gotten pretty good at editing OOB XSLT List View parts, but there's one section I'm not really sure how to edit. In my blog, I enabled comments. However, I think the default "Add Comment" web ...
1
vote
1answer
200 views
Item Display Form showing View + Page tab in Ribbon while other pages have only View
I have a list with a display form for which I have specified a different rendering WebPart: DataFormWebPart as opposed to the default ListFormWebPart.
This caused some issues with the Ribbon. I ...
1
vote
1answer
314 views
Sharepoint Ribbon for view item form going full option
I have a view item form which contains a custom WebPart for displaying that item. I have no issue with that but the ribbon for the display form looks weird: It contains lots of options that don't ...