Hover Background Color Disappears on Post-Back
On one of my Web pages I have included a treeview control in an Update Panel. It works fine except for when the page is updated from a post-back generated by a click on a treeview node the treeview...
View ArticleUpdate Panel Always Post Back whole Page
Problem,, i am not getting partial page post page,, instead i get full page reload and then i get the next 4 rows inside table on button click. any idea why i am not getting Ajax...
View ArticleAuto Complete extender is not working in gridview item template field .
Hi all, i have one gridview in it's item template i have taken textbox named as txtProjectName,and i want to make it as auto complete textbox, below is what ia have done. :-asp:GridView ID="gvDetails"...
View Articleparameters
i run the programe but the following error occur....code in lass libarypublic class Class1 { public bool addguest(int guest_id, string first_name, string phone_number,string email_address) { try {...
View ArticleHow do I add accordian to page based om site.master
Hi all I have a new site i'm working on the is using a master page layout. I have a new page I have added and would like to add accordian with a number of panes to show info and docs about material we...
View ArticleModalPopupExtender not working when JavaScript is Disabled
Hi,We are using Ajax ModalPopupExtender in ASP.NET 3.5 that is working fine when Java Script is enabled. We have a requirement from the client that ModalPopupExtender should also work when Java Script...
View ArticleAdding extender dynamically during partial rendering
Ok, so I want to dynamically add a textbox and calendar extender when asked. This is a result of a specific button click within an update panel.Action Steps;Page Rendered Item Selected [triggering...
View ArticleMasked Edit Validator always says date is invalid
I have the following code and no matter what I put in the txtStartDate textbox, the validator always says it is an invalid value. Suggestions? <asp:TextBox id="txtStartDate" runat="server"...
View ArticleQuestions on the Tab control
Could someone help me to better understand the Ajax control Toolkit Tab control. In the past I have used the built in ASP.net "Menu" control with a "SiteMapDataSource" in a Master page and a...
View ArticleHTML editor extender move to end of text
I am using the HTML editor extender as a sort of online bulletin board. The page has a data repeater which has the answers to a specific question and a quote button. If the user clicks the quote...
View ArticleAjaxFileUpload update page content in UploadComplete Event
I have an AjaxFileUpload, I want after file upload complete, a label on page shows the filename just uploaded.I have code like this:<asp:UpdatePanel runat="server" ID="UpdatePanel"...
View ArticleUpdate my application from the versions available in my database
MY PROBLEM :I have developed a mobile application.Now that the development is over and handed over to my client,i have to update him of the new versions if available..MY WORKS SO FAR :So,in order to...
View Articleajax accordion content problem?
I have ajax accordion but when I click contecnt comes down .I want content comes up
View ArticleMultiple file upload Prob
hi i m using Ajex muliple file upload control to upload files. but problem onOnUploadComplete event , i cant pick the value from my datalist Checkbox. what should i do ?2nd : i want to call...
View ArticleAjaxFileUpload: Drag and Drop not working in IE 10 for Windows 7
Hi,I just installed Internet Explorer 10 for Windows 7 64bit (release version). When opening the example page for the AjaxFileUpload control, Drag and Drop does not work: When dropping a .jpg file on...
View Articlehow to hide panel in modal popup extender if no record found
I am using modal popup extender where I want to hide pop up if there is no record.how to do that??I tried java script function('ScriptManager.RegisterClientScriptBlock(Me, Me.[GetType](),...
View ArticleNetworkError: 403 Access Forbidden - unable to load images firefox ctrl+f5
I am using a simple login page which contains 2 textbox and for validation I used validator callout extender. There is no master page added.When I type the URl http://localhost/MySite/admin/Login.aspx...
View ArticleAccordion Header remove click event
Hi,I am trying to use an ajax accordion to perform a step by step information gathering process, allowing a user to only move onto step 2 after clicking button in steps 1.I also don't want to headers...
View ArticleBar chart background color
Is there any way to change bar chart background color? Well, at least in an ellegant way? I think browsing through HTML elements I may achieve that but I'm looking for a neater solution. Thanks in...
View ArticleButton events on Modal Popup don't fire...
I'm really starting to hate AJAX. That aside, I have a Modal Popup. I coded my own Show and Hide events for it in code behind. Unfortunately the Click events for my Ok and Cancel buttons on the Popup...
View Article