Modals
Modals
Howdy,
I have a modal in my page and it works, for the most part. I have two
questions/issues
1) I would like to use my own server controls for buttons... rather, I
need to prompt the user for info and then write it to a database. I
was hoping to just use a server control for the button but when the
modal displays, the click event normally handled by the server doesn't
fire. I'm guessing the jquery is overriding it? What's the best way to
get the info in a modal into my database?
2) How can I remove the X close mark in the window and only use the
buttons to close? This is a required window and I need to capture if
they close it without specifying information.
I think that should do it.
Thanks,
David
--