Ask a Question related to ASP.NET General, Design and Development.
-
Gandalf #1
Page.RegisterOnSubmitStatement problem
If I have a javascript function on my page that I wish to be called
immediately before the form is submitted, using
Page.RegisterOnSubmitStatement might seem the ideal method to use. However,
using it to add a call to my function (in the form OnSubmit attribute)
places the call BEFORE the call to any validators...which is not what I want
to happen. I want to call my function only if the validators have returned
true. If I hard-code the OnSubmit attribute in the .aspx page the call to
the validators gets placed before the call to my function, but I really need
to be able to add it dynamically from the codebehind. Is there a way to do
this?
Thanks in advance.
--
Gandalf Guest
-
problem with validation of css page
Hi all why can't I validate this page with w3c, here is the page /* CSS Document */ @charset "iso-8859-1"; @media all { body { font-family:... -
Problem editing page
When trying to edit a frames base page. header is lock, menu is locked. I only want to edit Content page. It says it is locked because I am... -
Paging won't quite page problem
Hi, I'm trying to get this script to run which it almost does but it won't display the records for the last page i.e. page 2 of 2 or 3 of 3 etc... -
ASP page call problem
Any suggestions on the following problem: I am making a call to an ASP page with the following call string:... -
Certain custom "Page not Found" page problem
Hi ! I have an ISAPI instalation of PHP over IIS5 server on Windows 2000. Everything works fine but as I am under website development I would...



Reply With Quote

