Form Problems

T

TCORDON

I have two different web pages...one has 2 textboxes (Username and Pwd) and
an Image button, in this webpage if the user enters his username and pwd and
hits enter, the ImageButton's click event is fired. In the other WebPage I
just have a Textbox and an imageButton, vut in this one if the user fills
the textbox and then hits Enter the form is just posted back, the click
event of the imagebutton doesn´t fire, why can this be?

Thanks Again
 
G

Guest

For each button that you have referenced, what is the AutoPostBack property
set to? Maybe the first button has an AutoPostBack = true and the latter has
it = false....

Ryan
 
T

TDAVISJR

Some how that is not making much sense to me since buttons are use to post
back to the server. So, what good is a button is autopostback = "fale".
Does a button have a autopostback property?? There has gotta be something
else.
 
T

TCORDON

The both have autopostback = true

TIA

RBrady said:
For each button that you have referenced, what is the AutoPostBack
property
set to? Maybe the first button has an AutoPostBack = true and the latter
has
it = false....

Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top