Tagged Questions
1
vote
1answer
45 views
Ajax Calendar Extender Position is not working in SharePoint Webpart
I am using Ajax Calendar Extender, but it is not pop up next to textbox, it is appearing int the middle of the page.
Here is the code:
<asp:TextBox ID="dtEnginerring" runat="server" ...
0
votes
4answers
324 views
Javascript error on sharepoint page with search webpart and User Control containing UpdatePanel
I've been trying to find a cause for this error for some time to no avail...
We have a SharePoint 2007 site heavily customized in terms of look and feel.
In the master page a user control has been ...
0
votes
2answers
240 views
Sharepoint - 2010: how to add ajaxified part into standard list
I am new to Sharepoint and nearly completely satisfied what lists can do out-of-the-box.
But I have to add new column with ajax autocomplete features. I'm extensively reading documentation, books ...