I\'ve read through the net but haven\'t found a solution to the following problem. I have this example page (_ScriptManager.aspx) with a ScriptManager, an UpdatePanel, a MultiView with two Views and t
I want to create a horizontal and vertical accordion in asp.net. I have use Ajax Toolkit Accordion but cannot change its orientation:
How can I add some keyboard shortcuts (ctrl/alt/shift + so开发者_运维问答mething) to focus textboxes and/or perform button clicks?
I am needing a piece of javascript to be run whenever a postback occurs. Well, actually multiple pieces. This is to be done inside a custom control, so the javascript code that should be run may be us
The following ajax function call not retrive the data in firefox3.0.16 if i use开发者_开发百科d post type,But it is working good in IE7 ,if i used get method i can retrive the data in both the Browser
I\'m currently trying to add a FilteredTextBoxExtender in a ASP.NET composite control, but I can\'t get it to work.
I\'m trying to get setup using the DataAnnotations validator in ASP.Net MVC 2.0 Beta, but with the following model:
I have setup a virtual directory in one of my websites but the updatepanels are not taking effect, they are still reposting the whole page. The pro开发者_StackOverflowblem seems to be the virtual dire
i have a controller action being called using an ajax request, but when i tried to access session (HttpContext.Session[\"key\"]), i dont have any of m开发者_开发技巧y session keys populated. How can i
I have a problem when updating the source of an ASP ListBox in an AJAX update panel.When I set the source of the ListBox to a large dataset, I would assume it would take a small amount of time to rend