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...
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"...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.