Ask a Question related to ASP.NET General, Design and Development.
-
Wayne MJ #1
Aborting a _Click event?
I have a web control embedded in an aspx page.
On the web control, I have a custom_validator that checks the status
of a dropdown list and compares that to ensure the appropriate text
fields are filled.
When I step through the code, I see that it is infact being run, and
returning:
args.IsInvalid = false;
But, unlike past attempts the _Click event (in this case a
Button_Click) is still being fired disregarding the afore mentioned
CustomValidator being negative.
Is this because the control is on a web control on not natively being
referenced from the base aspx page, or is there something else that I
need to look at?
Wayne MJ Guest
-
Getting Error: Event Type 'flash.event:event' is unavailable ?????
Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however... -
Caught a fatal signal (10) - Aborting
Aftter CF aborts all of my pages get this error: Error Occurred While Processing Request Error Diagnostic Information An error occurred... -
ItemDataBound Event - How to access the previous record when this event is raised in DataGrid?
ItemDataBound Event - How to access the previous record when this event is raised in DataGrid? During "ItemDataBound Event", I would like... -
Aborting HTTP connection from server-side
Hi all, I wonder if this is possible: I have a script that does things that take time. In the first part of the script it does data checking and... -
Assign Javascript event handler function dynamically to a Flash object event?
I have a Flash player object embedded in one of my web pages. I want to assign code to the OnReadyStateChange event for the object. Every... -
Wayne MJ #2
Re: Aborting a _Click event?
That is actually what I have done, doing a trace on the routine shows
that it is being fired, but 'IsValid=false' is being ignored.
Would it perhaps have something to do with the actually CV is located on
a Custom Web Control and not on the main page itself?
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Wayne MJ Guest
-
S. Justin Gengo #3
Re: Aborting a _Click event?
Wayne,
I'm not certain. I can tell you that I have included validators within
controls and they function perfectly.
Sorry,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Wayne MJ" <warp_kez@hotmail.com> wrote in message
news:epA0PnjUDHA.736@TK2MSFTNGP09.phx.gbl...> That is actually what I have done, doing a trace on the routine shows
> that it is being fired, but 'IsValid=false' is being ignored.
>
> Would it perhaps have something to do with the actually CV is located on
> a Custom Web Control and not on the main page itself?
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
S. Justin Gengo Guest
-
Wayne MJ #4
Re: Aborting a _Click event?
That is okay, I found a workaround.
Essentially I have a property that will report the status, the
processing routines are only run if all the conditions are met.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Wayne MJ Guest



Reply With Quote

