Microsoft
Software
Hardware
Network
Question : How to popup a waraning dialog box in asp.net?
In my gridview_RowCommand event, after I query my sql database, if certain condition exist then I would like to popup a dialog box with some text message for the user. Can some one show or point me to a url that how the code will be done? Thanks.
I'm using VS2008, .net 3.5, asp.net and vb.
Thanks.
Answer : How to popup a waraning dialog box in asp.net?
use this
if some_condutions then
dim msg="bla bla bla..."
response.write("")
end if
Random Solutions
SQL Reporting Services - Format Datetime {0:D} culture?
How to Call MDI Child Events from MDI Parent...not all MDI Children are the same form
SQL statement (left join) not working as expected
I need help with DoCmd.DoMenuItem acFormBar command number
Adding an attribute to the xml root using FOR XML PATH syntax
Sec Master Drive ATAPI Incompatible at XP Boot up leading to loss of CD and DVD drives
Creating an automatic sum for specific cells - excel 2007
Adobe hijacks all programs in Vista
Need help with SQL 2008 running on a 2008 failover cluster
Insert values in listbox to access table