Updatepanel still reloades all page
Hi,I have a code like this:<asp:UpdatePanel ID="UpdatePanelMjesto" runat="server"><ContentTemplate><asp:Label ID="lblMjesto" runat="server" Text="MJESTO:" Width="150px"...
View ArticleFill barChart in code behind
I am trying to get the barchart to fill with my data, but what happens is that it errors out the rest of my page and I shows nothing, but doe snto show an error on the page. Do not know if this is the...
View ArticleFancyBox in Gridview Updatepanel BlockUI Problem
Hi,I have master page layout.Fancybox apply to gridview column product detail.fancybox style is ajax. and gridview inside update panel.BlockUI plugins also apply to block gridview when paging or...
View ArticlePulling a JavaScript value into an ASCX at Runtime
Hello, everyone. I will try and describe my situation as best I can.I have a text input as a variable via JavaScript inside an HTML file. In an ascx behind the scenes of the site itself I am attempting...
View ArticleError: does not contain a script with hash code "3cf12cf1'".
We are seeing quite a few of these errors on our site.AjaxControlToolkit Assembly "AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script...
View Articleimage link will change to pure text in HTMLEditorExtender
Hi guys, i am using HTMLEditorExtender as my content editor.I found that image will change to pure text after saved. pls advice...
View Articleupdate my database every 5 seconds that the webpage is active
HiWhat I want to do is to update my database every 5 seconds that the webpage is active.I wish to use this to monitor how long people are staying on my page and thus how much of the video they are...
View ArticleFacing issue while setting style: display of a panel
Hi All, I am facing one issue.But dont know whether this is issue or web page works like this only.Following is the scenario:I have a image Buttom in my page like below<asp:ImageButton...
View ArticleTwitter feed returns empty data but was working previously.
I use MS VWD 2010 Express(version 3.5) and Visual basic to develop a website for my rugby club. I set up an Ajax twitter control linked to our twitter account and this worked fine.It has now just...
View Articlehover menu extender not showing up where it is supposed to be
Situation: I have made a navigation menu using div's and asp:LinkButtons. I would like to use the ajax toolkit to make a hover menu extender showing a panel underneath each div.Problem: My hover menu...
View ArticleAutoCompleteExtender nested in GridView not working in Chrome
Hello,I have an AutoCompleteExtender connected to an editable textbox, nested inside a GridView. In Firefox and IE, the code works as it should: the user types a few characters, and a list of...
View ArticleCascading Drop Downs - Method Error 500
Hi, I have some cascading dropdowns which work great when previewing the page locally through VS.But when I upload my files to my web host and preview the page I get an error message Method Error 500...
View ArticleEditor Control & Carriage Return
I'm using the AJACS Calendar Control in an app I'm working on. When creating an SSRS report based on the HTML data I found that a carriage return doesn't necessarily mean <P>. I don't want to...
View ArticleTimer Causing 2 UpdatePanels To Refresh
Very simple, I have 2 update panels on my page. Both are grabbing some basic but different search results from a database.My second Update panel has a timer in it set to 3 seconds, just for now while...
View ArticleAsyncPostback Trigger within ListView Control - CheckBox (causing full...
I have searched everywhere and can't find a solution to this. I'm using Visual Studio 2012 (ASP.NET 4.5 Framework). I have a ListView control with an LayoutTemplate in which has a CheckBox control...
View ArticleError "The requested script resource 'Common.Common.js' requires version...
I am getting the below error on my applicationThe requested script resource 'Common.Common.js' requires version 'AjaxControlToolkit, Version=4.1.60501.0, Culture=neutral,...
View ArticleClient side web service
Hi, I havewebservice added in Scripmanager Scriptreference tag <asp:ScriptManager ID="ScriptManager1" runat="server"> <Services> <asp:ServiceReference...
View Articleautocomplete extender not working
Hello,I m trying to add autocomplete extender in code without using webservice i get the list but it not displaying in final resultMy code is as Following.aspx code----<%@ Page Title=""...
View ArticleDouble-Click required to set focus to UserControl(s)
I have a form that has selectable tabs on the left, and a panel to the right that contains user controls. The user controls are basically just forms. The tab on the left basically controls which user...
View Articlehow to change image src of div from ajax
$(document).ready(function () {$(".Zoom1").click(function () { alert("zoom"); ImgName = this.name$.post("/Controls/ZoomTo.ashx?ImageName=" + ImgName + "&Add=1", {}, function (response) { if...
View Article