是否可以將圖像添加到C#/ ASP.Net中的彈出消息中?我有一個標準的彈出編碼爲這樣: ScriptManager.RegisterStartupScript(Page, Page.GetType(), "Data Entry",
"alert('!!!!!ATTENTION !!!!! \\r\\n This is NOT the production version');", true);
我有一個窗口窗口呼叫的一部分。但不是每次都會在最上面,有時窗口消息框會在瀏覽器後面,不知有沒有可以讓它始終處於頂端的?我已經使用過,但它仍然不起作用。下面的代碼是我的代碼,調出窗口窗體。 public void CreateMyForm()
{
// Create a new instance of the form.
System.Windows.Form