i use fromajax tabcontainer .and i want to when value of hiddenfield is not 1(value of hiddenfield change when i click in gridview,i dont have problem with set value for hiddenfield) and user click in
In my project, I开发者_开发技巧 have used CalenderExtender (which comes with AJAX Control Toolkit) in my webpages.
Before I had a problem of findhing the control and setting the tab index. My problem now is that depending if there is data in some of the tabs they are set to Visible = true or false. If there is no
I have a few tabs on a page and it always defaults to the first tab , but when a link is clicked i want it to select a diferent tab using javascript. How can I select the tab with Javascript?
I\'m trying to implement an AJAX Slideshow within an ASP.NET MVC 2 application. This is the error I get running the .aspx page with the AJAX slideshow is:
I\'m using DevExpress ASPxGridView to show, insert, edit data. To insert and edit I\'m using Templates->EditForm and to group columns I\'m using TabContainer from Ajax Control Toolkit and in one tab I
I am using an AsyncFi开发者_JS百科leUpload control in my aspx.net page. This control is running inside an update panel.
If I am using ajax control tool kit in my web application, let me know how can I change the style of ajax rendered controls. For example, if I need to format buttons created for a NumericUpDown contro
I am trying to use ASP.NET AJAX Toolkit\'s MaskedEditExtender Control (with MaskedEditValidator) in my web application. The control works fine in Google Chrome but开发者_开发问答 IE9 throws a \"Unable
I\'ve got a .ascx server control in ASP.NET 2.0 that contains several other .ascx server controls.Everything in the top-level one is wrapped in an UpdatePanel.It works great until the second time I do