Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

110
Views
How to take the input value of an html Input on the onBlur event from a controller using VB.NET

I have this html input in the .ascx file:

<input runat="server" id="filterTitle" name="filterTitle" type="text"/>

In the .ascx.vb file I need to take the value of the above input when the user leaves the text box, the below code is working fine, it takes the input's value on the first load of the file:

Partial Class Controls_View_News
    Inherits System.Web.UI.UserControl
    Protected Overrides Sub OnInit(e As EventArgs)
        MyBase.OnInit(e)
        Dim VALUE As String
        VALUE = filterTitle.Value

I need to let VALUE to be equal the input's value whenever use types in the text box and leaves it.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!