How can I pop up a window in VB.net?
-
I am using visual studio 2005. I have created a web sites. I need to pop up a window with some gridview and text box when a user press a button. But the window only need to pop up when there is another user changing the information in the database. Thus, I need to check the database first, then to pop up if it is needed. However, I dont know how to write the script to pop up a window. I am a javascript idiot.... Many Many thanks for helping
-
I am using visual studio 2005. I have created a web sites. I need to pop up a window with some gridview and text box when a user press a button. But the window only need to pop up when there is another user changing the information in the database. Thus, I need to check the database first, then to pop up if it is needed. However, I dont know how to write the script to pop up a window. I am a javascript idiot.... Many Many thanks for helping
-
I am using visual studio 2005. I have created a web sites. I need to pop up a window with some gridview and text box when a user press a button. But the window only need to pop up when there is another user changing the information in the database. Thus, I need to check the database first, then to pop up if it is needed. However, I dont know how to write the script to pop up a window. I am a javascript idiot.... Many Many thanks for helping
use Response.write and write the javascript code as string. C# code Response.write ("alert('No data to display')");
-
I am using visual studio 2005. I have created a web sites. I need to pop up a window with some gridview and text box when a user press a button. But the window only need to pop up when there is another user changing the information in the database. Thus, I need to check the database first, then to pop up if it is needed. However, I dont know how to write the script to pop up a window. I am a javascript idiot.... Many Many thanks for helping