Tagged Questions

6
votes
5answers
3k views

Best alternative solution for ASP.NET AJAX UpdatePanel [closed]

Best alternative solution for ASP.NET AJAX UpdatePanel for dynamically add and remove user controls without full postback
5
votes
3answers
2k views

Dual list drag drop control

Does anyone know of a good .Net2.0+ compatible dual listbox control that either offers dragging and dropping between lists, or simple buttons to move items between lists and also sort the items in a ...
5
votes
4answers
5k views

Have you got a CascadingDropDown working with ASP.NET MVC?

If so how? Did you roll your own with jQuery or use the Microsoft AJAX toolkit? Did you create a webservice or call an action? EDIT : Please note that this question was asked before Microsoft ...
2
votes
1answer
1k views

HowTo: Trigger UpdatePanel from a GridView TemplateColumn Click

Q: I have the following case, all my controls on an update panel on the page. one of these controls is a grid view , this grid view contains a check box on the header template field( to make a check ...
2
votes
1answer
734 views

Ajax dropdown limit to list

pretty much what the title says. I am using an Ajax Drop Down as illustrated here: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/DropDown/DropDown.aspx using linkbuttons ... is there a way to ...
1
vote
1answer
58 views

problem with html editor

I used Html Editor with firefox on my pc. I switched pcs and I tested my site again.. The HTML editor appears completely messed up across browsers ..It doesnt even look as good as it is on the ...
1
vote
1answer
129 views

Multi ListBox .net dual

Any suggestions on a .net multi dual listbox? Saw this control http://ajaxlistbox.codeplex.com/ seems to be pretty sweet. just want to know any suggestions.
1
vote
2answers
519 views

How to make an asp:panel render as a div via .RenderConrol

tl:dr version: Is there a way to get the panels to render as divs when rendered by RenderControl? Background: I am working on an asp.net 1.1 site, and I am trying to render a control containing ...
1
vote
2answers
1k views

AJAX TabContainer containing user controls

Wondering if someone here can help. I have an AJAX tabcontainer which has a number of tabs and each tab contains a user control. When I add a new item from one of the tabs, it is not reflected in the ...
1
vote
1answer
297 views

CompositeControl and XML Deserialization on design-time error

I get "Error rendering control" error that only happens when I place the control on the webform in desgin-mode, if I run the page the control is displayed correctly. The above statement is not ...
1
vote
5answers
1k views

JQuery output a dynamic control in a div

How do I handle the click of a checkbox to show another control preferrably a user conrtrol (ASP.NET ) dynamically.
1
vote
4answers
1k views

Ajax Dial Control?

Does anyone know of a free Ajax Dial control? I'm looking for a speedometer, percentage etc control. I'd expect to find loads of these as they seem to be in fashion at the moment in UI Design but ...
1
vote
3answers
2k views

AJAX calendar extender display issue in Safari

Ok, this is not a CSS issue, I removed all styling from the page. This is a calendar extender that has a target id of a textbox and the popupbutton is the same text box. The month name is displaying ...
0
votes
1answer
129 views

AJAX javascript not firing asp.net c#

When I add new controls to my web application, the javascript does not fire. I've tried many solutions, but none of them work. Specifically, the accordion/accordion pane from the AJAX Control Toolkit ...
0
votes
1answer
183 views

I have a problem with TabContainer control

It doesnt appear on the screen when I run it..but it does appear in visual studio 2010 in the design view. Also i want to set the tabs from left to right to right to left: ...
0
votes
3answers
159 views

How do I make the Ajax Rating control appear on the page

<cc1:Rating ID="Rating1" runat="server" StarCssClass="star_rating" WaitingStarCssClass="star_saved" FilledStarCssClass="star_filled" ...
0
votes
2answers
40 views

editor with some requirements

Q: I ask about free editors (controls), but i wanna a light one not heavy like AJAX editor ,i will use 4 or 5 editors in the page so i don't want my page to be heavy, and one more thing ,i find ...
0
votes
3answers
46 views

.NET Billboard Control

I still can't seem to get this to work. If anyone else has any ideas I would really appreciate it. The two websites whose controls I am trying to duplicate is mtv.com and nba.com. I couldn't get ...
0
votes
1answer
86 views

How can i create a submitable form that contains dynamically added and removed controls

I am trying to create a form that is made up of controls with values that represent an entity with multiple child entities. The form will represent a product with multiple properties where the user ...
0
votes
3answers
3k views

ASP.net Ajax tab container not appearing

I created new web project using VS 2008 with enabled Ajax template with C# and Framework 3.5. I added Ajax reference to the project and I can see all Ajax toolkit in my tool box. The problem that ...
0
votes
1answer
627 views

composite control accessing javascript functions

I am creating a composite control, that implements IScriptControl. in CreateChildControls() function i have this: HtmlGenericControl ul = new HtmlGenericControl("ul"); HtmlGenericControl b2 = new ...
0
votes
2answers
1k views

AJAX Accordion renders scrollbars in Firefox but not IE

Having a bit of a problem with the AJAX Accordion Control... I have two panes, one of which is open by default, but in Firefox it displays scrollbars across both axis - when you extend the second ...
0
votes
1answer
159 views

Dynamic button control in AJAX

I create a button control and it shows up, but when clicked event does not fire, not sure if it could be because control gets greated after previous event in AJAX which fires fine. Should only get ...
0
votes
2answers
118 views

Accessing control, ajax, asp.net

I have one aspx page with some controls. Also i have one DIV which is dynamically populated from AJAX call. This AJAX call return couple of controls, for example HtmlInputText1 and HtmlInputText2. ...