Good technique for a ajax for asp dot net?
Hi currently we are using Telerik contols for our web site application. i want to replace telerik rad ajax manager by normal update panel.What are the best way to achive ajax in ASP dot net? is there...
View Articleasynchronous postback interfering with button click events
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest is causing a button click event not to fire.protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { string...
View ArticleAjaxFileUpload doesn't work !!
I just try to use ajaxfileupload but it doesn't work . I don't know what is my wrong . this is what I see when I run my page :and this is my desing:
View ArticleHTMLEditorExtender display problem
Hi there!I have an ASP.NET page that has a textbox on it with an HTMLEditorExtender control and an ADD/UPDATE button that allows my users to enter, read, update and delete HTML formatted text to and...
View ArticleMake tabpanel header unclickable
I having an application which allow user to report cases. I have done it using a Tab Container which have 5 Tab Panel in it. The user required to report accordingly to the 5 panel I included. In the...
View ArticleValidations not firing if image button is having OnClientClick in RadGrid
Hi All,I am using telerik grid and form settings in it. I have a javascript function lets say WrongValidation() which i'm caling on imagebutton onclientclick event like OnClientClick="return...
View ArticleHow to solve Web resource error while combining the scripts using Ajax...
I have been improving the performance of my website and i came to know the ScriptReferenceProfiler is use to combine the Ajax_toolkit & some web resources,to boost up the performance.By using...
View ArticleC# Windows
Hi,I have a listbox,i get values in it as decimal.i read that values one by one and store the 2nd and 3rd values in a variable and now that variable consists of 8 digit value. I want to convert that...
View ArticleTabContainer Issues
Hi all,I am having problems with my tabcontainer due to unfamiliarity with tabs CSS.I have a tabcontainer with 2 tabpanels but the tab panels buttons become mixed with the tab content.I tried adjusting...
View Articledisabling tabs of tab continer & viewstate error
i have a tab conatiner with 5 tabs each having gridview populated with data if a control is visible true on page load on post back ie a button click the tabs are made enabled true/false depending on...
View ArticleManaging scroll position of a Hovermenu extender panel on a Modal Popup Extender
Hi,Can anyone help me with my problem. I have a GridView that is being displayed on a ModalPopupExtender. The HoverMenuExtender is used to Edit/Delete the items in the gridView. My problem is that when...
View ArticleHide and Display of TabPanel in TabContainer
I'm trying to hide the TabPanel4 when the application start, then when user select specific item from the dropdownlist it then display the TabPanel4 out for the user. Below is the code I used, not sure...
View ArticleClear AjaxControlToolkit ComboBox
I have a ComboBox control from AjaxControlToolkit, it works fine. But I can not clear selected item to empty (when page is load, it show nothing, and then I can either click dropdown to pick an item or...
View ArticleError "type or namespace name 'IContentPlaceHolders' could not be found"
Error is in Sample\DefaultMaster.master.cs:The type or namespace name 'IContentPlaceHolders' could not be found (are you missing a using directive or an assembly reference?)I'm still new (and shaky :)...
View ArticleScript error when using Ajax File upload control
Script error in page when Ajax asynchronous file upload is used.Error:Firefox: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to...
View ArticleLogin Control and Update panel
hi alli want know how is it possible use update panel or ajax for login control with out refresh pageActually i want use login control and user login witout refresh pageif logon is not successful page...
View Articlecontrol inside updatepanel and outside update panel
can any on clear me!If i place a control inside updatepanel and want to change the value of a control in outside updatepanel on partial postback, i can't change the value. it remains old. how to manage...
View ArticleTabContainer
Hey guys i have a problem....My TabContainer tabs' text doesn't show properly... Reference : http://tinypic.com/r/j9lcfp/5I tried changing the height of header and tabs it didn't work .ajax__tab_xp...
View ArticleCascadingDropDown selectedindexChanged got fire even I do not click on it, why?
I have 3 following dropdownlist<asp:UpdatePanel ID="UpdatePanel_ComponentFromStore" runat="server"><ContentTemplate>1: ComponentFamily : store all family of components<asp:DropDownList...
View ArticleAJAX Controls Toolkit Problem
Hello My Name is Ahmad,It's my First time that i'm trying to work on Ajax for .Net Framework 4.0 i have downloded the toolkit and adding all the controls to tollbox and when i'am trying to use asp.net...
View Article