| | |
"i want used confirm in javascript in code behind"
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2007
Posts: 23
Reputation:
Solved Threads: 0
Hai....
"i want used confirm in javascript in code behind"
i am used confirm button ,,,in code behind.
if the confirm button worked
the function is return the true...
else
the function return the false..
i want to get true and false value for my further proces..
this my code..
Dim popupScript6 As String = "<script language='javascript'>var agree= confirm('Are you sure to cancel the ticket?');if(agree){ return true};else {return false;}</script>"
'Page.RegisterStartupScript("PopupScript6", popupScript6)
in my codebehind window i want to get "agree" value....
in this popupScript6 used confirm coding is worked...but i wrote return word..this is nothing done..
i ma used return word is not worked..
please how can use this statement..
how can i get return value..
because i got the return value..
then my next code if(true) the redirect to another page...
so please hrlp me...
i am used this code also code..
but the same process done this also return word is used in not working..
this code..
Dim str As StringBuilder = New StringBuilder
str.Append("<script language='javascript'>")
str.Append("var agree= confirm('Are you sure to cancel the ticket?');")
str.Append("if(agree){")
str.Append("return true;}")
str.Append("else {")
str.Append("return false;}")
str.Append("</script>")
RegisterStartupScript("TicketNumber", str.ToString)
so please help me...
"i want used confirm in javascript in code behind"
i am used confirm button ,,,in code behind.
if the confirm button worked
the function is return the true...
else
the function return the false..
i want to get true and false value for my further proces..
this my code..
Dim popupScript6 As String = "<script language='javascript'>var agree= confirm('Are you sure to cancel the ticket?');if(agree){ return true};else {return false;}</script>"
'Page.RegisterStartupScript("PopupScript6", popupScript6)
in my codebehind window i want to get "agree" value....
in this popupScript6 used confirm coding is worked...but i wrote return word..this is nothing done..
i ma used return word is not worked..
please how can use this statement..
how can i get return value..
because i got the return value..
then my next code if(true) the redirect to another page...
so please hrlp me...
i am used this code also code..
but the same process done this also return word is used in not working..
this code..
Dim str As StringBuilder = New StringBuilder
str.Append("<script language='javascript'>")
str.Append("var agree= confirm('Are you sure to cancel the ticket?');")
str.Append("if(agree){")
str.Append("return true;}")
str.Append("else {")
str.Append("return false;}")
str.Append("</script>")
RegisterStartupScript("TicketNumber", str.ToString)
so please help me...
•
•
Join Date: May 2007
Posts: 18
Reputation:
Solved Threads: 1
.
Last edited by NET-Developer; Jun 14th, 2007 at 10:10 am. Reason: was posted by mistake, just do not know how to delete post
•
•
Join Date: May 2007
Posts: 18
Reputation:
Solved Threads: 1
Put your JS-code into some function like
function MyFunction()
{
... your code
}
And call this function by onClick event of your button (onClick="if(MyFunction()) { window.location.href='where.you.want.to.redirect'; }")
function MyFunction()
{
... your code
}
And call this function by onClick event of your button (onClick="if(MyFunction()) { window.location.href='where.you.want.to.redirect'; }")
Last edited by NET-Developer; Jun 14th, 2007 at 10:07 am. Reason: it was posted uncompleted
Hi dear....
This is my 1st Post...
RegisterStartupScript("Alert", "<script language=""javascript"">Confirm('Are you sure ');</script>")
this is the Best way to call javascript inside the Code....this should b written in Code behind file mean in .apsx.vb file....
I hope that you get Help from the Post...
Bye
Regards
Pushkar
This is my 1st Post...
RegisterStartupScript("Alert", "<script language=""javascript"">Confirm('Are you sure ');</script>")
this is the Best way to call javascript inside the Code....this should b written in Code behind file mean in .apsx.vb file....
I hope that you get Help from the Post...
Bye
Regards
Pushkar
•
•
•
•
i am using update pannel ,how to use this function at code behind
Follow this link
When u want to use RegisterStartUpScript within update panel u need to Call function from ScriptManager not from ClientScript...
http://developers.de/blogs/damir_dob...3F002100_.aspx
ScriptManager.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), Msg2, True)
![]() |
Similar Threads
- "<SCRIPT SRC>" javascript logon help (JavaScript / DHTML / AJAX)
- How to make javascript form autochange - "Onchange"? (JavaScript / DHTML / AJAX)
- Using Javascript code in ASP.NET (JavaScript / DHTML / AJAX)
Other Threads in the ASP.NET Forum
- Previous Thread: c# with vb in asp.net
- Next Thread: How to upgrade a ASP .NET website to AJAX enabled website?
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox class click commonfunctions compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dropdownlist dropdownmenu dynamic edit embeddingactivexcontrol expose findcontrol flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list login menu microsoft mono mssql multistepregistration nameisnotdeclared numerical objects order panelmasterpagebuttoncontrols problem ratings rotatepage save schoolproject search security serializesmo.table silverlight smartcard sql sqlserver2005 ssl suse textbox tracking unauthorized validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment webservice wizard xml youareanotmemberofthedebuggerusers





