Tagged Questions
1
vote
0answers
11 views
Ajax Auto Complete Extender IE9 wrong display positon inside iframe
Inside my project I am using the Ajax Auto Complete Extender v2.0.50727 and it works fine for all textboxes in IE8, Opera, and Chrome, but when it comes to IE9 inside iframes its display position is ...
0
votes
0answers
15 views
ModalPopup for dynamic objects
In my ASP.net website I have dynamically created a ImageButton named "Logout". Is it possible to use the ID of this Logout button as the TargetControlID for the ModalPopup(AJAX).
In HTML Page :
...
0
votes
0answers
22 views
BalloonPopupExtender not working with chrome
I am having an issue with BalloonPopupExtender not working in chrome but works fine with IE. My problem is that pop up shows up but whatever text I put in the panel is not showing at all. I can see ...
0
votes
0answers
34 views
Ajax Auto Complete Extender displays “1” instead of “001”
I am using ajax auto complete extender on a textbox, but my problem is that each time the value returned from the database begins with 0, the autocomplete ignores 0-s and display only the digits after ...
0
votes
0answers
32 views
Start ajax animation from the code behind
I have an asp.net webpage.
I would like to start an animation on the page using the ajax control kit which is usually attached to a client side control's event.
I would like to start this animation ...
0
votes
1answer
28 views
Ajax control toolkit error when added into the project
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AjaxControlToolkit.Properties.Resources.resources" was correctly embedded or linked into assembly ...
2
votes
1answer
92 views
HTMLEditorExtender removes “class”, “id” attributes
The HTMLEditorExtender seems to be stripping "class" and "id" attributes of my HTML elements, even with EnableSanitization="false".
Is this the default behavior? Is there a work-around?
I'm using ...
-1
votes
0answers
56 views
How to get target url for ajax request while binding click event using jquery
My requirement is,
I want to track user navigation.
I will bind the click event for document and get url's, but for ajax request i'm not able to get the target-url.
How to bind ajax click requests ...
1
vote
2answers
102 views
Star Rating Control which should accept the decimal part also
Am Using Visual studio 2010 and coding by C#. Now i want to do a star rating control ie I have some values within 5, not more than that and i want to show the value rated by start based on the rating. ...
0
votes
1answer
60 views
Not able to access Javascript from Ajax calendar control
I am using text box and binding Ajax calendar control to it.
I need to perform javascript function on the calendar client click control, how is it possible ?
<asp:TextBox ID="txtdate" ...
7
votes
3answers
301 views
AjaxControlToolKit HTMLEditorExtender adding anchor tag as a normal text when a link is added
I am unable to write a nice title to this topic because my problem is a little weird. I am using AjaxControlToolkit HTMLEditorExtender in my website to send HTML formatted emails. Every other feature ...
0
votes
1answer
280 views
Expanding Ajax accordion pane if required field validation fails?
i have a required fields in the 2nd and 3rd ajax accordion panels. i have the setfocus=true on my required field validator the the appropriate panel does not automatically open.
is there a way i can ...
1
vote
1answer
155 views
How to pass a custom value to AutocompleteExtender?
I have this textbox and AutocompleteExtender
<asp:TextBox ID="txtItemName" runat="server" ClientIDMode="Static"
MaxLength="300" onfocus="javascript:select();"
></asp:TextBox>
...
0
votes
1answer
58 views
Unable to add ajax control tookit calender extender programatically
I am trying to add Calender control of AjaxControlToolkit but I am getting an error.
The code and error are as follows:
TableCell tc4 = new TableCell();
TextBox txtSRVDate = new TextBox();
...
0
votes
1answer
143 views
AjaxControlToolit HTMLEditorExtender does not add bold, italic, subscript and superscript tags to the final submitted text
I am using AjaxControlToolkit's HTMLEditorExtender in my website as:
<asp:TextBox ID="TextBox2" runat="server" Width="90%" Rows="20"
TextMode="MultiLine" Wrap="False" BorderStyle="Solid" ...