dialog box
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
hello sir i want to use dialogbox in asp.net with c#. but i didn't idea about it so pls help me. gayatri
Gayatri
There is no built in dialog box in asp.net like desktop application either u have to develop it or u can use javascript
-
hello sir i want to use dialogbox in asp.net with c#. but i didn't idea about it so pls help me. gayatri
Gayatri
hi Gayatri, Thare is no built in DialogBox in Asp.net such as Windows form. To display DialoBox you should use JavaScript function as follows.
function MsgOkCancel() { var fRet; fRet = confirm('Are you sure?'); alert(fRet); } [test me](javascript:MsgOkCancel\(\);)
Hope this will help you. Thanks & Regards DilipvDilip Kumar Vishwakarma Programmer .Net Consulting