ASCX made on VS 2003 didn't work on 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?
 
A

Alberto

Hi,

No error messages... it simply doesn't appear...
I would really appreciate if you could help me.

Regards,
Alberto
 

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

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top