Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146989 | Aug 27,2019 09:11 PM UTC | Aug 30,2019 09:24 AM UTC | ASP.NET Web Forms | 3 |
![]() |
Tags: Tab |
<ej:Tab ID="tabButton" runat="server">
<Items>
<ej:TabItem ID="button" Text="Button">
<ContentSection>
<ej:Button ID="redirect" Type="Button" Text="Redirect" OnClick="Redirect_Click" runat="server"></ej:Button>
</ContentSection>
</ej:TabItem>
. . . . .
</Items>
</ej:Tab> |
protected void Redirect_Click(object Sender, Syncfusion.JavaScript.Web.ButtonEventArgs e)
{
Response.Redirect("~/Default.aspx", true);
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.