Simultaneously implement the execution of Script and .NET code, and ensure the order

zhaozj2021-02-16  92

The following is the code of .NET.

string strFriendID = this.txtBoxReceiver.Text; BusinessRule br = new BusinessRule (); br.RemoveFriend (this.Session [ "username"] ToString (), strFriendID.); this.txtBoxReceiver.Text = "";

// This sentence is refreshed with a page. Response.write ("