Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当数据未完全输入并按下按钮时,我正在使用以下 C# 创建弹出错误消息:
Page.ClientScript.RegisterStartupScript(typeof(Page), Guid.NewGuid().ToString(), "alert('Error Message')", true);
弹出窗口正在运行,但是,它似乎破坏了页面的 CSS。
前:
后:
我该如何解决?
只需在 javascript 而不是 ASP.net 中制作按钮