ComboBox Demonstration not work in FireFox
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ComboBox/ComboBox.aspx
View ArticleEditor how to control the maxlenght???
Hi I need to control the maxlenght of the text in the Editor from the ajaxcontrolToolkit, I guess it is posible with jscript, does anyony have an example????Thnks a lot!!
View ArticleHow to make listview scroll to the current selected item?
How to make listview scroll to the current selected item? I mean in the asp.net not winform or wpf.
View ArticleSession vs Viewstate
hello everyoneI know that session variables are accessible from whole solution, and Viewstate variables are accessible from single page (the page where it was declared)and now, I can't understand when...
View Articlepackages is not declared
Hi,I have downloaded and registered the ajax control toolkit. I use vs2010 and asp.net 4.0.The file packages.config was added automatically to my project:<?xml version="1.0"...
View ArticleAjax editor validation
Hi i am using ajax editor in my application for filling some content.i want to fill only 200characters more then 200 characters it should not allow.i need validation for ajax editor should allow only...
View Articleregister ajax control toolkit in the whole project
Hi,this site says, that I shoudl put this line in the webconfig, to register ajax control toolkit in the whole projet:<%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit"...
View Articlehow to preview image using ajax asynchronous file upload control
Hello Friends ,i want to upload an image the moment i upload the file i want to view in my image control..I tried a lot friends i cannot achieve it please help me Friends to achieve it...This is my...
View ArticleAjax calender extender not working
Hi I m working on web application and i m using calender extender ,i want to create like when user click on text box calender should popupfollowing is the code i used but nothing is...
View Articletakes two clicks to repopulate checkboxlist within modalpopup
I have a checkboxlist populated by a datasource having a textbox as a controlparameter. The checkboxlist is located within a modalpopup. When I click the button, the checkboxlist shows the list...
View ArticleAdd an image from images gallery to HTML Editor at cursor position
I want to add a button to ajax Html Editor tool bar and it will open images gallery popup modal and when i select an image it should be placed at a cursor position in the Html Editor
View ArticleTab Container
I am creating dynamic Tab Container.As it is Dynamically created, I am not able to add the static panel to it.So the Tab Container appears on top of the page .How to remove only the body border of the...
View ArticleAjax Tab Container
How to place image next to the header of tabcontainer with out using absolute position for the image in asp .net.when there is no scroll bar page then the image is looking as if its next to the...
View ArticleModal Popup Extender not working with ScriptManager
Hi,Im using Modal Popup Extender provided by AjaxControlToolKit in one of the webparts my Sharepoint WebApplication.Now the problem is that as soon as i entered ToolkitScriptManager tag it throws...
View ArticleCreating a scheduler
Hi allI just need a few advices to start on a projectI am responsible for arranging the personnel schedule in my company. Until now I have been working with excel to make the schedule. Typically the...
View ArticleIs the drag and drop of GridView rows possible using the toolkit?
There is a video of panels being moved, but I did not see anything on moving actual gridview.I came across a web site <a...
View ArticleLink button in gridview causing full postback
I have a link button inside a template field of a gridview. The gridview is wrapped in an update panel. I want the link button to fire an async postback but it always fires a full postback. Why is...
View ArticleSys.WebForms.PageRequestManagerParserErrorException behaves diffrent on...
I have a generic Exception Handler class and iam using a AJAX error Control.When i get the exception i pass it to a Error page using Server.Transfer(url) but started getting...
View Articleset active tab panel in tab container
i have three tab panel in tab container,when i click the grid in one of the tab panel,current tab panel disappear and the default panel comehow to set the current panel as active tab panel ,when any...
View Articlesession vs cookies
Hello everyonecurently I am using cookies to store there my username and I if I have a checkbox remember checked I wrote the selected codeResponse.Cookies["UserName"].Expires =...
View Article