If you need help with my suggestion, you just need to call the Show() method from your button click event, e.g.
protected void Button1_Click(object sender, EventArgs e)
{
MyModalPopup.Show();
}
"Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."