Browse By Tags

  • Validate in UltraWebTab

    I have used UltraWebTab in my application and in these tabs am unable to use any kind of validation. Please help me with this and let me know where am going wrong, because am unable to use any kind of validation either the Required Field or Custom Validator…

  • RequiredFieldValidator where ControlToValidate is inside a WebTab

    I've got an issue where i've got a number of controls inside an UltraWebTab control.

    Players:

    • UltraWebTab within asp.net form & multiple tabs
    • RequiredFieldValidator controls outside the UltraWebTab

    Scenario:

     Amidst the multiple tabs there are controls…

  • error in UltraWebTab

    I try to use the UltraWebTab in my application, but I’m getting an error “Microsoft JScript runtime error: 'this._postBackSettings.async' is null or not an object” when I change between tabs.

    Please help me how to avoid this…

  • Web Tree

    Tree view retrive from database please give sample code
  • Problem with WebTab and WebGrid inside

    Hi, I have problem on a simple WEBTAB control (3 tabs) with 3 WebGrid inside (1 each tabs) using <ContentTemplate>.

    When the page is loaded, with the first Tab (Tab1) selected, the Webgrid inside a Tab work fine.

    But all other WebGrid (hidden, for…

  • regarding tab focus

    I have a tab control with three tabs

    There is a mandatory field in tab1.

    If we select tab3 and click on the button in tab3 it is display a message that mandatory fields requires input

    Now is there any way to change the focus from tab3 to tab1 automatically…