Hi,
In my ascx page i want to use an alert box
this is my coding
Page.ClientScript.RegisterStartupScript(this.GetType(),"script", "<script type='text/javascript' language='javascript'>alert('Your Packagedate is greater than departuredate')</script>");
but not working
what i have to do
Regards
K L BAIJU