i want to call the javascript function from the code behind until the javascript function process is not completed. should not come back to the code-behind.
below is my code-after getting the resposne from api now need to add value into table and dispaly
var responseString = new StreamReader(response.GetResponseStream()).ReadToEnd();
all = JsonConvert.DeserializeObject(responseString);
ScriptManager.RegisterStartupScript(this, typeof(Page), "OnClientClicking", "divCloseAcntopen();", true);
GetAllOrders();
IdOfOrder=all.id;
GetordedsdsdsrById(IdOfOrder);
javascript function
Pradeep RawatPosted Jul 28, 2021, 11:37 AM
Pradeep RawatPosted Jul 28, 2021, 4:58 AM
Sachin SinghPosted Jul 24, 2021, 8:49 AM