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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:57:55+00:00 2026-06-11T00:57:55+00:00

i am trying to write some code behind a webpage to send an email

  • 0

i am trying to write some code behind a webpage to send an email onClick of a button.

i have a text box

<asp:TextBox ID="txtSecEmail" runat="server" Width="189px" 
ontextchanged="txtSecEmail_TextChanged"></asp:TextBox>

i also have a button after that

<asp:Button ID="btnUploadFiles" runat="server" Text="Upload Files"      
    Command="Command"
 CommandArgument="CommandArgument"
 runat="server" onclick="btnUploadFiles_Click"  />

when i try to load the page i get this error

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: BC30456: ‘txtSecEmail_TextChanged’ is not a member of ‘ASP.datauploaddatafiles_aspx’.

Source Error:


Line 94:             <td>
Line 95:                 &nbsp;&nbsp; EMAIL ADDRESS:
Line 96:                 <asp:TextBox ID="txtSecEmail" runat="server" Width="189px" 
Line 97:                     ontextchanged="txtSecEmail_TextChanged"></asp:TextBox>
Line 98:             </td>

Source File: Y:\Prog\NET\web\ClientCenterNew\datauploaddatafiles.aspx Line: 96

i dont understand how it is not a member? and why its saying this?

  • 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-11T00:57:56+00:00Added an answer on June 11, 2026 at 12:57 am

    It is looking for the txtSecEmail_TextChanged method in the codebehind (datauploaddatafiles.aspx.vb). Put that sub routine in the code behind file and rebuild.

    Example:

    Protected Sub txtSecEmail_TextChanged(ByVal sender As Object, _
            ByVal e As System.EventArgs) Handles txtSecEmail.TextChanged
       'Some Code
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to write some code in Scala to read a file
I'm trying to write some code for my database to enable a dropdown box
I'm trying to write some code using pure SQL using ASP.NET MVC. I assume
I am trying to write some code where a description box pops over an
I am currently trying to write some code which is going to send a
I'm trying to write some code to write to a text file. I had
I am trying to change the text of a asp:textbox and collapse some ajaxToolkit:CollapsiblePanelExtenders
I am currently trying to write some code that will accept some FTP details,
I am trying to write some code that will generate accurate .proto files from
I'm trying to write some code to Hide columns if the first 3 characters

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.