How to use ajax with TreeView in another content in same page
In Contect2(see this control in code below) I fill a TreeView with some nodes. So when event SelectedNodeChanged occurs in TreeView I fill some data in Content3(see Content3 in code below). As it is...
View ArticleUpdate Panel doesn't allow File Upload to complete.
I have a blog application with an Upload File control to upload pictures related to the blog. After blog is created and a picture loaded, button1 is clicked to submit blog.I have a confirmation Label...
View ArticleHorizontal scrollbar for asp.net ajax TabContainer
i have working with asp.net ajax tabcontainer in no of tabs that are not fit in our single rowi want scroll mt tabcontainer like below imagehttp://i.stack.imgur.com/VBmcd.png THANKING YOU,SOMNATH KHARAT
View ArticleUpdatePanel refreshing the whole form ??
HiI have quite a complex (large) form for users to complete.To speed up the process I have used AJAX updatepanelsBut the postback is cuaseing the whole form to refresh not just the Div.What am I doing...
View ArticleAjaxFileUpload dialog box - cant select multiple files
vs express 2012targetFramework="4.0"IE10install ajax toolkit via manage nuGet packages for solution - and tried to reinstall it...the prob: on dialog box - cant select multiple files... just one at the...
View ArticleDuplicate TabPanels
Platform: C#, VS2010, .Net Framework 4.0, AjaxToolkit v4.1.7.1213, using HTML5At random I keep getting duplicate TAB panels generated on my aspx page, not all the time but it happens after configuring...
View ArticleTwo Select Boxes with Ajax
Please I have two select boxes. One retrieves Faculties from database and the other Department.I have a one to many relationship of faculty (one part) and department (many part).What I want to do is...
View ArticleIs that possible to delay content load when using asp.net update panel
Alright i will try to explain my question as much as possible.Here an asp.net update panel full page postbackAs you can see it took 215 ms to complete.However i want new content to be updated only when...
View ArticleWhy is not this added
I use VS 2010 ProfessionalI save my web project by selecting File ->save all Then I have download the AjaxControlToolkit. Then I use Nuget to install AjaxControlToolKit. When I do this the bin...
View ArticleLine Chart
I can't get the ajax line chart to render in the browser. <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:LineChart ID="LineChart1" runat="server"...
View ArticleOpen a new tab in the Tab Container
I have one tab in asp.net ajax tab container with web-based application with textbox, button search, and gridview with hyperlink navigateURL :...
View ArticleAjaxFileUpload preview missing
Hi,I am using the following pieces of code to upload images<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager><asp:ajaxfileupload...
View ArticleCalendarExtender Popup location
I have a Master/Detail Grid that uses two GridViews. I have a TextBox with an attached CalendarExtender in the last cell of the Details GridView. The problem is that the CalendarExtender popup is...
View ArticleASP.NET (VB.NET) Autocomplete AJAX problems.
I am trying to implement an Autocomplete but having problems. Please help.i have added the toolkit. I have added these controls<asp:ToolkitScriptManager runat="server" ID="SM"...
View ArticleValidatorCalloutExtender does not work in this very simple aspx file
When I leave the textbox txtFirstName empty and click the button only the text "Enter a name" from RequiredFieldValidator is displayed.So the ValidatorCalloutExtender does not have any effect on the...
View ArticleWhy is not ValidatorCalloutExtender working in VS 2013 web application
I have two machine. The first one has VS professional 2010I create a web application project and install AjaxControlToolKit 4.0 in the Toolbox and ValidatorCalloutExtender work as it should in this...
View Articlemodal Popup
actually, I don't know if this is a problem with the ajax or something else. I have a panel holding a formview tha uses modal popup to display it. I have an image button the uses it's click event to...
View ArticleAjax static method in master page
I have below coding to show a slideshow in MasterPage<asp:Panel ID="Panel5" runat="server" Width="700px" Height="150px"><asp:Image runat="server" ID="img" Width="700px" Height="150px"...
View ArticleAjax Pie Chart
i use Ajax Pie Chart in Asp.net application,it's works fine but when numerical data becames increases then chart not fill properly...
View ArticleError : javascript unable to set value of the property object is null or...
Hi all, Do anyone facing an error on IE when using javascript or updatepanel in asp.net ? the error message as below :javascript unable to set value of the property object is null or undefinedHope...
View Article