Ask a Question related to ASP.NET Building Controls, Design and Development.
-
VV #1
Re: Onclick event doesn't work when uisng <asp:RequiredFieldValidator
I have the same problem, it appears that pages are rendered diferently on
the web server and on the local intranet. One on the internet is missing
postback javascript section?! I haven't figure out what's going on - so
help?!
"van nguyen via .NET 247" <anonymous@dotnet247.com> wrote in message
news:eydY$oUWFHA.584@TK2MSFTNGP15.phx.gbl...
I am using <asp:RequiredFieldValidator for my asp.net form, the funny thing
is this works on the intranet site, but not the internet. When I submit the
form on the internet site, the onclick event doesn't work, I am sure there
is nothing wrong with the code because it works fine on the intranet site. I
think there is something wrong with the setup of the web project, but I
don't know what that is. Please help. Thanks.
--------------------------------
From: van nguyen
-----------------------
Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
<Id>IIIMIhMfgUSoNKs1VtkIgw==</Id>
VV Guest
-
are there any event handlers besides onClick?
hi, i've made a command for my extension which is called by a menuitem in the File menu via dw.runCommand("myCommand.html"); this .html is... -
Onclick event
I would like for certain Contribute users to be able to add on onclick event on links. How can they do this ? Thanks! -
onclick event not working
Hi there I have created a button on a web page and placed text over the button. I have tried a few things to get the button working so that... -
CFGrid OnClick Event in Flash
Does anyone know if it's possible to simulate a Javascript onClick event in a CFGrid column? I have a checkbox column that needs to trigger some... -
script ASP in an onClick event
i need to insert, in a onClick event of a submit button in a form, a call to an ASP script, like follows: <INPUT TYPE="SUBMIT" NAME="btnSend"... -
sam #2
Re: Onclick event doesn't work when uisng <asp:RequiredFieldValidator
Are you using different browsers? If so, check this link out
[url]http://aspnet.4guysfromrolla.com//articles/051204-1.aspx[/url]
sam Guest
-
Peter Blum #3
Re: Onclick event doesn't work when uisng <asp:RequiredFieldValidator
Either you are encountering a known bug in ASP.NET 1.1 SP 1 or have not
deployed the correct script files for the version of ASP.NET on your
internet site. Please see this thread:
[url]http://forums.asp.net/739537/ShowPost.aspx[/url]
--- Peter Blum
[url]www.PeterBlum.com[/url]
Email: [email]PLBlum@PeterBlum.com[/email]
Creator of "Professional Validation And More" at
[url]http://www.peterblum.com/vam/home.aspx[/url]
"van nguyen via .NET 247" <anonymous@dotnet247.com> wrote in message
news:eydY$oUWFHA.584@TK2MSFTNGP15.phx.gbl...
I am using <asp:RequiredFieldValidator for my asp.net form, the funny thing
is this works on the intranet site, but not the internet. When I submit the
form on the internet site, the onclick event doesn't work, I am sure there
is nothing wrong with the code because it works fine on the intranet site. I
think there is something wrong with the setup of the web project, but I
don't know what that is. Please help. Thanks.
--------------------------------
From: van nguyen
-----------------------
Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
<Id>IIIMIhMfgUSoNKs1VtkIgw==</Id>
Peter Blum Guest
-
VV #4
Re: Onclick event doesn't work when uisng <asp:RequiredFieldValidator
Jap, that's it... Thanx
"Peter Blum" <PLBlum@Blum.info> wrote in message
news:eneJIPmWFHA.2060@tk2msftngp13.phx.gbl...> Either you are encountering a known bug in ASP.NET 1.1 SP 1 or have not
> deployed the correct script files for the version of ASP.NET on your
> internet site. Please see this thread:
> [url]http://forums.asp.net/739537/ShowPost.aspx[/url]
>
> --- Peter Blum
> [url]www.PeterBlum.com[/url]
> Email: [email]PLBlum@PeterBlum.com[/email]
> Creator of "Professional Validation And More" at
> [url]http://www.peterblum.com/vam/home.aspx[/url]
>
> "van nguyen via .NET 247" <anonymous@dotnet247.com> wrote in message
> news:eydY$oUWFHA.584@TK2MSFTNGP15.phx.gbl...
> I am using <asp:RequiredFieldValidator for my asp.net form, the funny
> thing is this works on the intranet site, but not the internet. When I
> submit the form on the internet site, the onclick event doesn't work, I
> am sure there is nothing wrong with the code because it works fine on the
> intranet site. I think there is something wrong with the setup of the web
> project, but I don't know what that is. Please help. Thanks.
> --------------------------------
> From: van nguyen
>
> -----------------------
> Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
>
> <Id>IIIMIhMfgUSoNKs1VtkIgw==</Id>
>
VV Guest



Reply With Quote

