Hi i am display fileserialno in textbox i.e 123/home/56-06 ...id :textbox1
I am also displaying i message using code:
ClientScript.RegisterStartupScript(this.GetType(), "Alert", "alert('File Initiated successfully...');", true);
in this message i want to display fileserialno in above code along with message
kindly suggest.
Go to the complete details ...