scriptmanager
Problem with ScriptManager and ASP.NET AJAX Timer
I\'m having a serious problem with my ASP.NET AJAX application. There is a javascript function in my application needs to be executed after the Timer_Tick event. Here\'s the code behind:[详细]
2023-01-10 00:00 分类:问答How do I get rid of the IE8 ssl warning message "Do you want to view only the webpage content that was delivered securely?” with ScriptManager?
A login page on our asp.net website uses https – while almost all of our other pages do not.On this login page, IE8 users receive the “Do you want to view only the webpage content that was delivered[详细]
2023-01-08 22:19 分类:问答ListView DataBound says Items > 0 when actually Items <= 0
So 开发者_JS百科I have a ListView (assignmentsListView) in an UpdatePanel, being filtered by a DropDownList in the same UpdatePanel.The DropDownList has a list of persons in it and uses autopostback,[详细]
2023-01-08 09:38 分类:问答ASP.NET script combiner returns blank response at times
I am using a script manager for ASP.NET MVC to combine and compact CSS files and JavaScript files for pages on a website. For the most part this works as expected, however there are times (couple of t[详细]
2023-01-07 00:12 分类:问答Proper way to include scripts in an asp.net page
I\'ve got an ASP.NET application that uses a mixture of ASP.NET AJAX (Including UpdatePanel) and jQuery written by several developers of differing backgrounds.[详细]
2023-01-06 19:53 分类:问答Register Javascript file to aspx page from WebReousrce
How do i add my javascript file as an embeded resource to the page after the ajax javascript already on the page?NB want to do this part dynamically to have code wrapp开发者_运维知识库ed up in usercon[详细]
2023-01-06 19:11 分类:问答Getting Post-Back And No Update When Using ASP.NET AJAX
I am new to ASP.NET AJAX and am trying to get a status text box / button to allow users to update a status without a post-back. I have a script manager tag on the[详细]
2023-01-05 18:44 分类:问答WCF WebInvoke, Asp.net script using OPTIONS instead of POST Method
We have a WCF service in our web application which is being called by browser through ajax(jquery and asp.net scriptmanager)[详细]
2023-01-04 20:28 分类:问答Asp.net Script manager conflicting with button
I\'m w开发者_Go百科orking on an asp.net app and I have some controls that are created dynamically on the OnInit event.[详细]
2023-01-03 18:30 分类:问答Check if a javascript file is already loaded on a page
How to check in C# if a javascript file is already loaded on to the page? Let\'s say I have a user control in a different namespace that I load on to a page. I would like to see if a script file doesn[详细]
2023-01-03 17:16 分类:问答