3

I am looking for a custom control which could enable me to call message of following type.

http://extjs.com/deploy/dev/examples/message-box/msg-box.html

Is there a control which function like a .NET desktop application messagebox?

I know, exactly similar may not be possible but main features I am looking for here is returning value of clicked button and custom value entered by user in code behind.

I have also started working on it myself, but hardly any luck so far.. any direction in this case will also be very useful.

4

3 回答 3

3

There is a good tutorial which could help:

Create MessageBox user control using ASP.NET and CSS

And here combining it with the AjaxControlToolkit:

ASP.NET Popup Message Box User Control

I hope this helps!

于 2008-11-16T09:11:25.887 回答
0

Have you looked at the AJAX Toolkit? It doesn't do all the things you want, but it should be too hard to the extender and controls needed into a CustomControl and create your own DLL.

于 2008-11-16T08:59:20.530 回答
-1

通过添加对解决方案资源管理器的引用来使用命名空间“System.Windows.Forms”

于 2009-02-26T07:15:31.753 回答