Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

asp.net response.redirect new tab

protected void btnSave_Click(object sender, EventArgs e)
{
    ...//some code to insert records
    Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "openModal", "window.open('NewQuote.aspx?val= " + this.txtQuotationNo.Text + "' ,'_blank');", true);
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: dictionary to list c# 
Csharp :: how to stop a form c# 
Csharp :: how to read a text file C# 
Csharp :: c# delete files in directory and subdirectories 
Csharp :: c# string ends with 
Csharp :: Show private fields in Unity Inspector 
Csharp :: c# numbers only 
Csharp :: check if value in list c# 
Csharp :: pyautopgui wrros on big sur 
Csharp :: array reduce c# 
Csharp :: unity yield return 
Csharp :: what is void onmousedown() 
Csharp :: string tochar array c# 
Csharp :: wpf stackpanel 
Csharp :: switch case with 2 variables c# 
Csharp :: entity framework core db first 
Csharp :: selenium scroll to element c# 
Csharp :: how to close another app in system with c# 
Csharp :: c# convert datetime to year & month 
Csharp :: c# best way to loop and remove 
Csharp :: singleton design pattern c# volatile 
Csharp :: check if mouse is in frame unity 
Csharp :: c# return tuple 
Csharp :: longest substring without repeating characters 
Csharp :: add qtwidgets to cmake file 
Csharp :: c# list foreach lambda multiple actions 
Csharp :: c# datagridview set column header alignment 
Csharp :: c# generate random int list 
Csharp :: loading player preferences unity 
Csharp :: c#l list<string initialize 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =