0
votes
1answer
63 views

How would custom aspx pages with code behind be used for workflow forms

We have a situation where we developed reusable workflows, content types and InfoPath 2010 forms for a client as a proof of concept but now the client has decided they can't go ahead with the ECALs ...
0
votes
0answers
36 views

Are there any resources available on converting html pages to aspx for SP2010?

I am dealing with some shoddy html pages that have been slotted into a template which are not picking up the master page theme or appearing within the master page "frame". At the moment I see this ...
0
votes
1answer
356 views

Adding Javascript function on custom aspx page

I have created custom ASPX page in Visual studio for my SharePoint application. I want to use JavaScript function on this custom page like this: function ChangeLanguage(value) { var today = new ...
1
vote
0answers
56 views

How to access an aspx page located in a different project?

I have a SharePoint solution with an empty SharePoint project and an ASP.NET project. My ASP.NET project has an aspx page I would like to access. How can I access this page from my SharePoint project? ...
0
votes
1answer
438 views

SP2010: Using custom user profile properties on an ASPX for custom profile tab

I'm trying create a new profile tab with some customer user properties. I've added the user properties following these StackExchange instructions. I was also able to create a new tab with some help ...