0
votes
2answers
16 views
How to access values set in asp.net ajax updatepanel from jquery
I set values (of server controls) in an update panel via code-behind, it must be using some javascript method to set those values. if i try to access them through jquery after thi …
1
vote
2answers
16 views
Localizing “ajaxToolkit:CalendarExtender”
Hi All,
I am using ajaxToolkit:CalendarExtender in my multi lingual project.
The problem with this calender is that it localizes the month strings in the control but doesn't local …
0
votes
1answer
16 views
Update Panel and partial rendering and AsyncPostBackTriggers only firing the first time with AjaxControlToolkit:ComboBox
This should be a pretty simple thing to do with Update Panels, but I'm having troubles.
I want to update the updatePanelSelectedVendors on vendorsComboBox selection change, when th …
1
vote
3answers
163 views
Getting rid of Microsoft AJAX
We wrote a couple of controls using Microsoft AJAX (cs class + js class). Now I'm thinking about getting rid of it (just use jQuery), as it is bloated and we don't use UpdatePanel. …
0
votes
2answers
38 views
How do I make a Textbox Postback on KeyUp?
I have a Textbox that changes the content of a dropdown in the OnTextChanged event. This event seems to fire when the textbox loses focus. How do I make this happen on the keypre …
1
vote
1answer
23 views
How to…Add Client Side function to button that postsback?
I have a button that closes a modal dialog box on an ASP.NET Ajax form. How do a add a client side function to be called on the same button click?
currently firebug has this for t …
0
votes
1answer
14 views
ASP.NET AJAX Control Toolkit ModalPopupExtender + HTML + JavaScript
Hello,
I have a section of HTML and JavaScript that represent a dialog. The code for this is something like the following:
<table border='0' cellpadding='0' cellspacing='0'> …
1
vote
3answers
37 views
MVC Ajax - Parsing Form Submission Return Data
I am using MVC Ajax to do a form submission. What I can't get right is to get the Action on the server to return a partial view to the browser.
The form submission looks like thi …
0
votes
1answer
11 views
UpdatePanel Javascript Callback
I came across this issue recently and thought it was really helpful. My question was, how would you call a piece of javascript after an updatepanel loads via AJAX in ASP.NET?
I ne …
0
votes
1answer
32 views
ASP.NET AJAX Toolkit Combobox need to press enter twice to postback
Hi, im using a ComboBox for a feature in my application, and i have AutoCompleteMode="Suggest".
However, after i type the in the textbox for a search, and press Enter, nothing hap …
0
votes
0answers
40 views
asp control not firing events, if a user control with updatePanel is in the page
Hi,
I have a page with a user control which uses UpdatePanel,
if I insert after this control an Asp:Button, the onClick event of the asp:Button is not fired.
I tried to insert an A …
1
vote
1answer
26 views
How do I use a jQuery $(document).ready and an ASP.NET UpdatePanel together?
I'm rocking this bit of Javascipt in the <head> section of my page:
<script type="text/javascript">
$(document).ready(function() {
$('dl.expander dd').expa …
0
votes
2answers
35 views
ASP.NET AJAX pageLoad() with multiple Updatepanels
Greetings,
I'm working with some guys who are developing an app with Update Panels.
I'd like to use the jQuery datepicker on a textfield that is part of a row that can be added m …
0
votes
1answer
36 views
Telerik RadGrid always display X rows, even if there are only Y data rows on the last page where Y < X
I have a telerik rad grid with PageSize=10. The problem is if I have 34 items. On the last page, there will only be 4 rows. Is there a mode to force to control to render with 6 emp …
0
votes
1answer
13 views
how to set time in ajax slider control’s maximam or minimum value properties? in asp.net
i want to set property of ajax slider control's maximum or minimum properties??
in this two properties ...it take only integer value but i want to give date value to that properti …
