AJAX :: Dropdownlists Not Disabled - Reason?

Jul 28, 2010

I have an accordion and a nested accordion as a menu ba on left. thepanes contain various controls mainly dropdownlists. I disable the accordion after a user has enetered some values and clicked the search button. However in IE7 the accordion is disabld and all the contained controls are too. But in IE6 the dropdownlists aren't disabled whats the reason behind this and whats the solution?

View 6 Replies


Similar Messages:

Web Forms :: Changing Index On Dropdownlists Childs Donīt Cause Other Dropdownlists To Reload?

Jan 30, 2011

i have the following code:

[Code]....

3 nested dropdownlists SELECTing from DB. So i select the brand, then i select the model and then i select the product and click on SEARCH button.

But when i select thebrand, and then the model, and if i want to change the brand, it does not reset the second and third dropdownlists.

View 3 Replies

AJAX :: Way To Use Two Cascading Dropdownlists With The Same Values

Mar 15, 2010

I'm trying to use two cascading dropdownlists with the same values -- one shows a code, and the other a description. They are sorted alphabetically, so they have the same values, but not the same index. Both are generating correctly. What I am trying to do is set the abbreviation when the description changes (and vice versa).If I use this javascript, it changes on the web page, but I get a null value returned to the form handler. If I comment out the CascadingDropDown control and load the TrickAbbrev from a database it all works.

function scrTrickNameOnChange(ddlId)

View 3 Replies

AJAX :: Cascading Dropdownlists Error 500?

Aug 6, 2010

I have a web app with several groups of cascading dropdownlists. All the cascading dropdownlists work as designed, but now the app is in the live enviroment with multiple users they are getting error 500 messages returned in some of the dropdownlists. Just wondered if there is a set amount of time to populate between selections? As these users are sometimes waiting tens of mins betwen selecting the values.On some of the dropdowns i'm pasing a date to the method using session variable whether this could be the issue? an example of one of the methods is below:

[Code]....

View 1 Replies

AJAX :: Replace Dropdownlists With ComboBoxes?

Feb 12, 2010

I've been trying to replace my dropdownlists with ajax ComboBoxes so i can apply css in ie.

I can't seem to apply any css to the items in the dropdownlist. Here is my css:[Code]....

I've tried putting font styles in every class but it does nothing. The font in the actual text bar is styled correctly.

Also i've noticed the dropdownlist doesn't display all the items in it. Only the top 2.

View 1 Replies

AJAX :: CasadingDropDown Not Populating DropDownLists?

Dec 25, 2010

I'm trying to make cascadingdropdownlists work on my web form. I was following this tutorial:

[URL]

I followed that tutorial almost ot the T. But when I run my page, neither of my dropdownlists become populated. I don't know what I'm missing...

Heres the code for my Form:

[Code]....

Here's the code for my WebService:

[Code]....

And Here's the code for my Web.config file

[Code]....

View 3 Replies

AJAX :: Programming Model - Getting Values Of Dropdownlists

Feb 6, 2010

Imagine I'm developing a webform with two dropdownlists and a submit button. The second dropdownlist depends on the choice in the first, and both are loaded dynamically using webmethods being called with javascript in de ASPX page (ajax). When I submit the form to the server, to save the data, I can't get the value of those dropdownlists. I think it is because with client AJAX no viewstate data is being generated. I need to send the data to the server and save the webform data, and identify wich data is on each webcontrol.

View 3 Replies

AJAX :: Populate Data In Cascading Dropdownlists Using Javascript

Dec 10, 2010

Am using masterpages.I have written following code to add rows to dynamictable with html controls.
I need to load data from database in cascading dropdownlists(like country,state);this javascript code is not accepting asp controls.can we load data in cascading html dropdowns? using javascript/AJAX?

html:

<input type="button" value="Add Row" onclick="addRow('dataTable')" /> [code]....

View 1 Replies

DropDownLists Affecting Other DropDownLists?

Jun 25, 2010

I'm wondering how I can make one dropdownlist affect another one.. For example...You select your country from a drop down list of countries. On selecting it, another dropdown list becomes visible and displays the states of your country. I'm taking this data from a database, so it merely has to link to a different table for each country selected.

Also, I want the option of being able to add a 'state' to the database from the webform by typing whatever its called into the combobox so that future users will see that option.

View 8 Replies

AJAX :: How To Show Smart Tag Is Disabled

Sep 16, 2010

I installed VS 08. and then installed Ajax extensions 1.0. I also downloaded ajax control toolkit and added to my toolbox. And I placed scriptmanager on the designer. Now when I am trying to add functionality to standard button via smart tag option. I see this option disabled. how can I enable it and have extenders in play.

View 2 Replies

AJAX :: Script Manager Disabled In 2.0 Web

Jan 9, 2010

I am just about out of my mind on this due to spending way to much time trying to find an answer with no results. I am using vwd2008. The website is in 2.0 due to the hosting company not supporting 3.5 yet. I was using the ajax toolkit without any issues. Now all of a sudden the script manager is greyed out as are the tools. If I open a new site they are enabled. It's only on the two sites I have built in 2.0.

I went back to vwd2005 for this web and here the tools are visible and enabled but scriptmanager is greyed out. I tried tricking the site by building a page in a new web in vwd2008 and importing in the pages but when I try to load them I get an error related to scriptmanager. I've read many posts related to wireless devices causing issues but I have none attached. I've uninstalled and reinstalled both applications but nothing changes. I updated my web.config file to contain the following code:

</pages>namespaces>clear/>add
namespace="System"/>add
namespace="System.Collections"/>add
namespace="System.Collections.Specialized"/>add
namespace="System.Configuration"/>add
namespace="System.Text"/>add
namespace="System.Text.RegularExpressions"/>add
namespace="System.Web"/>add
namespace="System.Web.Caching"/>add
namespace="System.Web.SessionState"/>add
namespace="System.Web.Security"/>add
namespace="System.Web.Profile"/>add
namespace="System.Web.UI"/>add
namespace="System.Web.UI.WebControls"/>add
namespace="System.Web.UI.WebControls.WebParts"/>add
namespace="System.Web.UI.HtmlControls"/>namespaces>controls>add
tagPrefix="ajax"
namespace="System.Web.UI"
assembly="System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>add
namespace="AjaxControlToolkit"
assembly="AjaxControlToolkit"
tagPrefix="ajaxToolkit"/>controls>pages>

View 2 Replies

AJAX :: NoBot Fails When ViewState Is Disabled?

Feb 24, 2010

I tried this in many scenarios and everytime the ViewState is disabled page-wide, NoBot raises an internal NullReferenceException and always returns InvalidBadSession. I suspect that you are referencing the ViewState and it returns a null value which is then used. It's probably a good idea to think about a way that avoids using ViewState.

View 1 Replies

AJAX :: Controls List In Toolbox Disabled?

Oct 31, 2010

I just upgraded from 3.5 to 4.0 and downloaded and installed the AJAX toolkit to my toolbox. However, all the controls in the AJAX list (and other "non-standard" lists also, such as Silverlight and Form controls) are disabled.

View 1 Replies

AJAX :: Posting Back A Disabled Button?

Aug 26, 2010

I have a control which inherits from LinkButton and I'm trying to make sure that the user cannot cause mayhem by performing multiple postbacks. That seemed an easy enough challenge, so I have this code [snippet] on the client:

[Code]....

The alert is of course only there for debugging. If the DisableOnClick value is false, then I see the "Posting Back" alert and, when I click ok, the postback occurs - all good.

If the DisableOnClick value is true, then the "button" gets disabled and the cursor turns into an hourglass - again good. But the postback doesn't happen - not good. I assume that the ASP client code is trying to preventing the postback when it sees that the link is disabled.

So, how can I either:

Persuade the LinkButton to postback even though it has just been disabled; or[probably better] Get my client code to execute immediately after the postback code rather than before.

View 4 Replies

AJAX :: Avoid Model Popup Disabled On Postback?

Jan 6, 2011

How to avoid Model popup disabled on postback? I have a dropdown list in model popup control with autopost back="true". On post back am getting customer name. But on post model popup get disabled

View 2 Replies

AJAX :: Show Smart Tag Disabled - No Add Extender Option

Feb 18, 2010

I am running vs2010, added the ajax toolkit. I can get form control to drag onto forms and run (ie the editor) but cannot get calender extender to work. I manually added it to the code. set the target id. No calender when ran. But the smarttag will appear on the textbox with the only option of remove extender. Why are the smart tags not working. The show smart tag option is disabled on the right click context menu of the textbox.

View 3 Replies

AJAX :: VS2010 - Controls In The Toolbox Are Grayed Out And Disabled

Jun 5, 2010

I am using VS 2010, just downloaded the Ajax Control Toolkit Binaries, have got not wireless mouse (even I tried to unplug my mouse - no success -) and I have tried deleting the .tbd files as mentioned

here; but still the Ajax control toolkit controls are grayed out and disabled!

I have tried the following also:

1. creating a new webite.

2. changing the target .NET framework from 4.0 to 3.5 and vice versa.

3. Restarting VS and Windows.

View 3 Replies

AJAX :: ModalPopupExtender Allows Content Panel To Show, But Everything Is Disabled?

Sep 15, 2010

I have a user control (ascx) vs 2010 that contains a modalpopup extender thats popup control is an asp:panel. In that Panel I have an update panel and a contenttemplate inside the upd panel. It is a pretty simple example of its use, in that I have list box allowing the users to create a new row in a table.

However, when I click targetcontrol, the background changes to the expended modal background, but instead of being able to use the listbox, everything in the content panel is the same as the background and none of the controls on the panel are enabled. In other words, the entire page is loaded dimgray, including the updatearea.

View 6 Replies

AJAX :: If Dd2 Triggers The Postback Both Dropdowns Get Disabled But Only Dd2 Gets Enabled Back

Mar 8, 2010

I've got a bit of a problem UpdatePanelAnimationExtenders. Here's an example of the code structure I have:

[Code]....

Now here's my problem. When dd1 triggers the postback both dd1 and dd2 get disabled (instead of just dd1) and after the request is complete only dd1 gets enabled back. The behaviour is also true the other way around (if dd2 triggers the postback both dropdowns get disabled but only dd2 gets enabled back). I'm not really sure what to make of this.

View 3 Replies

AJAX :: Rewrite URL Causes Disabled Menu Of Buttons In Seadragon Control?

Nov 28, 2010

I implement IHttpModule to rewrite url address. Other images, css, js work well except zoom images control on Seadragon.

View 4 Replies

AJAX :: Save Button Enabled / Disabled State Not Refreshed On Screen?

Feb 28, 2011

I have an asp.net ajax enabled form that looks like this:

[Code]....

[Code]....

As you can see in the OnPreRender event, the Save button gets enabled or disabled depending on whether the datagrid is in edit mode or not. When I step in the code, it operates correctly in the code, but it does not get reflected correctly on the screen. That is, even when btnSave.Enabled set to true in the code, the browser displays the disabled button. Any idea why this might be happening?

View 9 Replies

AJAX :: Cascading Dropdownlists / Tried A Session Variable But It Comes Up With Session Is Null?

Jul 29, 2010

I have some cascading dropdownlists using the ajax toolkit I have a set up datatables in an xsd file. Then use these in a webservice to populate all the fields ... this all works great but now i need to pass an additional paramter to the first dropdownlist ( a date) but don't know how to do this? The method is below...

[Code]....

The other code is:

[Code]....

The first change would be to the tableadapter to add a param to the code i.e

AuditWebDS.TeamsDataTable teams = teamsAdapter.GetTeams(calldate);

but how do i get the calldate param to the webservice method... i tried a session variable but it comes up with session is null ? Is there another better way?

View 1 Replies

Finding Reason For Website Over Web App?

Oct 28, 2010

I know that in a web site project VWD will cram all the files into 1 specified folder which holds all the peices of your site together in a nice little container.

However, in a web based application (rather than web site) you have a similar folder but it contains a solution file; people often say this has more advantages, but from my early days of learning what would those advantages be?

View 3 Replies

Is There Any Reason To Keep The App_Data Folder

Feb 18, 2011

I've noticed that ASP.NET automatically creates an App_Data folder for you whenever you make a new webforms application.

Since all of my data comes from a SQL Server 2005 database server, is there any reason to actually keep this folder?

View 8 Replies

Reason To Use PNG Format Images In Webpage

Apr 9, 2010

Why the website developers use PNG format images in their webpages?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved