Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. techsaad

    Value in Drop-Down List control not changing

    Thanks - this fixed the problem. Saad
  2. techsaad

    Value in Drop-Down List control not changing

    I have a webpage built in ASP .NET 2.0 (Visual Studio .NET 2005). My development machine has Windows .NET 2003 server. The webform has a drop-down list. The drop-down list has AutoPostBack set to true. EnableViewState is set to true on the drop-down list control as well as on the web form...
  3. techsaad

    Trouble with AJAXControlToolkit - MaskedEdit Control

    My control tag has all of the required properties. Here is one of the tags. <ajaxToolkit:maskededitextender id="maskedEditPhone" runat="server" targetcontrolid="txtPhoned" mask="(999)-999-9999" masktype="number" messagevalidatortip="true" onfocuscssclass="MaskedEditFocus"...
  4. techsaad

    Trouble with AJAXControlToolkit - MaskedEdit Control

    Hi, I am using the maskededitextender server control from the Microsoft AJAX Control Tool kit in my webform (ASP .NET 2.0 Visual Studio 2005). I have declared several instances of the <AjaxToolkit:maskededitextender> control. There are no compile errors in the webpage. When I run the page...
  5. techsaad

    Trouble with passing text between 2 webpages using JavaScript

    I ended up doing: opener.document.forms[0].elements['TabContainer$TbPanel5$txtLocationName'].value = locname; The Textbox in on a tab panel in a TabContainer control. Thanks for your help. Saad
  6. techsaad

    Trouble with passing text between 2 webpages using JavaScript

    I am having trouble passing text from a webpage in a popup window to the parent webpage. Both webpages are ASP .NET but I am using JavaScript to pass the text. Since the problem I am having relates to the JavaScript portion of the code, I decided to post it here. I am using Visual Studio...

Part and Inventory Search

Back
Top