Hello i'M using windows component in my proyect, but i dont know how can I use the radalert and reload the page, but when I realad page I need put querystring. The querystring is Able to use parameters.
For example:
reload: default.aspx?id=1
I need use this because I update data and I need reload all data.
Thanks.
I found this javascript code:
and from VB:
I need send parameters.
For example:
reload: default.aspx?id=1
I need use this because I update data and I need reload all data.
Thanks.
I found this javascript code:
href="javascript:void(0);" onclick="$find('{0}').close(); window.location.href = 'default.aspx';"> |
and from VB:
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "alert", "<script type='text/javascript'>Sys.Application.add_load(function(){radalert('Message');})</script>", False) |
I need send parameters.