Auto complete on a checkbox list how to?
Hi, I've Text box wich i fill from a checkboxlist, each item that is checked will be placed in the textbox (In this case every email adres will appear as acheck box)The checkboxlist will apear in a...
View ArticleAjax control toolkit
Hi , I have download Ajax control toolkit 4 and did the following steps:http://www.asp.net/ajaxlibrary/act.ashx<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true"...
View ArticleRefresh Parent Nested Update Panel using Javascript
Well it sounds complicated but here it goes. I have a Page which includes:javascript function :function myfunc() {alert('ready'); <%=ClientScript.GetPostBackEventReference(Panel2, "")%>; }Panel1...
View Articlehtmleditorextender with sanitizer turned off still removes html parts
I'm using the latest version of the htmleditorextender with sanitizer turned off(not on a public site) trying to get untouched html text with no result, i.e id and class elements are still being...
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 ArticleHow to access a Control which is out side the update panel?
HI, Can some one help me about ho wto access a control out side the update panel.. I have a panel out side the update panel initially it is in Hidden state i need to make it visible on actions but it...
View ArticleCannot refresh parent from modal popup
I have a modal popup and I have search every single example that i can find but I am unable to refresh my parent screen. Any ideas?
View ArticleAjax Tool Kit
Hi All,Please help us for the below issue.when we copy and paste the below content in our browser...
View ArticleUpdate Panel - parsing error
I have a formview with checkbox inside its insert template, I use it to enable some other textboxes.In the other hand, checkbox doesn't work unless I enable AutoPostBack, so I'm trying to use update...
View ArticleAjax toolkit combobox and asp.net update panel
hi I used Ajax toolkit combobox to show some data and it looks good, than I used asp.net update panel with combobox inside it but it appears as transperant ! screenshothere , what would be the problem...
View Articlea weird problem (click works inside updatepanel but not showing)
Hi all,I have a page (contentpage inside a masterpage) that i put all components inside a updatepanel. Some actions work fine and also refresh the screen, in the page some events work fine but screen...
View ArticleEdit gridview within a gridview using CollapsiblePanelExtender
Hi All, I've been stuck on this for a little while, so I hope someone will be able to help me.I've got a parent gridview showing the sales orders headers, then within this gridview a child gridview...
View ArticleModalPopup data passed to Javascript
I have a ModalPopupExtender embedded in a gridview - all inside an UpdatePanel as follows:<asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate> <asp:GridView ID="gvGrid01"...
View ArticleThe HttpFileCollection (Request.Files) is always empty with a count of zero.
Hi,I have file upload as an ItemTemplate in the gridview. I handle multiple file uploads using HttpFileCollection in the code behind. My problem is when I try to upload some files and iterate though...
View ArticleAjaxToolKit problem with ExtenderControlBase.cs
Hi.I have this<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Master.master.cs" Inherits="PresentationLayer._App.Master" %><%@ Register Src="~/__userControls/uscMsgBox.ascx"...
View Articlepassing parameters
How can I get parameter in ChildForumPage.aspx page?e.Row.Attributes.Add("onclick", "location='ChildForumPage.aspx?id=" + e.Row.Cells[0].Text + "'");Response.Redirect and Request.QueryString don't work...
View ArticleIs there a way to install AjaxControlToolkit??
Ok, guys.I'm trying to install AjaxControlToolkit to VS 2010 and I'm really tired...1) Create new web application (net 4.0).2) Type "PM> Install-Package AjaxControlToolkit"3) Starting...
View ArticleChanging ScriptManager's property EnablePartialRendering from a masterpage
Hi, I'm creating a small community site, where users can enable or disable partial rendering by setting their profile property (it is needed because not all browsers support AJAX yet). I added...
View ArticleSys.WebForms.PageRequestManagerServerErrorException on IE10
Hello, i'm getting an error when i use an imagebutton to update an updatepanel control. It only happens on IE10 running on my windows 8 machine.The error description is: "Error en tiempo de ejecución...
View ArticleDisable page while loading
How to make a page disable ( greyed with message ) while the context is still loading and enabled all elements after that. The message have to close or became invisible.
View Article