弹出消息打破CSS

时间:2013-07-05 13:44:19

标签: c# asp.net

我正在使用以下C#在数据未完全输入并按下按钮时创建弹出错误消息:

Page.ClientScript.RegisterStartupScript(typeof(Page), Guid.NewGuid().ToString(), "alert('Error Message')", true);

弹出窗口工作正常,但它似乎打破了页面的CSS。

在: enter image description here

后:

enter image description here

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

只需在javascript而不是ASP.net中创建按钮