Tagged Questions
2
votes
3answers
2k views
Problem with SPGridView and SPGridViewRow.FindControl
In a SharePoint webpart I am displaying an SPGridView. The SPGridView control is inside an Ajax updatepanel and is bound to a datatable in the code.
The columns for the gridview are created mostly as ...
1
vote
1answer
1k views
Using AjaxControlToolkit in SharePoint: Multiple instances of ScriptManagers?
I'm trying to use AjaxControlToolkit controls (specifically CalendarExtender and ComboBox), but am having problems with the ScriptManager control. I've got the ToolkitScriptManager at the top of the ...
0
votes
2answers
2k views
Adding the Ajax Control Toolkit to a SharePoint project
I am unable to get the List Search Extender from the Ajax Control Toolkit to work correctly. After inserting my WebPart to the page, I get the error: "Could not load file or assembly ...
0
votes
0answers
162 views
Saving Page with WebPart error Invalid postback or callback argument
I'm using SharePoint 2010 Foundation with Visual Studio 2010 Ultimate. I developed a Web Part with extensive use of JavaScript and Ajax call.
I deploy application by Visual Studio correctly, enable ...
0
votes
0answers
258 views
UpdatePanel not working inside Parent GridView ItemTemplate
There is a SharePoint 2013 Visual Web Part in our project. It has 4 nested GridViews together. On click of one Image button 3 grids will get expand. Population is also coded on click of that image ...
0
votes
0answers
109 views
consuming WCF web service from client side in SharePoint 2010 Visual Web Part Sandbox Solution
I have a visual web part Sandbox solution. I need to attach an external WCF web service in order to submit data to database using the custom form I have created. Is there a way I can attach web ...
0
votes
0answers
248 views
Getting error when doing a jquery ajax funtion to a webpart aspx page
I want to send data using ajax from jquery to c# (note: im sending request to the same page).
I am following this tutorial http://encosia.com/using-jquery-to-directly-call-aspnet-ajax-page-methods/.
...