ASP.NET Message Field

I'm looking for a custom control that can let me invoke the following message type.

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

Is there a control that works like a text application in a .NET application?

I know that exactly this may not be possible, but the main functions I'm looking for here is to return the value of the clicked button and the user value entered by the user in the code.

I also started to work on this, but hardly luck so far .. any direction in this case will also be very useful.

+3
source share
3 answers

There is a good tutorial that can help:

MessageBox ASP.NET CSS

AjaxControlToolkit:

ASP.NET Popup Message Box

, !

+3

AJAX Toolkit? , , , CustomControl, DLL.

0

use the namespace "System.Windows.Forms" by adding a link to the solution explorer

-1
source

Source: https://habr.com/ru/post/1699628/


All Articles