0
votes
1answer
15 views
ASP.NET accordion and calendar makes button click event not raise
I have this accordion with 3 panes. On one of these panes there is a button which is supposed to raise a click event but it does not. I have tried to remove all validators which didn't work, to remove ...
0
votes
3answers
26 views
Asp.net Ajax Control Toolkit - toggle button on same line
I'm using the toggle button from the Ajax Control Toolkit.
On my page I want the following layout (all on the one line):
Toggle Button | Text Box | Button | Button | Toggle Button
Problem
At the ...
0
votes
0answers
19 views
showing child modalpopup from parent modalpopupextender
I am working on an asp.net application. I want have used ajax control toolkit's modalpopup extender inside ajax updatepanel. This modalpopupextender is opened from server side on click of a grid cell. ...
0
votes
1answer
29 views
Ajax chart not rendering in Pdf Using pechkin asp.net c#
i have been using Pechkin (wkhtml wrapper for c#) to create pdf reports in my project and its working fine except i cant render any ajax chart(pie, bar, bubble or anything) in my created pdf, i have ...
2
votes
3answers
48 views
+50
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts
I am getting this error when I attempt to run my aspx application even though I am in 3.5 framework.
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure ...
0
votes
1answer
20 views
Ajax Control Toolkit PopupControl: Get the ID of the PopupControl from the clicked button
Currently I'm working on a project that requires me to make a ASP.NET page that contains schedules. The whole page schedules a week in total. Every day is represented by a table (in an updatepanel) ...
0
votes
0answers
12 views
Spinning Circle ASP.NET TabContainer UpdatePanel Ajax Control Toolkit
My final goal is to update a series of TextBoxes and Gridviews in a TabContainer.
The TabContainer is inside an UpdatePanel. It is my understanding that the TabContainer must itself be in a ...
0
votes
1answer
39 views
Ajax Control Toolkit htmleditorextender AjaxFileUpload Path
I'm trying to save an image to a local path (I'm not going to be deploying my project on a server) and I'm having difficulty with putting my finger on the correct path for the file upload:
Protected ...
0
votes
1answer
125 views
AjaxToolKit: Balloon Popup Extender on html5 Canvas
I have a canvas drawing implemented on my project. I would like to show speech-bubbles with information related to specific mouse clicks on the canvas. Say a click on a particular region of my canvas ...
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
15 views
Textbox with HtmlEditorExtender value
I have a textbox with HtmlEditorExtender and it just works fine on displaying its text behind the code. However, when saving the modifications it does not get the value entered in the editor. I've ...
-2
votes
0answers
18 views
Populating checkboxlist on load of modalpopupextender
I have a checkboxlist on ajax modalpopupextender which is inside ajax updatepanel. I want to populate this checkboxlist on load of modalpopupextender. How can I do it. I tried creating a Webmethod ...
0
votes
1answer
83 views
show/hide modalpopupextender inside updatepanel
I have an asp.net page with ajax updatepanel and a grid. inside the same updatepanel, I have a modalpopupextender. I want to show modalpopupextender on click of the row button of grid.
I have written ...
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
206 views
ASP.net ajax tabcontainer css styling doesn't work
First time asking a question here, so pardon any breaches of etiquette. Have been using Java for the last 6 years, so my Microsoft/VB/asp/html/css skills are really rusty. Having said that, however, ...