say i have this code
for first time it validate if checkbox=true but if i uncheck then i have to push button twise for post back why .
protected
void Button1_Click(object sender, EventArgs e){
if ((Chk1.Checked==true))
{
Response.Write(
"Please check");}
elseButton1.PostBackUrl =
"Detail.aspx";}
Blocked AccountPosted Feb 12, 2009, 6:25 AM