Quantcast
Browsing all 5678 articles
Browse latest View live

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 Article


Error 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 Article


Problem 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 Article

Json 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 Article

ModalPopupExtender 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 Article


Script 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 Article

Ajax 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 Article

pagemethods 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 Article


Positioning 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 Article


AJAX 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 Article

GetPostBackEventReference 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 Article

ajax 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 Article

Using 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 Article


how 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 Article

htmleditorextender 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

JQuery 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 Article


Javascript 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 Article

How 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 Article

ajax 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
Browsing all 5678 articles
Browse latest View live