Ask a Question related to ASP.NET General, Design and Development.
-
Emil Kvarnhammar #1
Re: msgbox?
Try adding this code to your Page_Load event:
btnSave.Attributes.Add("OnClick", "return confirm('Are you sure you want do
save?');");
Good luck!
/Emil
Emil Kvarnhammar Guest
-
Msgbox in User COntrol
I have created a user control with an event procedure for a button in the code behind module. Code in this procedure uses the MsgBox function to... -
msgbox title
In my ASP script I call Javascript for a msgbox after the user has submitted the form of their resume information. I saw this example as a way to... -
MsgBox Error
Hi, everyone I use MsgBox("message") function, but error as follows: It is invalid to show a modal dialog or form when the application is not... -
MSGBOX Example
I am trying to get a message box to work in a web form. The code looks right But when I browse the form I get It is invalid to show a modal... -
Grid msgbox?
I found it. private void grd_DeleteCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e) {... -
Salim Afþar #2
Re: msgbox?
Great Code.
Thanks
"Emil Kvarnhammar" <emil@eqinox.com> wrote in message
news:O8LOAt3SDHA.2228@tk2msftngp13.phx.gbl...do> Try adding this code to your Page_Load event:
>
> btnSave.Attributes.Add("OnClick", "return confirm('Are you sure you want> save?');");
>
> Good luck!
> /Emil
>
>
Salim Afþar Guest



Reply With Quote

