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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:48:54+00:00 2026-05-27T11:48:54+00:00

I get a structure like this: <asp:TextBox runat=server ID=txt/> <input runat=server id=btn onserverclick=btn_Click type=image

  • 0

I get a structure like this:

<asp:TextBox runat="server" ID="txt"/>
<input runat="server" id="btn" onserverclick="btn_Click" type="image" src="demo.png"/>

When I input something in the textbox and hit Enter, the method btn_Click can be called. but when disabled javascript, it can not postback and the btn_Click method can not be called.

What’s wrong with this?

Any help, thanks.

  • 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-27T11:48:55+00:00Added an answer on May 27, 2026 at 11:48 am

    Most of the ASP.NET server side controls use JavaScript to post a form tag that surrounds the entire page content (look for the <form runat="server"> tag in your source files, or for <form name="aspnetForm"> in the HTML source in your browser).

    Really, this behavior is so tightly engrained in WebForms, the use of 1 form tag for the entire page, and hidden inputs for the ViewState, event target, command argument, etc.

    If you need functionality without JavaScript, you’ll need a back to basics approach of simply relying on the HTTP protocol, by using just GET and POST requests with your own form tags (which can’t be nested), and regular a tags.

    Honestly, if you need functionality without JavaScript, it would probably be easier to switch over to ASP.NET MVC.

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

Sidebar

Related Questions

Im using a asp.net 4.0 project. My file structure looks like this RootSite  -Web.Config
I'm a lone developer who would like to get some structure to my projects.
Hi I get problem retrieve XML data from SQL2000 server. The table structure is
I'm trying to get an understanding of how to structure an ASP.Net MVC2 Web
I'm trying to get a Dictionary data-structure in place for one of my ASP.NET
I have structure like this: struct Rz3DContourNode { float x; float y; float z;
Is it possible to somehow get structure of MySQL database, or just some table
I execute a select to get the structure of a table. I want to
What query do I need to run in PHP to get the structure of
Is there any way to get a map or other data structure of 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.