S sonu Sep 19, 2005 #1 how to implement the alert box and confirm box in asp.net web application through c# any help please Sonu
how to implement the alert box and confirm box in asp.net web application through c# any help please Sonu
N Nicholas Paldino [.NET/C# MVP] Sep 19, 2005 #2 Sonu, You need to do it in Javascript, since these are client side operations. You need to place a piece of javascript in your markup that is returned (the HTML) which will make the appropriate calls.
Sonu, You need to do it in Javascript, since these are client side operations. You need to place a piece of javascript in your markup that is returned (the HTML) which will make the appropriate calls.
U Usenet User Sep 19, 2005 #3 how to implement the alert box and confirm box in asp.net web application through c# any help please Sonu Click to expand... See the answers to your previous message in this group.
how to implement the alert box and confirm box in asp.net web application through c# any help please Sonu Click to expand... See the answers to your previous message in this group.