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 7684773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:06:17+00:00 2026-05-31T19:06:17+00:00

I am using MVC-Viewmodel, EF model first on my project. I have 3 DropDonLista

  • 0

I am using MVC-Viewmodel, EF model first on my project.

I have 3 DropDonLista and a few TextBoxes in my View, User can select Values in the DropDownLists and Type inside the TextBoxes. I want that my “Next” button is disabled until values are selected and textboxes are filled then it gets enabled.

How can I easiest way accomplish this?

I’ve done this kind of things with C# Winforms and its pretty easy but in MVC I have no clue how I can do this.

Thanks in Advance!

  • 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-31T19:06:18+00:00Added an answer on May 31, 2026 at 7:06 pm

    You would need to use a client side scripting language like JavaScript. JQuery (a framework to make JavaScript easier to use) is now integrated in to MVC3+, so implementing it is much easier than it has been in the past.

    You can target HTML DOM elements (HTML tags in your page, in layman terms) in jquery using “selectors” – i.e. if you want to access a HTML textbox called “test” in your form, and check the value, you can do the following:

    var value = $("#test").val();
    if(value == '') {
        // do something
    }
    

    JavaScript syntax is strikingly similar to C#, but it works on the client side (it’s processed by the browser), rather than the server.

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

Sidebar

Related Questions

Im using MVC-Viewmodel, EF Model first on my project. I have a foreach loop
I am using EF model first and using viewmodels in MVC, I have problems
I am using MVC-Viewmodel EF Model First, I am trying to make 2 forms
I am using MVC-Viewmodel and EF model first for my projekt These are my
I'm using ASP.NET MVC 2 and here's the issue. My View Model looks something
I am using ASP.NET MVC 2, and am using a view-model per view approach.
I am using asp.net mvc 2.0(default binding model) and I have this problem. I
I have an ASP.Net MVC view which inherits from a ViewModel. The ViewModel contains
Good evening everyone. I am currently using MVC 3 and I have a viewmodel
I am using Entity Framework code first and ASP.NET MVC 3. I have the

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.