Constantly update information every second
Hello everyone,I am trying to update a small section of razor syntax code in order to update the html string that is printed out every second so the user knows when a task is completed. <!-- Start...
View ArticleIntegrate asp.net webpage with user control in Master Page
I am tring to intergrate a asp.net web page with a user control in a master page. My problem is when i am running my asp.net webpage with user control on it, it is running fine, but as i am placing...
View Articlemodal popup does not show up due to validation summary which is outside the...
HiI hava a modal pop up which opens up from code behind, it is giving javascript error due to validation summary which is out side the popupthe button wich opens up the pop up is set with...
View ArticleupdatePanel does not send button click event back to server
Hello,I have a sample page that has a label for message, and a text box to be populated by the 2nd textbox content. The 2nd textbox is where use can paste/edit content; a button that will perform some...
View ArticleCustomize CalendarExtender
Want to remove the comma from the the todays date section of CalendarExtender.The current date font should be in red color.Please help. see this...
View ArticleHow to make Accordion Header Click navigate to url and open pane
Hi, I'm making a website with an Accordion Navigation menu. Some of my menuitems has childNodes so that's no problem but some of my nodes doesn't have childnodes. So it should be possible when I...
View ArticleHTMLEditor Extender , image upload issue
Hi I am trying to use HTMLEditor Extender and save content in ms sql database. I am able to uplaod image to editor but how to save it to database and review it in future.Any help?
View ArticlePopupcontrolExtender inside a modalPopup
I have a multiselect listbox and a button in a panel that will popup clicking a textbox inside a modalpopup.User will open the modalpopup and click on the textbox and that will open the panel with...
View ArticleI could not able to make update panel work in VS-2012 Final Version. Where I...
Hi,Even for small progrm using update panel also causing error. I am getting the following error.Unhandled exception at line 6, column 16485 in...
View ArticleAnimationExtender Error Could not be set on property Animations
I am trying to use AnimationExtender.When I put the AnimationExtender on the page, I get no Error. When I add <Animations> I get no errors. But as soon as I put something in between the opening...
View Articlemodal popup extender return value for next sub
hi,I finally made (with some help by some people here) a working modal popup extender popup.I want this to replace my modal messageboxes in an web application, now this is my new...
View ArticleHtmlEditor Extender
When I copy text from mail and paste in the editor extender it copies the properties too. Like adding span and font styles automatically.can we avoid this
View ArticleHTMLEDitor
When I assign value to the htmleditor at runtime in codebegind as belowEditor1.Content ="<table border='0' ><tr><td><img...
View ArticleOnly one instance of a ScriptManager can be added to the page: issue with...
I am on visual studio 2012. I need to add in the CollapsablePanelExtender for my site. Because there is a ScriptManager on the MasterPage, I cannot figure out how I can add in the ToolkitScriptManager....
View ArticleModel Popup extender
Hello friends,kindly tell me how can we open aspx page in modelpopup ajax control.
View ArticleCannot get Reorderlist to reorder
Hello everyone,I am trying to generate a test Reorderlist for use with another application. My code compiles and provides output from a test table I have in MySQL just fine. However, none of the rows...
View ArticleIntermittent NotSupportedException using AjaxControlToolkit version 3.5.60919...
We have an ASP.NET web application using .NET 3.5 and version 3.5.60919 of the Ajax Control Toolkit and we intermittently have been getting the following exception since we started using that...
View ArticleDisable paste option in HtmlExtended Editor
Is tehre is a way to disable paste option in Html editor (CNTL + V) in Design mode only. It can allow it in Html Mode. Please advise me
View ArticleAccordion databind to sitemap (three levels accordion menu)
I can not implement the three levels, my menu has the following schema Item A Item A.1 Item A.1.1 Item A.1.2 Item A.2 Item A.2.1 Item A.2.2 Item B Item B.1...
View ArticleError using collection classes
Go through my code....public List<Remarks1> fillRemarks1List(RemarksRequest oei) { List<Remarks1> mylist = new List<Remarks1>(); SqlConnection sqlConn =...
View Article