Search

You searched for the word(s): userid:711030

Matching Posts

  • Ajaxcontroltoolkit Textboxwatermarkextender - watermarktext gets put into the target textbox

    I have several textboxes on an aspx page with Textboxwatermarkextenders attached to them. When the textboxes are empty and the user clicks submit, on some of them the watermarktext gets put into the textbox specified in the targetcontrolid. I do not want the watermarktext to be put into the the target textbox in any case. I cannot understand why the textboxwatermarkextenders work 'as advertised' on some target textboxes and do not work i.e. the watermarktext gets put into the target textbox
    Posted to ASP.NET AJAX Control Toolkit (Forum) by js2004 on 11/27/2007
    Filed under: TextBoxWatermarkExtender, TextBoxWatermarkextender bug, TextBoxWatermarks extender bug, AJAX Control Toolkit
  • RadioButtonList with panel between radio buttons

    Hi I need a radiobuttonlist control which has panels between radio button options so that if a radio button is selected, a panel is displayed right below it, pushing the next radio button down. Any ideas on how to achieve this. Thanks jsmith
    Posted to Web Forms (Forum) by js2004 on 5/24/2007
    Filed under: Panel Custom Container, radio button, RadioButtonList, radiobuttonlist control, radiobuttonlist control: radiobuttonlist, Asp .net
  • Re: TabPanel TabContainer having problems with postback with Usercontrol within Tabs - Losing Tab reference

    Here is how I solved this problem I defined a private class member: Private index As Integer = -1 I have assigned unique IDs to my tabs. In Page Init I read which control caused a post back and assign a value to the index Protected Sub Page_OnInit( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Init Dim control As String = String .Empty If Not Request.Params( "__EVENTTARGET" ) Is Nothing Then control = Request.Params( "__EVENTTARGET" ) If control.Contains( "TabOne" ) Then index
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by js2004 on 5/6/2007
    Filed under: ajax .NET 1.0
  • Re: TabPanel TabContainer having problems with postback with Usercontrol within Tabs - Losing Tab reference

    I am running into the same problem. If I put an asp:linkbutton inside a tab, the recent tab changes after postback to the first tab. But if I use an asp:button - the tab selected stays the same jsmith
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by js2004 on 5/5/2007
    Filed under: ajax .NET 1.0
  • MSN Style News Rotator

    I am looking for an MSN Style News Rotator. Does anyone know where to find one? Or which control can I extend to get that kind of functionality? Thanks, jsmith
    Posted to ASP.NET AJAX UI (Forum) by js2004 on 4/22/2007
    Filed under: ajax animation, Ajax Extensions, Ajax UI, custom control
  • Re: HoverExtender

    I am able to hover over the AdRotator and get the onmouseover and onmouseout events to happen. But the timer does not get disabled. Here is my code: _onmouseover : function () { /// <summary> /// Handler to disable timer /// </summary> var e = $get( this ._TargetTimerIDValue); if (e) { e.disabled = true ; } }, _onmouseout : function () { /// <summary> /// Handler to enable timer /// </summary> var e = $get( this ._TargetTimerIDValue); if (e) { e.disabled = false ; } }, Is
    Posted to ASP.NET AJAX Control Toolkit (Forum) by js2004 on 4/18/2007
    Filed under: "AJAX Toolkit", ajax, DOM, AJAX Control Toolkit, Hover extender
  • Re: Ajax controls toolkit - DragPanelExtender and css friendly

    Thanks for the reply Russ. What we discovered is that controls were rendered in the order in which they were on the form and if DragPanelExtender was rendered after menu it would go over the menu. So we just made sure that the DragPanelExtender is the last to be rendered. Thanks, jsmith
    Posted to CSS Friendly Control Adapters (Forum) by js2004 on 4/18/2007
  • HoverExtender

    I am looking to use the HoverExtender for a few things. What I need to do is that when someone hovers over an AdRotator component, I need to disable a timer which keeps loading the AdRotator. And on 'mouseout' I need to enable the timer again. Is there a sample out there that I can follow to? Thanks, jsmith
    Posted to ASP.NET AJAX Control Toolkit (Forum) by js2004 on 4/17/2007
    Filed under: "AJAX Toolkit", ajax, AJAX Toolkit, AjaxControlToolkit, ajaxToolkit, Hover extender
  • Ajax controls toolkit - DragPanelExtender and css friendly

    I have implemented the CSS Friendly menu in a web application project by adding the App_Browsers folder, App_Code/Adapters folder and the necessary javascript and css files. The implementation I am using is the simple menu example. In the same application I also have an ajax DragPanelExtender - this is the one you can drag around. I noticed that when you drag this panel, it goes over other controls but goes under the Menu control. There is also another problem that when the page initially comes up
    Posted to CSS Friendly Control Adapters (Forum) by js2004 on 4/5/2007
    Filed under: CSS, CSS Control Adapters, css Control Adapters Menu, CSS Friendly Control Adapter, Menu, AltasToolkit UI Glitz
  • Show Preview

    I have an aspx page with several user controls. There are several labels on the page and several others inside the controls on the page. Users are able to edit the text on these labels when they click edit, the label turns into a textbox (using ajax no post back occurs). After the users edit the text and before they save it, I want to be able to show them a preview of what the page will look like. What is the best way of doing that? Thanks jsmith
    Posted to ASP.NET AJAX UI (Forum) by js2004 on 3/22/2007
    Filed under: UI, Ajax UI, asp.net ajax, ajax 1.0
Page 1 of 2 (17 items) 1 2 Next >