I have a doubt in asp.net i created one form in ASP.NET using VB in that how to show message box after clicking a button
sreein1986 0 Posting Whiz
Recommended Answers
Jump to PostYou can use MsgBox -- just like in VB6.
CMIIW : It's only work in Microsoft Visual Studio Designer, not in IIS.
I searched in Google how to create Msgbox and I found it.
Public Sub UserMsgBox(ByVal F As Object, ByVal sMsg As String) Dim sb …
Jump to PostYou have to configure IIS to support ASP.Net for the Msgbox code to work. Is your IIS configured for ASP.Net?
As far as I know, MsgBox is located in System.Windows namespace, but ASP.Net is located in System.Web namespace. So the environment is different.
But, If you could run it, please …
All 7 Replies
sierrainfo 0 Junior Poster
Kusno 0 Junior Poster
sierrainfo 0 Junior Poster
Kusno 0 Junior Poster
sreein1986 0 Posting Whiz
jbarman 0 Newbie Poster
PKOLB 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.