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

  • Home
  • SEARCH
  • 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 8304785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:56:08+00:00 2026-06-08T17:56:08+00:00

Im using MVC3 architecture, c#.net. I need to compare text box content(User ID) with

  • 0

Im using MVC3 architecture, c#.net. I need to compare text box content(User ID) with the database immediately when focus changes to the next field i.e., Password field. So I thought to use onblur event to the User Id field which then calls the Controller method. Can any tell me how to approach to this problem? As Im a newbie, code snippets are highly appreciated.

Thanks in Advance,

Prashanth

  • 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-06-08T17:56:09+00:00Added an answer on June 8, 2026 at 5:56 pm

    Here is an example.
    Example of your Controller Method

    [HttpPost] // can be HttpGet
    public ActionResult Test(string id)
    {
         bool isValid = yourcheckmethod(); //.. check
         var obj = new {
              valid = isValid
         };
         return Json(obj);
    }
    

    and this would be your javascript function.

    function checkValidId(checkId)
    {
        $.ajax({
             url: 'controllerName/Test',
             type: 'POST',
             contentType: 'application/json;',
             data: JSON.stringify({ id: checkId }),
             success: function (valid)
             {
                  if(valid) { 
                      //show that id is valid 
                  } else { 
                      //show that id is not valid 
                  }
             }
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a web application project using ASP.NET MVC3 and database in SQL
I'm using MVC3 with razor view. I'm giving the user a list of <li>
I've got a webpage built using MVC3 and .NET 4 Validation is working great
I am using Asp.net mvc3 and displaying the .pdf file on my one of
I am trying to learn MVC using ASP.NET MVC3. Most of the tutorials I
I've added NHibernate.Search to my otherwise routine S#arp Architecture 2.0 / MVC3 / .Net
I am using s#arp architecture 2.0 with asp.net mvc 3.0. The razor code in
Using MVC3 and Razor View engine, I created a VB.NET web application in VS
Using ASP.NET MVC3 C# AND MS SQL 2008 I'm developing a Software As Service
Using MVC3 I am trying to come up with method of checking the database

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.