Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6685411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:03:16+00:00 2026-05-26T05:03:16+00:00

I have a page and in that page i have several user controls, so

  • 0

I have a page and in that page i have several user controls, so one of them validates a textbox to see if its empty it works fine… but then i have other controls… and one of them has the submit button, so what i want to do is when the button is clicked if the textbox is empty (and it validates correctly) to jump to that section of the page so that the user can see the error.

Right now it is just showing the message but it is all the way down in the page so the error is there, the user is clicking and clicking but does not know the problem is at the top…

How can I focus on that textbox in that control… when clicking on the submit button which is in another control but they are still both in the same page?

I hope you understand the issue if not please ask and i will be happy to assist with more information.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:03:17+00:00Added an answer on May 26, 2026 at 5:03 am

    Here is a way to set focus, put this function in OnClientClick of an ASP.NET button control:

    function ValidatorFocus()
    {
        //force .net validation
        Page_ClientValidate();
        var i;
        for (i = 0; i < Page_Validators.length; i++)
        {
            if (!Page_Validators[i].isvalid)
            {
                document.getElementById(Page_Validators[i].controltovalidate).focus();
                break;
            }
        }
    }
    

    Manually calling ASP.NET Validation with JavaScript

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a complex page that has several user controls like galleries, maps, ads
I have a page that contains several forms, by submitting each one of them,
I have a ASPX Page that contains several user controls, which are loaded dynamically
i have a page that contains several submit buttons however i only want one
If you have several view models on one page, how do you ensure that
I have a table that has several fixed rows that contain user controls that
I have a page that has several ajax submission forms. Each form has a
First let me explain. I have several addresses on the page that I put
I have a page with several Update Panels on it. the url of that
I have a page that lets the user edit the content of the page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.