2 radgrids and rsweb:reportviewer export to pdf
I have a web page that has 2 telerik radgrids and a rsweb:reportviewer... and need to export all to pdf. I can open a print window with window.open() that has all the contgrols rendered .. I need a...
View ArticleError when using an AJAX Calendar Extender in UpdatePanel
On my webpage, i have an UpdatePanel that contains an asp:panel Panel and some controls with an Ajax CalendarExtender. The Panel initially has visibility set to false. When i select a value from a...
View ArticleProblem in retaining text of button on partial postback
I have templatefields that contain buttons in my gridview which is inside an update panel. Following is the aspx definition<asp:UpdatePanel ID="UpdatePanel1" runat="server"...
View ArticleJson result updating the div with full view again
HI,I am having a view, in that i am displaying html tables with records from db.I am having one ddl and a table as follows in the view (not partial view)script...
View ArticleModalPopupExtender Show() not firing
I know this issue has been posted on many different occasions. I've looked so many websites to find a solution to this issue, however none of those solutions have helped me find the correct answer to...
View ArticleScript in a DataList
Hello everybody,In the ItemTemplate of a DataList, I display a user control that contains an AjaxControlToolkit Slider to input a numeric data.At the second attempt to modify the value, this makes the...
View ArticleAjax client-side framework failed to load after file selection in...
Now before you all start pasting in links to other posts that contain the phrase "Ajax client-side framework failed to load" (and are not helpful in anyway), read below.There are two (2)...
View Articlepagemethods returns html string (from masterpage?)
Hi,I have managed to set up a call to a function in codebehind through pagemethods. It return a success but instead of the test string (Hello) it returns a html string that seems to be a small part of...
View ArticlePositioning PopupControlExtender control
Hello,I am attempting to center the position of a Ajax Popup control but having some difficulty. I've tried changing the OffSet properties of the Ajax PopupControlExtender via JavaScript but to no...
View ArticleAJAX AutoComplete not firing
In my code I have an AJAX AutoComplete, looks like this: <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><ajaxToolkit:AutoCompleteExtender ID="TextBox1_AutoCompleteExtender"...
View ArticleGetPostBackEventReference and UpdatePanel - workaround
Hi all,I had a problem with partial updates of UpdatePanel when calling postback using GetPostBackEventReference method. I saw several posts here regarding this problem with no solution. After some...
View Articleajax updateprogress
Hi All, I have the following code on my page, but I don't see the wheel spinning when I try to run the application.<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"...
View ArticleUsing Inside an UpdatePanel
Hi, everyone! We use a service called FormStack and they allow great form functionality along with many ways to embed a form into a page. A few of the embedding methods creates the form wishing the...
View Articlehow to make a Mutually Exclusive CheckBox, Compulsory
Hi allIs it possible to make a Mutually Exclusive CheckBox, Compulsory? If so what do I need to use as I can't see how the required Field Validator would work on the below? <asp:CheckBox...
View Articlehtmleditorextender disable image selection
Hi,I would like to know if there a way to disable image modification and also selection in htmleditorextender ?I could find a solution to not remove "width" attributes with modification and rebuild...
View ArticleHow to call Server method from JavaScript.
Hi, Is there any way to invoke server function from javascirpt method ? eg: i need to call GetTime() from javascript and assign value to var.
View ArticleJQuery AJAX calls not working on live
Hello guys,JQuery AJAX is giving me a huge headache... Everything works fine on my local machine and used to work fine on the deployment server as well. Since yesterday it's not working anymore and I...
View ArticleJavascript Only Runs When TabContainer is Set to OnDemand="False"
ASP.Net 4.5. Visual Studio 2012. IE 11. Latest (final Ajax Toolkit release).I have javascripting that ensures that ListBox controls return to the selected item upon page refresh (instead of...
View ArticleHow to register PostBackTriggers in a GridView nested within an UpdatePanel?
I have the following UpdatePanel code:<asp:UpdatePanel ID="MyUpdatePanel" runat="server" UpdateMode="Conditional"><ContentTemplate><asp:PlaceHolder ID = "MyPlaceHolder" runat =...
View Articleajax auto-complete return values
Hi, I am using following code return two values while using ajax autocomplete but I want to return 4 values please help me my code as follows.----default.aspxfunction ClientItemSelected(sender, e)...
View Article