TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Paul Rajs
NA
641
146.6k
Sweet Alert Pop up is not working in Vb.Net
May 21 2021 11:35 AM
Hi Developers,
Am working on a vb.net project. in that Sweet Alert Pop-Up is nopt working..
Calling method
glblGeneral.ErrorMessage(Me, "test", "Alert")
Method:
Public Sub ErrorMessage(ByVal Control As UI.Control, ByVal Message As String, Optional ByVal Title As String = "Alert", Optional ByVal callback As String = "")
Try
ScriptManager.RegisterStartupScript(Control, Control.GetType, "Script", "swal('" + Title + "','" + Message + "','error');", True)
Catch ex As Exception
Err_Handler("General", "ErrorMessage", ex.Message)
End Try
End Sub
If anyone know how to solve this kindly suggest me to done this.
Thanks & Regards,
Paul.S
Reply
Answers (
1
)
How to use Col-md .
Remove duplicate rows from excel using spire.xls & c#