Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem.

Answer Posted / yogesh sharma

Set both radio buttons AutoPostBack property to true.

and following code in page_load:

if (RadioButtonNo.Checked == true)
{
this.Button1.CausesValidation = false;
}
else
{
this.Button1.CausesValidation = true;
}

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the master page.

995


What is the latest version of asp.net?

1071


Explain different authentication modes in asp.net?

1234


What is microsoft windows sharepoint services?

1133


What is the basic difference between asp and asp.net?

1078


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

2269


What is the purpose of url encoding?

1028


Is asp.net and .net same?

1017


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

1048


What is the difference between c# and .net?

1100


Explain the significance of routing? : asp.net mvc

1101


Explain the difference between asp & asp.net.

1070


Why cyclomatic complexity is important?

1080


What is event in asp.net?

1067


What is a form tag?

933