Prashant.K.M,
thanks for your reply ,but when i wrote the suggested solution as following in my code behind page:
Label1.Text = "Your Data Is Saved" + "<input type='button' value='close' onclick='javascript:window.close();' >"
it show me "data is saved"only without the button.is there something wrong with the code or should i write it in another way?
|