active questions tagged ajaxtoolkit - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T02:40:22Zhttp://stackoverflow.com/feeds/tag/ajaxtoolkithttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1884513/set-activetabindex-on-ajax-tabcontainer-inside-compositecontrol0Set ActiveTabIndex on Ajax TabContainer inside CompositeControlMADCookie2009-12-10T22:25:08Z2009-12-10T22:25:08Z
<p>I am creating a CompositeControl in VB ASP.NET.</p>
<p>My control has an Ajax TabContainer with several TabPanels. I need to code it so a value on the querystring can set the container's ActiveTab. </p>
<p>Regardless of the querystring piece of this issue, in my CreateChildControl code, I am setting the ActiveTabIndex to a valid index position, but the UI still has the index 0 as active.</p>
<p>Any tips? Any help? </p>
http://stackoverflow.com/questions/53639/how-would-you-go-about-using-the-asp-net-ajax-control-toolkit-in-a-project-that-d0How would you go about using the ASP.NET AJAX Control Toolkit in a project that doesn't use ASP.NET on the back endminty2008-09-10T08:37:39Z2009-11-16T13:08:34Z
<p>Your backend could be PHP or Python but you want to use the controls from the ASP.NET toolkit is there a successful way to do this?</p>
http://stackoverflow.com/questions/1333528/ajaxcalendarextendar-in-gridview0Ajax:CalendarExtendar in GridviewYayan2009-08-26T09:45:14Z2009-11-12T07:26:57Z
<p>Dear All,</p>
<p>I have a gridview, in the footer of gridview,I add a Textbox(TB1) and a CalendarExtendar(CAL1).
CAL1 has properties : PopupControl ID and targetControl ID = TB1.</p>
<p>When I click TB1 Popup of Calendar Extendar show the view of calendar.
But i found error : The Saturday is missing. So CAL just show 6 days.</p>
<p>Can anyone help me, why the saturday is missing?</p>
http://stackoverflow.com/questions/468857/how-do-i-know-what-scripts-do-i-need-for-what-ajaxtoolkit-control-in-asp-net-mvc0How do I know what scripts do I need for what Ajaxtoolkit control in ASP.Net MVCunknown (yahoo)2009-01-22T12:00:16Z2009-11-12T00:00:02Z
<p>Hi Everyone,</p>
<p>I was wondering how do i know what scripts are required for what Ajaxtoolkit control?
for instance i know for Datetime control these are requried in the following sequence
as seen <a href="http://stephenwalther.com/blog/archive/2008/08/22/asp-net-mvc-tip-36-create-a-popup-calendar-helper.aspx" rel="nofollow">here</a></p>
<p>BaseScripts.js <br/>
Common.js <br/>
DateTime.js<br/>
Animations.js <br/>
PopupBehavior.js<br/>
AnimationBehavior.js<br/>
Threading.js<br/>
Timer.js<br/>
CalendarBehavior.js</p>
http://stackoverflow.com/questions/1708696/converting-page-to-html-fails-with-ajaxtoolkit-controls-extender-controls-must0Converting Page to HTML fails with AjaxToolkit Controls - Extender controls must be registered using RegisterExtenderControlMatt Grande2009-11-10T15:14:43Z2009-11-11T13:59:48Z
<p>So, I'm trying to get the HTML of a <code>Page</code> using the following code:</p>
<pre><code>var stringWriter = new StringWriter();
var htmlTextWriter = new HtmlTextWriter(stringWriter);
Page.RenderControl(htmlTextWriter);
htmlTextWriter.Flush();
var html = stringWriter.ToString();
</code></pre>
<p>This fails with the message <code>Script control 'ace' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors()</code>.</p>
<p>The control <code>ace</code> is an <code>AlwaysVisibleControlExtender</code> from the Ajax Toolkit.</p>
<pre><code><ajaxToolkit:AlwaysVisibleControlExtender ID="ace" runat="server"
TargetControlID="lblControl" VerticalSide="Middle"
VerticalOffset="50" HorizontalSide="Center" HorizontalOffset="50"
ScrollEffectDuration=".1" />
</code></pre>
<p>What's causing this error? How can I get around it? The page works fine when I navigate to it, the problem only occurs when I try to render the HTML to a string.</p>
http://stackoverflow.com/questions/1643842/can-combobox-in-ajaxtoolkit-use-lazy-loading0Can ComboBox in AjaxToolkit use lazy loadingSergej Andrejev2009-10-29T13:44:22Z2009-11-10T13:39:21Z
<p>Can I make ComboBox from AjaxToolkit make call to server every time new letter is entered and update ComboBox items?</p>
http://stackoverflow.com/questions/683383/ajax-on-mono1Ajax on Monoalucardni2009-03-25T20:49:54Z2009-11-06T13:24:23Z
<p>Do you guys know about an ajax toolkit (or something similar to the m$-ajaxtoolkit) for mono??</p>
http://stackoverflow.com/questions/867584/extender-controls-must-be-registered-using-registerextendercontrol-before-calli1Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors()Khurram Aziz2009-05-15T08:35:21Z2009-11-06T12:00:07Z
<p>I am trying to deploy a web application built with Dotnetnuke. There is an DNN Control/ASCX having a MultiView and few AjaxToolkit Controls like AutoComplete, ModalPopup. In Views other (plain) ASCXs are included and some of which have UpdatePanel.</p>
<p>On the developer machine (WinXp / ASP.NET Web Server) there is no error...but when I try to deploy it on server, I get the above error.</p>
http://stackoverflow.com/questions/820192/disable-previous-dates-in-ajaxtoolkit-calendarextender0Disable previous Dates in ajaxToolkit CalendarExtender2009-05-04T13:51:26Z2009-11-06T10:20:27Z
<p>How to disable previous dates while using in ajaxToolkit CalendarExtender</p>
http://stackoverflow.com/questions/807225/how-can-i-optimize-the-microsoft-ajax-toolkit2How can I optimize the Microsoft AJAX Toolkit?Tom Ritter2009-04-30T14:33:57Z2009-11-01T12:41:01Z
<p>This is rather infuriating. I'm trying to optimize a very large site, and I'm at the step of reducing HTTP Requests. Microsoft is not cooperating. I have the following ScriptResources included. I'll try and grab a top-line for each to distinguish them</p>
<ol>
<li>// Name: MicrosoftAjax.debug.js 53.5Kb</li>
<li>// Name: MicrosoftAjaxWebForms.debug.js 14Kb</li>
<li>AjaxControlToolkit.BoxSide = function() { 11.4Kb</li>
<li>/// Sys.UI.DomElement <strong>958 Bytes!</strong></li>
<li>// Sys.Timer <strong>982 Bytes!</strong></li>
<li>// IDropSource 6.5Kb</li>
<li>AjaxControlToolkit.FloatingBehavior = function(element) { 2.2Kb</li>
<li>AjaxControlToolkit.BehaviorBase = function(element) { 5.4Kb</li>
<li>AjaxControlToolkit.DynamicPopulateBehavior = function(element) { 2.9Kb</li>
<li>AjaxControlToolkit.BoxCorners = function() { 3.6Kb</li>
<li>AjaxControlToolkit.DropShadowBehavior = function(element) { 3.4Kb</li>
<li>AjaxControlToolkit.ModalPopupBehavior = function(element) { 5.5Kb</li>
</ol>
<p><strong>Come on!</strong> 12 Bloody javascript includes! Less than a KILOBYTE! Half the time to get the dang data is probably spent asking for it! ARGHHH!</p>
<p>Anyway, as you can see, I am annoyed. Is there some way I can roll these up, and combine them? Like into <em>one</em> request?</p>
http://stackoverflow.com/questions/1653164/corrupt-microsoftajax-js-unexpected-token-what-is-this0corrupt MicrosoftAjax.js? unexpected token? what is this?kiev2009-10-31T02:01:52Z2009-10-31T03:51:49Z
<p>I have an asp.net form that contains some html, 2 controls a calendar from the AjaxControlToolkit and a custom SandTrap.WebControls textbox which works fine on several other servers we have this form running on. However on one server It breaks and when I debug the javascript It seems I have a corrupt MicrosoftAjax.js being downloaded - it says unexpected token illegal</p>
<p>Here is what is coming through inside MicrosoftAjax.js line 2932</p>
<pre><code>Sys.UI.Key.prototype = {
backspace: 8,
tab: 9,
enter: 13,
esc: 27,
...
126�=NCys.UI.�ey.ra�isterEnum("Sn2.UI.Key");
</code></pre>
<p>First thing I did is compare the website directory with the other servers - same. Checked that the MicrosoftAjax.js is not corrupt. Everything is identical. So what could this be?</p>
<p>Edit: the culprit is ajaxToolkit:ToolkitScriptManager for sure. When I removed it, the page loads fine.
I did a compare on the MicrosoftAjax.js and nothing different is coming up. I even replaced the file with another one from my pc still no luck.</p>
<p>Edit: Seems that if I set debug to false in the web.config the error goes away. Any other ideas as to what could be causing this? I looked at the .debug js file and it looks fine. </p>
<p>Would reinstalling the ajaxtoolkit somehow help? Or do I need to reinstall the .net framework?</p>
http://stackoverflow.com/questions/1594107/ajaxtoolkit-error0Ajaxtoolkit errorwildanjel2009-10-20T12:01:40Z2009-10-20T14:47:22Z
<p>Hi, I am getting the follwing javascript error messages. Could it be something do with versions of the toolkit. I have added the old dll in GAC, shouldnt that solve the error?</p>
<p>Message: Sys.InvalidOperationException: Type AjaxControlToolkit.BehaviorBase has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.</p>
<p>Message: Sys.ArgumentException: Value is not a class.
Parameter name: baseType</p>
<p>Message: Sys.ArgumentException: Value is not a class.
Parameter name: baseType</p>
<p>Message: Sys.ArgumentTypeException: Object of type 'AjaxControlToolkit.PopupControlBehavior' cannot be converted to type ''.
Parameter name: instance</p>
<p>i m using 1.0 and 3.5 of toolkit 1.0 is in GAC and 3.5 in bin. some parts of the code use 1.0 and some 3.5. cant I use both?</p>
http://stackoverflow.com/questions/239522/asp-ajax-tabcontainer-tabpanel-customisation1ASP.AJAX TabContainer/TabPanel CustomisationGordon Carpenter-Thompson2008-10-27T10:35:08Z2009-10-16T15:33:17Z
<p>Is it possible to set the position of the tabs to be at the bottom of the tabcontainer using the AjaxToolkit? You do have some control over the CSS but I'm not au-fait enough with CSS to see whether it's feasible?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/250374/control-amount-of-javascript-ajax-control-toolkit-spits-out0Control amount of Javascript Ajax Control Toolkit spits outRyanKeeter2008-10-30T14:36:15Z2009-10-12T17:00:03Z
<p>with the Ajax Control Toolkit, one can easily drag and drop all types of great extender onto controls, but they register a boatload of Javascript to do it. 1) how do control this. and 2) If the scriptmanager is in the masterpage, is there anyway to control the loading of a script on one page that isn't in another? for example: calendar extender is on one page, but the script for it gets loaded on every page that is a child of the master page.</p>
http://stackoverflow.com/questions/291946/how-to-use-the-tabcontainer-control-inside-a-templated-formview0How to use the TabContainer control inside a templated FormView?GeneQ2008-11-15T01:22:52Z2009-10-12T08:00:02Z
<p>Is it possible to use a TabContainer inside a templated FormView like so:
</p>
<pre><code> <ItemTemplate>
<cc1:TabContainer ID="TabContainer1" runat="server">
<cc1:TabPanel ID="Tab1" runat="server">
<HeaderTemplate>Tab One</HeaderTemplate>
<ContentTemplate>
... bound fields
</ContentTemplate>
</cc1:TabPanel>
<cc1:TabPanel ID="Tab2" runat="server">
<HeaderTemplate>Tab 2</HeaderTemplate>
<ContentTemplate>
... bound fields
</ContentTemplate>
</cc1:TabPanel>
</cc1:TabContainer>
</ItemTemplate>
<EditTemplate>
<cc1:TabContainer ID="TabContainer1" runat="server">
<cc1:TabPanel ID="Tab1" runat="server">
<HeaderTemplate>Tab One</HeaderTemplate>
<ContentTemplate>
... bound fields
</ContentTemplate>
</cc1:TabPanel>
<cc1:TabPanel ID="Tab2" runat="server">
<HeaderTemplate>Tab 2</HeaderTemplate>
<ContentTemplate>
... bound fields
</ContentTemplate>
</cc1:TabPanel>
</cc1:TabContainer>
</EditTemplate>
</code></pre>
<p>
</p>
<p>Everything works fine for only one template view at a time; for example if ItemTemplate works then EditTemplate won't. ASP.NET will complain about duplicate bound field IDs.</p>
<p>Has anybody tried doing what I'm trying to do?</p>
<p>Thanks.- Gene</p>
<p>EDIT :</p>
<p><em>I don't think the tab containers with the same IDs is the issue here since they are both inside separate Template elements and only one Template gets rendered at a time.</em></p>
<p>UPDATE:</p>
<p><em>I didn't manage to find a solution, and I think it's not possible. So, just moved on and use unique IDs. Being lazy, I wrote some code to automate the dreaded naming process. I hope someone out there has a better answer to share. Anyway, I'm too poor to afford to put a bounty on it.</em> ;-)</p>
http://stackoverflow.com/questions/1449611/autocomplete-stopping-when-user-presses-enter0AutoComplete Stopping When User Presses "Enter"Martin2009-09-19T21:41:21Z2009-10-11T01:22:04Z
<p>Hello. I am using the AutoCompleteExtender on a commercial site. My problem is the users are quickly typing in part of a word and immediately pressing "Enter" which causes the AutoComplete control to <em>NOT</em> come back with a list of suggestions. For example, if my database has the phrase "Texas, United States" in it but the users just type "Texas" quickly followed by Enter then the dropdown list does not appear. </p>
<p>What I would like is for the AutoComplete control to ignore the fact the user has pressed Enter and go and fetch the suggested data anyway. (The ultimate would be if it ignored Enter when there was currently no list, but selected an item when there was a list). </p>
<p>I can simulate this exact problem by going to the samples section of this Microsoft ASP.NET site and typing in some characters very quickly followed by 'Enter'. </p>
<p>Please could someone tell me what I need to do? </p>
<p>Thanks, Martin </p>
http://stackoverflow.com/questions/1521177/bug-in-html-editor-in-asp-net-ajax-toolkit0Bug in HTML Editor in ASP.net Ajax toolkit Mike2009-10-05T16:49:45Z2009-10-06T10:52:26Z
<p>I'm trying to validate the content of the HTML Editor using an ASP.net custom validator control. The idea is to check that some content has been input - the same way a required field validator works.</p>
<p>In the ClientValidationFunction="SomeFunction" I reference this function:</p>
<pre><code> function SomeFunction(source, args)
{
var editor = $find("<%=htmlEditor.ClientID%>");
var content = editor.get_content();
var isValid = content.length > 0;
editor.set_content(content);
args.IsValid = isValid;
}
</code></pre>
<p>The reason that I set the content after getting it, is that this is a hack to get the content to re-register in the editor. For some reason, if I don't reset the content on the second attempt to postback - once it's been validated - the empty content, from the first attempt, gets posted back instead of the valid content.</p>
<p>Does anyone know either how to check the content of the HTML Editor, without having to reset the content? Or, if it is reset using set_content(), without the font size and font style menus being de-activated? </p>
http://stackoverflow.com/questions/790918/dnn-page-render-correctly-in-ie7-vista0DNN page render correctly in IE7/VistaRick2009-04-26T14:19:14Z2009-09-14T16:51:12Z
<p>I have a dot net nuke site that I have written a custom module for. It a form that users fill out to submit information - no big deal.</p>
<p>On the form, I use the Ajax and the Ajaxoolkit for validation, and a calendar popup. I enable/disable controls based on form data.</p>
<p>Everthing works well in every browser/OS combo that I have tested EXCEPT IE7/Vista.</p>
<p>The page renders with most of the lables and conrols invisible. The controls are there and you can even enter data, you just can see them.</p>
<p>Here is a link: <a href="http://www.gpusbc.com/test/tabid/76/Default.aspx" rel="nofollow">http://www.gpusbc.com/test/tabid/76/Default.aspx</a></p>
<p>I develop on a Win XP machine with IE7 and FireFox and there are no problems.
FireFox on Vista has no problems.</p>
http://stackoverflow.com/questions/455988/asp-net-updatepanel-clears-checkboxlist-selections0Asp.net updatepanel clears checkboxlist selectionsJeremy2009-01-18T22:02:27Z2009-09-11T12:59:58Z
<p>I have an ASP.Net CheckBoxList control inside an Ajax UpdatePanel.</p>
<p>I will include the code (C#) along with the HTML below.</p>
<p>I have found that it is something with the CheckBoxList not persisting through the post back.</p>
<p>BTW, it is a little messy. It is a prototype.</p>
<p>This is the method used to populate the original CheckBoxList</p>
<pre><code>protected void BindCheckboxes()
{
chkBuildings.Items.Clear();
chkNeighborhoods.Items.Clear();
string city = ddlFindHome_Location.SelectedItem.Value.ToLower();
ResidentDataContext rdc = new ResidentDataContext(Utility.Lookup.GetResidentConnectionString());
var neighs = (from n in rdc.spNeighborhoods where n.vchCity.Equals(city) select n);
foreach (var neighborhood in neighs)
{
ListItem li = new ListItem();
li.Value = neighborhood.intNeighborhoodID.ToString();
li.Attributes["onclick"] = string.Format("document.getElementById('{0}').click();", btnNeighHack.ClientID);
li.Text = neighborhood.vchNeighborhood;
chkNeighborhoods.Items.Add(li);
}
var builds = (from b in rdc.spBuildings
join nb in rdc.spNeighborhoodBuildings on b.intBuildingID equals nb.intBuildingID
join n in rdc.spNeighborhoods on nb.intNeightborhoodID equals n.intNeighborhoodID
where n.vchCity.ToLower().Equals(city)
select b).Distinct();
foreach (var buildings in builds)
{
ListItem li = new ListItem();
li.Value = buildings.intBuildingID.ToString();
li.Text = buildings.vchName;
chkBuildings.Items.Add(li);
}
upNeighs.Update();
upBuilds.Update();
}
</code></pre>
<p>BindCheckboxes() is called from:</p>
<pre><code>protected void ddlFindHome_Location_SelectedIndexChanged(object sender, EventArgs e)
{
BindCheckboxes();
}
</code></pre>
<p>This is the post back method for populating the Check Boxes of another CheckBoxList</p>
<pre><code>protected void btnNeighHack_Click(object sender, EventArgs e)
{
List<int> neighs = new List<int>();
foreach (ListItem li in chkNeighborhoods.Items)
{
if (li.Selected)
neighs.Add(Convert.ToInt32(li.Value));
}
ResidentDataContext rdc = new ResidentDataContext(Utility.Lookup.GetResidentConnectionString());
var builds = (from b in rdc.spBuildings
join nb in rdc.spNeighborhoodBuildings on b.intBuildingID equals nb.intBuildingID
where neighs.Contains(nb.intNeightborhoodID)
select b.intBuildingID).Distinct();
foreach (ListItem li in chkBuildings.Items)
{
li.Selected = false;
}
foreach (ListItem li in chkBuildings.Items)
{
if (builds.Contains(Convert.ToInt32(li.Value)))
li.Selected = true;
}
upBuilds.Update();
}
</code></pre>
<p>Here is the ASP.Net HTML</p>
<pre><code><asp:UpdatePanel ID="upNeighs" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<div style="font-weight: bold;">
Neighborhood
</div>
<div style="padding-top: 7px; padding-left: 3px;">
<input type="checkbox" id="chkNeighborhood_CheckAll" />Select All
</div>
<hr />
<div>
<asp:CheckBoxList ID="chkNeighborhoods" runat="server" />
<asp:Button style="display: none;" ID="btnNeighHack" runat="server"
onclick="btnNeighHack_Click" />
</div>
</ContentTemplate>
</asp:UpdatePanel>
<asp:UpdatePanel ID="upBuilds" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<div style="padding-left: 6px; padding-top: 5px; font-weight: bold;">
Building
</div>
<div>
<asp:CheckBoxList ID="chkBuildings" runat="server" />
</div>
</ContentTemplate>
</asp:UpdatePanel>
</code></pre>
http://stackoverflow.com/questions/1377202/asp-net-ajax-toolkit-watermark-control-issue-javascript-date-question1ASP.NET Ajax Toolkit Watermark control issue & Javascript date questionVelika2009-09-04T04:17:28Z2009-09-04T05:58:26Z
<p>Hi,</p>
<p>I have a web page that uses three controls to allow a user to specify a date: 2 drop down controls for month and day (where Jan = 1, perhaps a bad choice :-)) and the days of the month (1-31). A text box is used for the year. In the Year text box, I use an AJAX Toolkit Watermark extender found [here][1] to write the literal word "Year" in light grey in the text box. This text disappears when the user sets focus to the text box. If the user enters something in the text box, the text appears in the normal textbox color, else the light grey text "Year" re-appears when the textbox loses focus.</p>
<p>3 control make up a "Date Issued" text box and similarly, 3 more control make up a "Expiration Date" set of controls.</p>
<p>When a user changes the Issue date (for example, the focus of the last control, Issued Year, is lost, I'd like to update the Expiration Date controls to a date value that is 10 years from the Issue date.</p>
<p>The issue is this: If I use Javascript to set the value of the txtExpireYear control, it updates the light grey text watermark text that normally says "Year" to the year number value instead of displaying the value in normal text color and treating the value as if it were typed by the user.</p>
<p>The 2nd issue that I have is getting the year value of the IssueDate. Why does the dtmDateOfIssue.getYear() function return a two-digit year if the year is <2000 and itherwise return a 4-digit year if the year is > 2000? I can probably work around this but I am looking for an explanation.</p>
<p>Thanks in advance.</p>
<pre><code> function txtIssueYear_OnBlur() {
//Get sub controls of passport Expiration date
var ddlExpireMonth = document.getElementById("dtmPassportExpirationDate_ddlMonth");
var ddlExpireDate = document.getElementById("dtmPassportExpirationDate_ddlDate");
var txtExpireYear = document.getElementById("dtmPassportExpirationDate_txtYear");
//Get the individual values of each sub control of the Expiration date
var ExpireMonth = parseInt(ddlExpireMonth.value);
var ExpireDayOfMonth = parseInt(ddlExpireDate.value);
var ExpireYear = parseInt(txtExpireYear.value);
//If the Expiration Date still contains all the default values, set it to a default
//value based on the value of the Date of Issue
if ( ExpireMonth == -1 && ExpireDayOfMonth == -1 && (isNaN(ExpireYear)) ) {
//Get sub controls of passport Issue date
var ddlIssueMonth = document.getElementById("dtmPassportDateOfIssue_ddlMonth");
var ddlIssueDate = document.getElementById("dtmPassportDateOfIssue_ddlDate");
var txtIssueYear = document.getElementById("dtmPassportDateOfIssue_txtYear");
//Get the individual values of each sub control of the Issue date
var IssueMonth = parseInt(ddlIssueMonth.value);
var IssueDayOfMonth = parseInt(ddlIssueDate.value);
var IssueYear = parseInt(txtIssueYear.value);
var dtmDateOfIssue = new Date(IssueYear, IssueMonth - 1, IssueDayOfMonth); //construct Issue date
//add 10 years - 1 day to get the default Expiration date
dtmDateOfIssue.setYear(dtmDateOfIssue.getYear() + 10);
dtmDateOfIssue.setDate(dtmDateOfIssue.getDate() - 1);
//Set the Expiration Date
txtExpireYear.value = dtmDateOfIssue.getYear();
ddlExpireMonth.value = dtmDateOfIssue.getMonth() + 1;
ddlExpireDate.value = dtmDateOfIssue.getDate();
}
</code></pre>
<p>The 3 controls of each date group are included in a usercontrol (ASCX file):</p>
<pre><code> <asp:DropDownList ID="ddlMonth" runat="server">
</asp:DropDownList>
<asp:DropDownList ID="ddlDate" runat="server">
</asp:DropDownList>
<asp:TextBox ID="txtYear" runat="server" Width="85px" ></asp:TextBox>
<asp:CustomValidator ID="CustomValidator1" runat="server"
EnableClientScript="true" Required="True"
ErrorMessage="CustomValidator" ClientValidationFunction="validateDate"
ValidateEmptyText="True"></asp:CustomValidator>
</code></pre>
<p>This is sent to the browser as the following. Note that the event handler that I am writing Javascript for uses the client side IDs because the client sided script is page-specific. Not sure if that will be clear or will make sense to you. I would prefer an example using the final client side names, but if you again want to offer the <%- servercontrol.ClientId %> approach too, I would be willing to give it a try.</p>
<p>THANK YOU!</p>
<pre><code> <select name="dtmPassportExpirationDate$ddlMonth" id="dtmPassportExpirationDate_ddlMonth" class="DefaultDropDown">
<option value="-1">--Month--</option>
<option value="1">Jan</option>
<option value="2">Feb</option>
<option value="3">Mar</option>
<option value="4">Apr</option>
<option value="5">May</option>
<option value="6">Jun</option>
<option value="7">Jul</option>
<option value="8">Aug</option>
<option selected="selected" value="9">Sep</option>
<option value="10">Oct</option>
<option value="11">Nov</option>
<option value="12">Dec</option>
<select name="dtmPassportExpirationDate$ddlDate" id="dtmPassportExpirationDate_ddlDate" class="DefaultDropDown">
<option value="-1">--Day--</option>
<option value="1">1</option>
<option value="2">2</option>
<option selected="selected" value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
<input name="dtmPassportExpirationDate$txtYear" type="text" value="2009" maxlength="4" id="dtmPassportExpirationDate_txtYear" class="DefaultTextBox" style="width:68px;" />
<input name="dtmPassportExpirationDate$btnClear" type="button" id="dtmPassportExpirationDate_btnClear" style="font-size: x-small; height: 20px;" value="Clear" tabindex="-1" onClick="ClearDate_dtmPassportExpirationDate();" /></td>
<input type="hidden" name="dtmPassportExpirationDate$TextBoxWatermarkExtender1_ClientState" id="dtmPassportExpirationDate_TextBoxWatermarkExtender1_ClientState" />
</code></pre>
http://stackoverflow.com/questions/1323220/ajax-toolkit-html-editor-expands-on-click0Ajax Toolkit Html Editor Expands on clickJoe2009-08-24T15:57:24Z2009-08-24T15:57:24Z
<p>I am using the HTML Editor which now comes with the Asp.NET AJAX toolkit, the problem is:</p>
<p>(Only) In IE8, when clicking inside the content area or on one of the toolbar buttons, the editor decides to add a couple of em's to its height!!! </p>
<p>if I keep clicking it gets very long. </p>
<p>This is very annoying because when you change the content using the buttons it just keeps getting longer.</p>
<p>I know this is just an aesthetic glitch, but it looks unprofessional from my part, and I know the client uses IE8!</p>
<p>I have tried setting the height in the control and through css.</p>
<p>I would really not have to switch editors, but if you don't know how to fix the problem can you recommend some free ones, with similar functionality - they don't have to be control overloaded, simple stuff is fine!</p>
<p>Thanks for your time.</p>
http://stackoverflow.com/questions/1320832/asp-net-jscript-error-sys-scriptloadfailedexception0ASP.NET JScript Error Sys.ScriptLoadFailedExceptionSecretWiz2009-08-24T07:00:17Z2009-08-24T07:00:17Z
<p>I am getting this error which I dont know how to deal with it.</p>
<p><strong>Microsoft JScript runtime error: Sys.ScriptLoadFailedException: The script '/MySite/MyPath/Default.aspx?_TSM_HiddenField_=ctl00_ContentPlaceHolder1_AjaxScriptManager_HiddenField&_TSM_CombinedScripts_=%3b' failed to load. Check for:
Inaccessible path.
Script errors. (IE) Enable 'Display a notification about every script error' under advanced settings.
Missing call to Sys.Application.notifyScriptLoaded().</strong></p>
<p>The page refering contains garbage charactors.</p>
<p>The page contains few hidden fields in an update panel.</p>
<p>Recently I didnt do any UI modifications and the UI worked as expected.</p>
<p><strong>My configuration</strong></p>
<ul>
<li>.net 3.5 </li>
<li>vs 2008 sp1</li>
<li>AjaxToolKit</li>
<li>MasterPages</li>
</ul>
http://stackoverflow.com/questions/1101582/ajax-with-in-ajax-is-this-possible1Ajax with in Ajax. Is this possibleVinodtiru2009-07-09T02:39:34Z2009-08-19T16:05:29Z
<p>I have a php page. This has multiple images which looks like tabs. With in this php page i have a div which will load different PHP pages on click of different images i mentioned before. This is done using Ajax. This much of it works fine with no page reload. This is done to simulate the tab operation without page reload. This much of it is working fine.</p>
<p>But now i need to have a search operation into one of the inner php file. When i use this using Ajax on kepup to do a search operation and display the result in another div with in the inner php, it becomes a php, within php and another php into it. Totally 3 layers php with all loaded using ajax. </p>
<p>I am facing a problem at this stage. The first layer that is the tab operation works fine with AJAX. the next layer of search using ajax also works but reloads the outer php aswell. So it looks as if the tab is clicked instead of the search operation. So now i run into a confusion as if the concept of loading a form by ajax and then having a ajax search within itself to display the result with keyup, would it be right? will this be possible?</p>
<p>So is is that i have done it wrong or it is not possible to have this option? Because when i load the inner php directly with url without ajax, the search works perfectly fine. Is this possible in a simpler way using code igniter. Please let me know your comments on this and also u'r suggessions. I am sure you would have many questions on what i have asked. Please let me know your questions i will try to reply to them. All suggessions appreciated. Thanks in advance.</p>
http://stackoverflow.com/questions/1298736/asp-net-toolkit-calendar0asp.net toolkit calendar avnic2009-08-19T09:23:48Z2009-08-19T10:05:04Z
<p>Hi All,</p>
<p>i'm using this control for date picker.
i want that when user click on button the calender will pop up next to the button
and when the user pick date the date will save in hidden field or somthing like that.</p>
<p>the probelm is that the control need target control and he can't get hidden field
i don't want to show the date the user pick. only to save this date somehow</p>
<p>thanks!!!!</p>
http://stackoverflow.com/questions/1297680/ajax-tool-kit-error-in-page-when-use-script-manager0Ajax Tool kit error in page when use Script Managermonkey_boys2009-08-19T03:22:31Z2009-08-19T03:41:31Z
<p>in status bar in internet explorer say "Done, but with errors in page"</p>
<p>i place Script Manager in form but error and cant use update panel</p>
http://stackoverflow.com/questions/1279240/simple-modal-add-form-dialog-telerik-asp-net-ajax0Simple Modal add form dialog (telerik asp.net ajax)Brian David Berman2009-08-14T17:53:41Z2009-08-17T00:49:56Z
<p>I have a RadTreeView in which there is a context menu to "Add" new items to the RadTreeView. I have all the code to do this but I simply want a modal window/popup/dialog to launch in which I can have my simple add form. What control (Telerik or not) would be best to handle this need? I don't want to use RadWindow since that is like an iFrame and my add form needs to be within the page that contains the RadTreeView and using the AjaxPopupExtender seems to require me to jump through all sorts of css hoops in order to not have the window flicker on load, etc. Any simple solutions out there?</p>
http://stackoverflow.com/questions/167502/updatepanelanimationextender-resize-not-working1UpdatePanelAnimationExtender - Resize not workingCraig2008-10-03T15:44:46Z2009-08-14T15:00:45Z
<p>Hi,</p>
<p>This is the page that I'm having. But the resize part in the section does not seem to be working. I copied most of the code from the <a href="http://www.asp.net/ajax/ajaxcontroltoolkit/samples/UpdatePanelAnimation/UpdatePanelAnimation.aspx" rel="nofollow">Ajax site</a>. I placed a alert() in the tag (line 108) to find the value of 'b._originalHeight' and it shows up as '44'. I have also tried the code in the above-said tutorial (line 132) and that did not work either. (I'm not sure where it is getting this value from. But I need it to show all the controls on the form.</p>
<pre><code><%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AddEditContest.ascx.cs" Inherits="TMPInternational.Spawn2DotComAdmin.Contest.UserControls.AddEditContest" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="uc" %>
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %>
<%@ Register TagPrefix="ew" Assembly="eWorld.UI, Version=1.9.0.0, Culture=neutral, PublicKeyToken=24d65337282035f2" Namespace="eWorld.UI" %>
<h1 style="margin-left:8px">Add/Edit Contest</h1>
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" />
<div style="text-align:left;width:500px; margin-left:8px">
<div id="PanelContainer">
<asp:UpdatePanel ID="AddEditContestUpdatePanel" runat="server" UpdateMode="Always">
<ContentTemplate>
<div id="background" style="text-align:left; height: 44px;">
<asp:Panel ID="ContestList" runat="server">
<asp:datagrid AllowSorting="false" id="ContestGrid" GridLines="None" CellPadding="5"
Width="100%" AutoGenerateColumns="False" AlternatingItemStyle-BackColor="#cccccc"
HeaderStyle-Font-Size="15px" HeaderStyle-Font-Bold="true" HeaderStyle-BackColor="#888f9b"
Runat="server" AllowPaging="True" PageSize="10"
PagerStyle-NextPageText="Next >>" PagerStyle-PrevPageText="<< Back" >
<Columns>
<asp:HyperLinkColumn DataNavigateUrlField="ContestID" DataNavigateUrlFormatString="../?Load=AddEditContest&Type=Edit&ContestID={0}"
DataTextField="Title" ItemStyle-width="30%" headertext="Contest Title" />
<asp:BoundColumn DataField="StartDate" ItemStyle-Width="35%" HeaderText="Start Date" />
<asp:BoundColumn DataField="EndDate" ItemStyle-Width="35%" HeaderText="End Date" />
</Columns>
</asp:datagrid>
<div style="text-align:right;">
<asp:ImageButton ID="AddContest" runat="server"
ImageUrl="~/Contest/Images/Add.png" AlternateText="Add Contest"
onclick="AddContest_Click" />
</div>
</asp:Panel>
<asp:Panel ID="FieldsPanel" runat="server">
<p /><b>Title</b>
<br />
<asp:TextBox Runat="server" id="TitleText" />
<asp:RequiredFieldValidator id="TitleValidator" runat="server" ForeColor="Red"
ErrorMessage="Please add a title" ControlToValidate="TitleText">*</asp:RequiredFieldValidator>
<p /><b>Contest Description</b>
<br />
Use HTML tags to format this area. Start paragraphs with
&lt;p /&gt; tag, bold items with &lt;b&gt;&lt;/b&gt; tags. Create a
line-break between lines with one &lt;br /&gt; tag.<br />
<asp:TextBox Runat="server" ID="DescriptionText" TextMode="MultiLine" Width="400" Height="200" />
<asp:RequiredFieldValidator id="DescriptionValidator" runat="server" ErrorMessage="Please add a description"
ControlToValidate="DescriptionText" ForeColor="Red">*</asp:RequiredFieldValidator>
<p />
<b>Contest Start Date</b>
<br />
<ew:CalendarPopup id="StartDate" runat="server" Text="Change Date" Width="75px" MonthYearArrowImageUrl="~/Images/monthchange.gif"
CalendarLocation="Left" ControlDisplay="TextBoxImage" ImageUrl="~/Images/calendar.gif" MonthYearPopupApplyText="Select"
CalendarWidth="150" UseExternalResource="True" ExternalResourcePath="~/Scripts/CalendarPopup.js" Nullable="False">
<WeekdayStyle Font-Names="Arial" ForeColor="Black" BackColor="White" Font-Size="9pt" />
<MonthHeaderStyle Font-Size="9pt" Font-Names="Arial" Font-Bold="True" ForeColor="White" BackColor="#669AC1" />
<OffMonthStyle ForeColor="Gray" BackColor="White" Font-Size="9pt" />
<GoToTodayStyle Font-Names="Arial" ForeColor="Black" BackColor="White"/>
<TodayDayStyle Font-Bold="True" ForeColor="#669AC1" BackColor="White" />
<DayHeaderStyle Font-Size="9pt" Font-Names="Arial" Font-Bold="True" ForeColor="Blue" BackColor="White" />
<WeekendStyle Font-Names="Arial" ForeColor="Blue" BackColor="LightGray" Font-Size="9pt" />
<SelectedDateStyle Font-Bold="True" ForeColor="White" BackColor="#669AC1" Font-Size="9pt"/>
<HolidayStyle Font-Names="Arial" ForeColor="Black" BackColor="White" />
</ew:CalendarPopup>
&nbsp;
<ew:TimePicker id="StartTime" runat="server" ControlDisplay="TextboxImage" Text="Change Time"
ImageUrl="~/Images/clock.gif" NumberOfColumns="4" Scrollable="True" Width="75px">
<TimeStyle ForeColor="Blue" BackColor="White" Font-Size="9pt" />
<SelectedTimeStyle ForeColor="Blue" BackColor="Gray" />
</ew:TimePicker>
<p/><b>Contest End Date</b>
<br />
<ew:CalendarPopup id="EndDate" runat="server" Text="Change Date" Width="75px" MonthYearArrowImageUrl="~/Images/monthchange.gif"
CalendarLocation="Left" ControlDisplay="TextBoxImage" ImageUrl="~/Images/calendar.gif" MonthYearPopupApplyText="Select"
CalendarWidth="150" UseExternalResource="True" ExternalResourcePath="~/Scripts/CalendarPopup.js" Nullable="False">
<WeekdayStyle Font-Names="Arial" ForeColor="Black" BackColor="White" Font-Size="9pt" />
<MonthHeaderStyle Font-Size="9pt" Font-Names="Arial" Font-Bold="True" ForeColor="White" BackColor="#669AC1" />
<OffMonthStyle ForeColor="Gray" BackColor="White" Font-Size="9pt" />
<GoToTodayStyle Font-Names="Arial" ForeColor="Black" BackColor="White"/>
<TodayDayStyle Font-Bold="True" ForeColor="#669AC1" BackColor="White" />
<DayHeaderStyle Font-Size="9pt" Font-Names="Arial" Font-Bold="True" ForeColor="Blue" BackColor="White" />
<WeekendStyle Font-Names="Arial" ForeColor="Blue" BackColor="LightGray" Font-Size="9pt" />
<SelectedDateStyle Font-Bold="True" ForeColor="White" BackColor="#669AC1" Font-Size="9pt"/>
<HolidayStyle Font-Names="Arial" ForeColor="Black" BackColor="White" />
</ew:CalendarPopup>
&nbsp;
<ew:TimePicker id="EndTime" runat="server" ControlDisplay="TextboxImage" Text="Change Time"
ImageUrl="~/Images/clock.gif" NumberOfColumns="4" Scrollable="True" Width="75px">
<TimeStyle ForeColor="Blue" BackColor="White" Font-Size="9pt" />
<SelectedTimeStyle ForeColor="Blue" BackColor="Gray" />
</ew:TimePicker>
<p />
<asp:ImageButton ID="SaveContestButton" runat="server" AlternateText="Confirm"
ImageUrl="~/Contest/Images/Confirm.png" onclick="SaveContestButton_Click" />
</asp:Panel>
<br />
<asp:Label ID="MessageLabel" runat="server" />
</div>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="SaveContestButton" EventName="Click" />
</Triggers>
</asp:UpdatePanel>
</div>
<uc:UpdatePanelAnimationExtender ID="upae" BehaviorID="animation" runat="server" TargetControlID="AddEditContestUpdatePanel">
<Animations>
<OnUpdating>
<Sequence>
<%-- Store the original height of the panel --%>
<ScriptAction Script="var b = $find('animation'); b._originalHeight = b._element.offsetHeight;" />
<%-- Disable all the controls --%>
<Parallel duration="0">
<EnableAction AnimationTarget="SaveDefaultDescriptionButton" Enabled="false" />
</Parallel>
<StyleAction Attribute="overflow" Value="hidden" />
<%-- Do each of the selected effects --%>
<Parallel duration=".25" Fps="30">
<FadeOut AnimationTarget="PanelContainer" minimumOpacity=".2" />
<Resize Height="0px" />
</Parallel>
</Sequence>
</OnUpdating>
<OnUpdated>
<Sequence>
<%-- Do each of the selected effects --%>
<Parallel duration=".25" Fps="30">
<FadeIn AnimationTarget="PanelContainer" minimumOpacity=".2" />
<Length duration="2" fps="40" Property="style" PropertyKey="height"
StartValue="10" EndValueScript="$get('animation').offsetHeight"
AnimationTarget="animation" />
<%--Also tried the below
<Resize HeightScript="$find('animation')._originalHeight" />
--%>
</Parallel>
<%-- Enable all the controls --%>
<Parallel duration="0">
<EnableAction AnimationTarget="SaveDefaultDescriptionButton" Enabled="true" />
</Parallel>
</Sequence>
</OnUpdated>
</Animations>
</uc:UpdatePanelAnimationExtender>
</div>
</code></pre>
http://stackoverflow.com/questions/1262740/asp-net-element-name-is-not-a-known-element0ASP.Net: Element <name> Is Not A Known ElementAnton2009-08-11T20:30:48Z2009-08-12T19:59:38Z
<p>I've been trying to use the AutoComplete Extender from the ASP.NET Ajax Control Toolkit, however I've been having tons of trouble getting it to actually work. </p>
<p>To install the AjaxControlToolKit, I've placed it inside my application's bin directoy, then I just dragged and dropped the control into the form. However, it keeps saying,</p>
<p>"Element 'AutoCompleteExtender' Is Not A Known Element"</p>
<p>So at first, I thought I had not registered it yet, but when I looked at the header, it was already there:</p>
<pre><code><%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" tagprefix="ajaxToolkit"%>
</code></pre>
<p>So I'm not sure at all, why its still giving me problems. </p>
<p>Other ddl files in my bin folder include:</p>
<p>System.Web.Extensions.ddl
System.Web.Extensions.Design.dll</p>
<p>Here's my code:</p>
<pre><code><asp:TextBox ID="txtOrganization" runat="server" Width ="500px" MaxLength ="250"></asp:TextBox>
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="AutoComplete.asmx" />
</Services>
</asp:ScriptManager>
<ajaxToolkit:AutoCompleteExtender runat="server" TargetControlID="txtOrganization" ServiceMethod="GetOrganizationList" ServicePath="AutoComplete.asmx"></ajaxToolkit:AutoCompleteExtender>
</code></pre>
http://stackoverflow.com/questions/1204108/modal-popup-asp-net-ajax-control-toolkit0Modal PopUp - Asp.Net Ajax control toolkitJosimari Martarelli2009-07-30T02:10:08Z2009-08-05T07:52:55Z
<p>Hi Everybody,
I'm using a ModalPopUp in an Asp.net application and would like to have it closing automaticaly when user clicks "esc".</p>
<p>I've used the following script: </p>
<pre><code><script language="JavaScript" type="text/javascript">
function pageLoad() {
$addHandler(document, 'keydown', onKeypress);
}
function onKeypress(args) {
if (args.keyCode == Sys.UI.Key.esc) {
var mdl = $find('modalExtender').hide();
}
}
</script>
</code></pre>
<p>And the Modal Extender is declared like that:</p>
<pre><code> <cc1:ModalPopupExtender
ID="modalExtender"
runat="server"
TargetControlID="btnPreview"
PopupControlID="PreviewPanel"
BackgroundCssClass="modalBackground"
DropShadow="true"
CancelControlID="btnFechar" />
</code></pre>
<p>When I press the "esc" key I'm getting this error: "Microsoft JScript runtime error: 'null' is null or not an object"</p>
<p>Has someone had the same problem? How was it solved?
Thank you in advance.</p>
<p>Josimari Martarelli</p>
http://stackoverflow.com/questions/292711/how-do-you-manage-your-dojox-code3How do you manage your DojoX code?happyappa2008-11-15T16:12:23Z2009-08-02T18:25:24Z
<p>How are you managing your usage of <a href="http://dojotoolkit.org/projects/dojox" rel="nofollow">DojoX</a> code or widgets in a production application?</p>
<p>The <a href="http://dojotoolkit.org/" rel="nofollow">Dojo Toolkit</a> is comprised of Core, Dijit, and DojoX. As an incubator for new ideas to extend the toolkit, DojoX code and widgets are functional with varying degrees of instability. </p>
<p>DojoX Code like <em><a href="http://dojotoolkit.org/book/book-dojo/part-3-javascript-programming-dojo-and-dijit/using-dojo-data/available-stores/dojox-d" rel="nofollow">QueryReadStore</a></em> (for fetching batches of data from the server) or widgets like <em><a href="http://dojotoolkit.org/book/dojo-book-0-9/docx-documentation-under-development/grid" rel="nofollow">Grid</a></em> (for utilizing a user interface grid component) are not included in Core or Dijit. But they are functional enough to utilize in some cases, with the caveat "developer beware", because in future Toolkit versions the API or the component location in the source tree might change. Another catch is that you may have to tweak the DojoX component you are using for it to function properly in your environment, as there's not yet a high degree of robustness in the code. </p>
<p>So, how are you ensuring that as the DojoX components you use evolve, your application stays on a smooth track?</p>