Eduardo Lorenzo
Well-known member
- Joined
- Jun 27, 2006
- Messages
- 86
right now I use this
as a messagebox/warning.
But what I want is to be able to display a Yes/No type alert and capture the choice for server-side processing.
I know that this is possible.. I just dont know how.
can anyone please help me.
Page.RegisterStartupScript("errorscript", "<script> alert(Account Number not Valid!);</script>")
as a messagebox/warning.
But what I want is to be able to display a Yes/No type alert and capture the choice for server-side processing.
I know that this is possible.. I just dont know how.
can anyone please help me.