[Message Deleted]
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I haven't used 1.1 in a long time. But the error suggest that it is looking for a server side method return. Therefore, I suggesting using button.Attributes.add("OnClick", "return md5auth(Txt_password)"); in your server side code. Perhaps in page_load.
I didn't get any requirements for the signature
-
The first clue is that you're doing two different things. In the first case you're adding an onclick, which is called on the client', in the second, you set OnClick, which tries to call a method on the server.
Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.