HIII
How to check validation for Ajax tab panel. that means
if will select tab panel1 it will show me a alert messagae
alert('i am right');
if i will select 2nd tab panel it will show me alert message
alert('i am wrong');
how it will possible in java script ? plz help me.
Loading
Sanjeeb LenkaPosted Oct 25, 2013, 3:27 AM
you can do it by calling javscript funtion in ajaxatabcontainer OnClientActiveTabChanged event.
example:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
ranjan sahooPosted Oct 25, 2013, 3:48 AM