After Insertin/Updating the
database just put these over their it will pop a Alert box
Dim strJavaS As String strJavaS =
"<script language=" & "_javascript_" & ">" strJavaS = strJavaS +
"alert('Records Inserted/Updated Successfully');" strJavaS = strJavaS +
"</script>" RegisterStartupScript("_javascript_s", strJavaS)
HTH
********** Keep Smiling, Regards.
Sayad Hashim Ali
Kazi Microsoft India Community Star.
SQL Star International Ltd. SQL
House, #13,Infocity,Madhapur, Hyderabad 500 081. Tel: +91-40-2310
1625(Off) +91-98491-29500(Cell) www.mugh.net
-----Original Message----- From: dotNET User Group Hyd
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05,
2004 7:57 PM To: dotNET User Group Hyd Subject: Display
Alert for Client
Display
Alert for Client
Reply
|
|
| From: silenceismyword |
Hi Everyone,
I am new member and hence I am not aware whther any
discussion on this topic has been done earlier. I am sorry if this
is a repeating post, but, I need some help from u on this.
As a part of the requirement for the asp.net application I
had been working on, we are required to display an alert to the
client that records have been updated or inserted properly. This
should take plae from the Code behind file, the class file for
that particular page.
when I tried to display the same using REgisterClientScript,
I could not see the alert message. I tried
REgisterStartpScipt also.
If anyone can help me out on this, that would be a great
help.
Thanks and Regards
Kiran | | View other groups in this
category.
|