Ask a Question related to ASP.NET General, Design and Development.
-
KathyB #1
PLEASE -- I'm in asp:button hell...tried everything I've read...why does it DO this?
Further to my earlier message tonight, here is more info on my button
issue.
I have two controls: a button and a textbox.
This code for the button is in the page load (if not postback):
btnList.Attributes.Add("onclick", "pop_window();return false;")
it runs a simple script in <script> tags within the <head> of the
html.
The textbox has a textchanged event, and IS set for AutoPostBack.
If I try to use an html button vs an asp:button, it disables my
textchanged event even though it is set to autopostback.
As is, when I enter something in the textbox and hit enter, it does
operate correctly, but at the same time, it runs the script for the
button.
PLEASE someone tell me how to fix it so the textbox works but the
button only runs IF a press it.
I've spent days on this...and have tried to read everything and tried
examples, examples, examples, nothing is working right.
Thanks, Kathy
KathyB Guest
-
how the hell do i do this
Okay so here is my problem. I want to create a search engine for a friends page. There will be many users registered on the site and each will have... -
How the hell did they do that???
Okay.....I have seen this script many times. It is a script that allows a shape to scale to the specified size when clicked on a button. Here are... -
Why the hell?!?!?!?
I really would like to understand why Director just process the last line of the following script: on mouseUp me sprite(1).left = 150... -
What the hell is this??
A little background: to allow my (l)users to exchange very big files with our customers without clogging the mail server I setup an... -
Making a button with Easy to read text
i would suggest the no anti alias option as well, regards



Reply With Quote

