Arghh!!!! Button Not Firing.

A

Adam Knight

Hi all,

I have sought out the problem with my last post ('validation issue') by
copying aspnet_client folder from my local machine to the root directory of
my hosting server.

Now my next problem is...a button on my login screen won't fire.

It works fine locally.

Can anyone give me an idea of what is going on?

Cheers,
Adam
 
G

Guest

Now my next problem is...a button on my login screen won't fire.

It works fine locally.

Can anyone give me an idea of what is going on?

Did you update the ASPX file on the server?

Maybe the templates are out of sync between your local copy and the server
copy?
 
B

bhawin13

Hello

There is no binding in code behind file check that on server version
file.

If not then bind onClick event of buttion and upload.
Check code section which is genetated by visual stdio. I think you will
not find code that binds onClick event of button.

B
 
B

bhawin13

Hello,

On server version of file. In that check code behind file. In that go
to section of code which is generated by visual stdio.net just scroll
page and read comment you will get this section easily.

Check is there event binding line for button onclick event.

If no.
Go to designer and double click on button it will generate it.

B
 
B

bhawin13

If you are not able to bind event of button with previous method then
select button in desigener > open property window > click on event button > go to on click command > double click on value field to generate new function or using drop down list used existing one.

B
 
G

Guest

Try aspnet_regiis -c from your Visual Studio Command prompt. You may like to
turn the tracing = true in your web.config to see what's going wrong.
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top