My ASCX made on VS 2003 doesn't appear on VS 2005

A

Alberto

Hi All,
I have a web user control which simulates a message box, made on VS 2003. I
used to call it inside my Web Form declaring it as:
Protected WithEvents MensagemBox1 As MensagemBox

And inside the code I used to call my ascx as:
MensagemBox1.Show("Blablabla", MensagemBox.MensagemBoxStyle.Critical,
MensagemBox.MensagemBoxButtons.OKOnly, "Title", 200, 400)

This code used to work inside VS 2003, but it doesn't work inside VS 2005.
Does anyone passed by a similar problem, or has a workaround for this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top