Hello All,
I m fill a date in a textbox using ajax calender and save it onto database
when i open it to edit a date then calender control empty the textbox before putting a new date.
but i want add n new date with a existing date.
before date is 12-02-2010
then i want this 12-20-2010,13-02-2010 in one textbox
Please help soon..
...
Hi. I was trying to use the AJAX extender Rounded Corners on a normal textbox, but did not work at all. Is this not possible with textboxes?
Thanks
...
Hello everyone,
I am uploading an image with AsyncFileUpload, it works well, but i want to show to the user the image which him just uploaded, but i am having troubles to make that work.
I have tried the OnClientUploadComplete event which receive sender and args paramenters, but the second paramenter only have the file name (without r...
This probably has been asked many times before but I was wondering how to maintain the ActiveTabIndex of an AjaxControlToolKit TabContainer.
The only way I can think of achieving such a thing is to store the ActiveTabIndex in the session and checking for this on postback. Are there any other solutions to solve this problem?
...
I can't seem to find anything about this error on the Internet. I've checked the AJAX source code and just can't seem to find any hint as to what is causing this to happen.
If I clean the browsing cache, restart the server, the first thing I get is this error, when I refresh, the error goes away and the AJAX controls cease to work. If ...
I moved my site to asp.net 4.0, and added ajax control toolkit 4.1.40412.0. Also on the page i added ToolkitScriptManager with attribute EnableCdn="true". But my site continues loading toolkit scripts from resources, not from CDN network. How to fix it?
...
any one know file manager for asp.net ajax toolkit editor?
i know there is other editors but i want know if ajax toolkit editor can have file or/and image manager .
thank you.
...
Hi, I'm asking for advice about MSChart.
I need to breakdown my chart into more detail charts. It is when the user click a series. I want to display the detailed version of the chart in a modalpopupextender. Can a serie in a chart become a targetcontrolid in a modalpopuextender?
Or do you have another advice to breakdown my chart?
Than...
I am using asp.net with ajaxcontroltoolkit. I use the MaskedEditExtender frequently. In one case, I have a field that must be exactly 17 characters. If the user is typing in the string and they miss a character is the middle, they would like to go into insert mode to add a character. But insert mode does not appear to work. Is there some...
i am using a asp.net updatepannel .Will update panel create a div in the client side ?
...
I have the same problem as Simon in this post.
He found out some sort of a solution, but it does not work for me. Please, could someone explain me what is going on in this answer or advice me something else.
PS: there is an example on the asp.net site which doesn't work exactly the same way as my reorder list... (click view a demo)
Th...
Hi,
After postback from Modal Popup Extender all controls tab index set to -1, i am not able to find any solution for this, And there are more than 100 controls in my page.
Please help how i can keep the Tab Index of all my controls in ASP.NET page.
Regards,
Om
...
Can anyone have a solution for this issue
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.
I am using asp.net 3.5, VS 2008. The version ...
Hi,
I have tried this example
http://www.asp.net/ajaxlibrary/act_AutoComplete_simple.ashx
but it is not working in the demo or in my project
can any one help me please
Thanks in Advance
...
I need to have a stack of 10 text lines, possibly div's, and insert a line arbitrarily somehere in the list. In addition I'd like to fade in a highlight (for the new line) and fade out.
Is MSFT AJAX the correct tool to use for this?
...
Hello,
I want to replace the WebUIValidation.js client script (located in System.Web assembly) with my own custom script using the new script replacement features in .NET 4.0.
The replacement works fine in a simple sample form I created, but in my much more complicated wizard form it fails. On partial post-back the ScriptManager writes...
I'm using the Ajax Control Toolkit to show a popup box triggered by a button embedded in an ItemTemplate of a ListView. I've wrapped up the entire modal popup in a feature rich usercontrol used many times throughout my website with no problems. The trigger button is part of my usercontrol, and is used as a rename button for each item dis...
Hello,
I have been creating and using a page on the development environment for awhile, it is a search oriented page that is heavy on the ASP.NET AJAX controls. I've recently tried to move this to production, however, whenever I set the value in the Web.Config file:
<compilation debug="false">
Clicking on anything on the page which ...
Hi,
I am completely new to AJAX for ASP.NET. How do I check if AJAX client side framework is installed on my server? I am using Visual Studio 2010 and ASP.NET target framework is 3.5. If it is not installed then is it free to download and install for ASP.NET 2.0? Detailed help would be much appreciated.
I am facing the following probl...
How to get Plain Text from HTML editor in ASP.NET AJAX Control Toolkit?
Editor1.Content gives HTML text like
This is <span style=\"font-weight: bold\">BOLD</span> text
while i want plain text only
This is BOLD text
...