Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 07, 2012 03:29 AM by heyitsme
Member
52 Points
221 Posts
Nov 06, 2012 04:19 AM|LINK
okay now i understand, and how to write the code to display forgot userID and password in same message box
please see my code below:
ScriptManager.RegisterStartupScript(updPnl, updPnl.GetType(),"Msg","alert('Id Pengguna :" & recovertUserName &"', 'Password :" & recoverPassword &"')",True)
Participant
1397 Points
503 Posts
Nov 06, 2012 10:29 AM|LINK
u went wrong in syntax. Use this . It will work
ScriptManager.RegisterStartupScript(updPnl, updPnl.GetType(), "Msg", "alert('Id Pengguna :" & recovertUserName & ", Password :" & recoverPassword & "')", True)
Nov 06, 2012 05:37 PM|LINK
hi heyitsme
you resolve my problem tq so much, so happy with that....
Nov 07, 2012 03:29 AM|LINK
afastars tq so much, so happy with that....
my pleasure..!! :)
afastars
Member
52 Points
221 Posts
Re: display ClientScript message base on sql data
Nov 06, 2012 04:19 AM|LINK
okay now i understand, and how to write the code to display forgot userID and password in same message box
please see my code below:
ScriptManager.RegisterStartupScript(updPnl, updPnl.GetType(),"Msg","alert('Id Pengguna :" & recovertUserName &"', 'Password :" & recoverPassword &"')",True)
heyitsme
Participant
1397 Points
503 Posts
Re: display ClientScript message base on sql data
Nov 06, 2012 10:29 AM|LINK
u went wrong in syntax. Use this . It will work
ScriptManager.RegisterStartupScript(updPnl, updPnl.GetType(), "Msg", "alert('Id Pengguna :" & recovertUserName & ", Password :" & recoverPassword & "')", True)afastars
Member
52 Points
221 Posts
Re: display ClientScript message base on sql data
Nov 06, 2012 05:37 PM|LINK
hi heyitsme
you resolve my problem tq so much, so happy with that
....
heyitsme
Participant
1397 Points
503 Posts
Re: display ClientScript message base on sql data
Nov 07, 2012 03:29 AM|LINK
my pleasure..!! :)