How do I build a popup dialog in asp.net

后端 未结 3 628
后悔当初
后悔当初 2021-01-23 23:04

I am building a Web Application using asp.net (C#). I come from windows forms development and find myself in a hard spot. Im making an application where the user should edit som

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-23 23:47

    If you're not concerned about using a library, try Microsoft ASP.NET AJAX Control Toolkit, they have several controls that can create something you want (the ModalPopup control).

提交回复
热议问题