Tagged Questions
0
votes
2answers
33 views
SharePoint 2010 Cannot access Properties or Events of my Custom UserControl in my Application Page
I have created a UserControl (Farm) in my SharePoint Project using VS2012 (for SharePoint 2010). I want to embed/host this in an application page.
I have added properties and events to the ...
0
votes
1answer
1k views
SharePoint List form buttons and &Source on Cancel and Close
If I don't SharePoint Designer customize List newform, editform and dispforms, can I still use my own button outside of the webpart to submit data from the form. Say I'm using CSS to hide the ...
0
votes
1answer
463 views
Custom link button - image dissapearing after updatePanel reload
I created a custom link button control so it can display also an image. Code below:
namespace SharepointTools.Controls
{
[ToolboxData("<{0}:CustomImageButton ...
2
votes
1answer
1k views
fully Customized Editprofile.aspx SP2010
I have to customize the EditProfile.aspx page that under the 14 Layouts hive.
I know I can add fields in the user profile and make them show in the edit page , but this is a little more that what ...