Ajax tabs not working when asp dropdown list in the tab

I am using asp.net 3.5 framework. My page has modelpopup in that ajax tab controls used. one of the tab has asp:dropdownlist, this dropdown list is binding data from dataset. the tab which has dropdown lists is not working. it is working fine in IE9.0.
Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

changed to enableEventValidation="false", then it is working fine.

Similar Messages

  • Why does the "Move to new window" function that I used to use not work when I right click on the tab anymore?

    It used to be when I right clicked on the tab in Firefox that I could use the "Move to new window" option. Now when I go down to that option it looks as though it is going to work, but nothing happens. The other day I changed a few options in Firefox, but I don't remember changing anything that sounded as though it would have this effect and now I can't find any options that seem to fix it. Thanks in advance for any help.

    Hello Beorn, probably the problem is an extension that isn't working correct.'''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    thank you

  • I have Cisco TelePresence SX10 and content sharing is not working when I am dialing through the bridge

    I have Cisco TelePresence SX10 and content sharing is not working when I am dialing through the bridge, I can share the content if I drag and drop from RMX, but if schedule the call in Resource manager or manually dial in from device the content is not going to other hand, I have tried to turn off encryption as well but still same issue. can you please help me out with this. I am from Lion co and purchased sx 10 recently.
    regards
    Hemang

    Can you please provide us with a little more information on your systems and configuration / topology, such as, what call control are you using (Cisco VCS, CUCM, other?). what type of "Bridge" are you using (is this a Cisco MCU, or Cisco TelePresence Server, or other device?), what versions of the software are on each of the devices, etc.  The more information we have about your environment will help us assist you better.  But saying that, if all your core equipment isn't Cisco, you may have more luck in the forums for the manufacturer of such equipment (ie Polycom's Support Community).
    Wayne
    Please remember to rate responses and to mark your question as answered if appropriate.

  • My sistem preferences are not working, when I try to change the photo of the desk It stop working, what can i do?

    my sistem preferences are not working, when I try to change the photo of the desk It stop working, what can i do? I'm dieing cause I'm afraid

    Have you tried resetting your device by pressing and holding the Home button and power button until the silver apple appears?

  • Touch ID in my iPhone six does not work when it's plugged  into the wall is anybody else having this problem?

    i've noticed a touch ID only works with my iPhone six is not plugged into the wall was soon as I plug it in it doesn't work anymore doesn't even register fingerprint.

    Charger60 wrote:
    i
    Touch ID in my iPhone six does not work when it's plugged  into the wall is anybody else having this problem?
    No. You are the only one. The way I know is that I don't have the problem, therefore no one else can have it.
    Seriously, no matter what problem you have, with a half billion iPhones in use, someone else will have the same or similar problem. So knowing that doesn't help solve it in the slightest. As it's new and still in warranty I would take it to an Apple store. Make a genius bar appointment first so you won't have a long wait.

  • JSLink not working when using any list ViewStyles other than default.

    Hi,
    I have a custom field and i am doing client side rendering of it using JSLink for ListView form. I started by applying the JSLink in custom field class.
    public override string JSLink
    get { return myJSLinkPath; }
    set { base.JSLink = value; }
    Everything seems to work fine and i can see my custom field get rendered properly. Till this point i was using the default sharepoint list view style. After sometime i decided to use the shaded listview style which is <ViewStyle ID="17"
    /> to get the alternating row color style in my list. After applying this style, my JSLink stopped working, infact it is not even registered on page now. I have tried different ways to set JSLink property like it is mentioned in the following link but it
    didnt worked.
    http://www.martinhatch.com/2013/08/jslink-and-display-templates-part-1.html
    So my question is, how to apply JSLink while using the shaded (or any other) viewstyle?

    Arham,
    When you register your display template, I'm guessing you're using both ListTemplateID and BaseViewID in the registration code?
    It's likely that the BaseViewID is different for the Shaded ViewStyle. You should still see your code registered on the page in the Head element, but when it runs I think the registration is getting ignored.
    Using the debugger in IE or chrome should allow you to step through the Display Template registration and double check what the value of BaseViewID should be.
    You can of course override this if you want, I use a similar method in a blog post on fixing the clash with multiple web parts and JSLink on a page which may help you.
    http://www.myfatblog.co.uk/index.php/2013/09/listview-web-part-issues-with-jslink-and-display-templates-a-solution/
    I'll give this a test on my dev environment when I get home and see if I get the same results when adding the JSLink through the webpart properties.
    ##EDIT##
    Ok, I tried this at home using a Field Display Template and it worked on all the different styles, however this was with the JSLink deployed through the list view web part properties, not declaratively in the field declaration.
    It does prove however that it's not the BaseViewID causing the problem.
    ##/EDIT##
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • It is not working when jsp is outside of the Controller(.jpf) directory

    Hello,
    I am new to Portal. I am using Weblogic 8.1SP2. The problem is when there is a general jsp I want to put it common directory. It is working fine when I run starting from individual Controller but When I put its portlet in Portal, then the action is NOT falling into its caller's Controller but into the root Controller. Is this normal ? Is there a way to have the action call back to its caller Controller ? The director structure is :
    ../portalWeb
    + flowControllers
    + common
    search.jsp
    + portlet1
    Portlet1Controller.jpf
    Portlet1Controller.portlet
    + portlet2
    Portlet2Controller.jpf
    Portlet2Controller.portlet
    Controller.jpf
    And in the search.jsp file I have javascript snippet code like :
    if ( <%= type%> == 1 ){
    document.forms0].action="startPersonSearch.do"; //Portlet1Controller action
    if ( <%= type %> == 2) {
    document.forms[0].action="startCompanySearch.do"; //Portlet2Controller action
    document.forms[0].submit();
    Please help. Any thought will be greatly appreciated.
    Christina
    Thanks in advance.

    Yes. I did try to put directory path in front of the action to tell which Controller it should go. It didn't throw exception but It acted like called directly from that Controller. It is not under portal.
    Does anyone think the approach to have the common used jsp outside the Controller feasible ?

  • CFIMAGE not working when there is a . in the file path?

    I’m trying to use CFIMAGE for the first time and running into an issue. I am guess it is because my path has a period in it but I am not sure and I am not sure how to get around it if that is indeed the problem.
    I’m using ExpandPath to get the directory path but I have tried it other way with the same result. The path is
    C:\Websites\mywebsite.com\www\images
    I’m just trying to take a file in the C:\Websites\mywebsite.com\www\images\temp directory and resize it then rename it to the memberid with 300 on the end and save it to this directory C:\Websites\mywebsite.com\www\images\members
            <cfimage
            action = "resize"
            height = ""
            source = "#ExpandPath("..\images")#\temp\#TempFileName#"
            width = "300"
            optional
            destination = "#ExpandPath("..\images")#\members\"
            name = "#ARGUMENTS.MemberID#300"
            format = "jpg"
            overwrite = "yes">
    I keep getting the folowing error.
    The com\www\images\members\ image format is not supported on this operating system.
    Any ideas?

    was the fact that I ahd both destination and name being used
    at the same time.
    Using both "destination" and "name" works fine for me on windows. Though as I said, it is usually more common to use one or the other (not both).
    all I did was copy and paste
    from Adobe's example.
    Given the fact that your code contained the word "optional", you may have inadvertently copied a usage/syntax description rather an actual code example. Most of the descriptions contain the word "optional" to separate the mandatory and optional attributes. They are just descriptions not working code. Look for the actual code examples further down in the page (usually in a mono-font like courier).

  • Javascript not working when pdf is rendered in the browser IE9

    I have a javascript on the initialize event of a field and it works fine when doing a Preview PDF but not when i render the PDF in the browser
    if(F.Page_1.field1.rawValue == null)
               F.Page_1.field1.presence = "invisible";
               F.Page_1.field2.presence = "visible";
    Can some one pelase help?
    Thanks,
    F.Page_1.field1::initialize - (JavaScript, client)

    Hi,
    The initialize event is supported in browsers, but the issue may be if the form is saved as a Dynamic XML Form in the save-as dialog in LC Designer. Or if you using LC Enterprise Suite to render the forms at runtime, if you have set the render in LC Designer: File > Form Properties > Defaults to Dynamic XML Form:
    Changing an object's presence requires a dynamic form.
    Niall

  • Setting PDFCompatibility not working when saving a file from the API

    Hi,
    I am trying to save a PDF file using version 1.3 compatibility using the CS3 API. I am flexible to which Action I use. Right now I am trying to use kAISaveDocumentAsAction.
    According to AIPDFFormatAction.h, I can set kAIPDFCompatibilityKey to kAIPDFCompatibility13. However, that same header file indicates that these keys should be used with the kAIExportDocumentAction, not the kAISaveDocumentAsAction.
    Not surprisingly, the SaveAs Action works, but saves a PDF in version 1.5 (probably not checking the kAIPDFCompatibilityKey).
    I have tried using the kAIExportDocumentAction instead... However, in CS3, the Export action does not support PDF as an output type. Maybe in earlier versions this was different.
    Can anyone help? Below is the current code I am using that produces a PDF, but not a version 1.3 PDF.
    AIActionParamValueRef valueParameterBlock = NULL;
    ActionDialogStatus dialogStatus = kDialogNone;
    int result = 0;
    result = sAIActionManager->AINewActionParamValue(&valueParameterBlock);
    if (valueParameterBlock) {
    result = sAIActionManager->AIActionSetString(valueParameterBlock, kAISaveDocumentAsNameKey, outputfilename_final);
    result = sAIActionManager->AIActionSetString(valueParameterBlock, kAISaveDocumentAsFormatKey, kAIPDFFileFormat);
    result = sAIActionManager->AIActionSetInteger(valueParameterBlock, kAIPDFCompatibilityKey, kAIPDFCompatibility13);
    result = sAIActionManager->PlayActionEvent(kAISaveDocumentAsAction, kDialogOff, valueParameterBlock);
    result = sAIActionManager->AIDeleteActionParamValue(valueParameterBlock);

    Hi,
    You can try to right-click and '''Reset''' the '''browser.download.lastDir''' key in [http://kb.mozillazine.org/About:config about:config].
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Why does my ipod not work when i plug it into the wall and work when i plug it into my computer?

    hello?

    What do you mean by works?  Do you mean the battery chares on the computr but not with the wall charger?
    Did the wall charger ever charge the iPod?

  • My sound for music and apps is not working. when i try to turn the volume up it says "Sound Effects" ...Anyway to fix?

    I need to kno how to fix this problem

    Try the standard fixes:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod

  • Auto Lock not working when connected to Macbook

    Ive had my ipod for about a week and I thought auto-lock was working even when the ipod is connected to my computer.
    But I just realized that the auto-lock is not working when it is connected to the computer.
    Is this normal?
    Also when I set the brightness to the lowest setting, the screen slightly flickers intermittently.
    Is this normal too?
    Thanks

    Do you have more than one IDM Server running in your environment? When you are debugging a WF on server A and the scheduler decides (usually after an approval step) to continue running the WF on server B, your debugger connecting to server A wouldnt stop at the breakpoint.
    Can you make the debugger stop on e.g. the "start" or very first Activity in your wf? Right after launching it from the form.

  • The dropdown list in the address bar does not work when clicked

    In the address bar the dropdown list icon does not work when clicked. I have tried resetting everything in safemode and it still doesn't work. When I click on the icon it just highlights the entire address line.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Also check the setting in:<br />
    [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Privacy > Location Bar: When using the location bar, suggest: History, Bookmarks, History and Bookmarks

  • SP2013: OK button not working when editing Settings on List app

    Hi, all!  Currently running Sharepoint 2013 under Server 2008 R2.  My client is Win7 Pro/64-bit running lastest Firefox, Chrome & IE11.  I am currently a Domain Admin for our corp domain.
    Long story short, I've created a test List app.  When I attempt to add a column to the layout of the custom list app, nothing happens when I click the OK button to save the app.  No access spinning, no errors on-screen (also none visible when I view
    the source of the SP page or header), no nothing.  The highlight of the button changes as expected, but nothing else.  The Cancel button will Cancel as expected, but OK does nothing whatsoever.
    My current permissions include member of Domain Admins, Site Owners (Full Control), and Visitors (Read).  A Check Permissions on myself yield the following:
    Full Control   | Given through the "~site~ Owners" group.  
    Read   | Given through the "~site~ Visitors" group.  
    Edit   | Given through the "~site~ Members" group.  
    (Note: "~site~" is replacing the actual SP2013 site name above)
    I'm thinking it has something to do with effective permissions.  I just added myself to the Owners group this morning with no effect.  I've also tried both Compatibility mode on and off in IE, and Firefox and Chrome don't work, either.  Suggestions
    are most welcome as I'm at the point where I'm not sure if IE11 is causing a problem or if it's actually an effective permissions problem that's preventing me from saving any column changes to the List app above.
    Thanks, guys!
    Steve

    Hi Steve,
    From your description, my understanding is that OK button does not work when you create a new column.
    Please check if you get any JS error after you click OK button by pressing F12 to OP developer tool.
    Besides, please try to create a new column with steps below:
    1.      
    Click LIST tab in the Ribbon.
    2.      
    Click Create Column in Mange Views section.
    3.      
    Create your column in the dialog.
    4.      
    Click OK button.
    In addition, please confirm these points below:
    1.      
    Test your issue in another list.
    2.      
    Test your issue with another computer.
    3.      
    Test your issue with another account.
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Error while posting parked documents

    HI ALL, After upgrade when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT" Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types. Error : Field WITH_DIALG-

  • In workflow need to check in passed validaitons and check out failed once?

    Hi All, Can any one let me know is the following requirement possible? In workflow can I able to split records based on validation result? I need to check in passed validations and check out failed validations.. Regards Rajeev

  • Show dataTip on a datagrid column

    Hi, I need to show dataTip on a datagrid column only if its length is greater than 20 chars. Additionaly, my datagrid is a custom component, I am passing the column names as an array and building the grid dynamically so that it could be used for any

  • The gmail and Dell start up page will not show content. it says a conflict with browser. don't know what that means.

    I'm unable to find what is wrong or how to fix. I also could not view video on websites as per usual but now that seems to be okay again, whether it was something I did or other mystery.

  • Getting an HTML file to device

    I am very new to Blackberry development and would appreciate some direction, either in answers or documentation to read.  Here is my dilemma.  In Visual Studio 2008, I have created an HTML page using JavaScript that does stuff like dynamic table buil