Tagged Questions
2
votes
2answers
93 views
HTML placeholder attribute is not a valid attribute
On SharePoint application page I am using placeholder in like this:
<input type="text" id="name" name="name" placeholder="your name" />
But placeholder is underlined and says: Validation ...
2
votes
3answers
61 views
Changing language of custom application page
I am new to SharePoint. I am creating a custom application page (small registration form). I want to give users a facility to change language of the registration form. Is this functionality is ...
2
votes
0answers
106 views
Has the search alert API in SharePoint 2013 changed from the 2010 and Preview 2013?
I previously developed a Visual web part to programmatic-ally create Search alerts based on the user input. I used a text box to capture the text and create a Query using the Keyword Query Class. Then ...
0
votes
1answer
776 views
Redirect from Application Page to ~site/_layouts/newsbweb.aspx
I have created a Custom Action which appears on "Site Actions" and when you click on it, it opens a modal diaglog which is a Application Page. within this Application Page I want to redirect to ...
1
vote
3answers
1k views
Delpoying farm solution (Application Page) sharepoint 2010 --Access denied
I am deploying an application page (globally), I have a button on the editform.aspx. When a user clicks on the button, it redirects to the application page in a new window but I am getting an error ...