[Solved] how to open a message box [closed]
By message box I’m assuming you mean a javascript alert. I’m not a big fan of posting back with javascript functions. I think its messy, and that javascript should only be used when dealing with client-side actions. I would actually recommend to use a placeholder and a literal control for this. You could have the … Read more