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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:23:42+00:00 2026-05-26T11:23:42+00:00

I have a textbox that will collect the ip address from the user. I

  • 0

I have a textbox that will collect the ip address from the user. I double click in the designer to take me to my .CS code it takes me to the correct location for _TextChanged.

One thing I notice it that event is grayed out and say it’s not used, even though I click on it and allowed me to enter code. I tryed moving it outside of the partial class, it just made all the controls unseeable. I have no errors at design time.

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: ‘ASP.memberpages_ftpform1_aspx’ does not contain a definition for ‘txtServerIP_TextChanged’ and no extension method ‘txtServerIP_TextChanged’ accepting a first argument of type ‘ASP.memberpages_ftpform1_aspx’ could be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 7:
Line 8: FTP Server:
Line 9: 0.0.0.0
Line 10:
Line 11:  User Name:

  • 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-26T11:23:43+00:00Added an answer on May 26, 2026 at 11:23 am

    Make sure your text box has an ontextchanged property with the method name from your code behind.

    <asp:TextBox ID="TextBox1" runat="server" ontextchanged="TextBox1_TextChanged"></asp:TextBox>
    

    Inside your webform partial class:

        protected void TextBox1_TextChanged(object sender, EventArgs e)
        {
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I have a textbox that takes a username input. When the user submits
I have a javascript code for textbox that will put commas on in digits
I have a user control that will render a textbox or file upload. I
I have a text box that will allow the user to enter multiple authors
Can you tell me when will use CustomValidator. For eg I have Textbox that
In my app, I have a textbox that the user can fill. Most times,
I have a textbox, i want add a trigger, when i click that textbox,
I want to have a small text box with a scroll bar that will
I have a textbox that I would like for only numbers. But if I
I have a textbox that i am binding to the viewmodel's string property. 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.