Ramco Ramco

Ramco Ramco

  • 441
  • 3.4k
  • 520.7k

Select in Html

Oct 10 2022 8:12 AM

Hi

I have below Html. I want is user clicked Current i want to display Current Employer name.

If Previous is selected then Previous Employer Name from Database using LInq.

<div class="current_subscription_col">
    <select>
        <option>Current </option>
        <option>Previous </option>
    </select>
</div>

Thanks


Answers (4)