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 / smriti

Hi,
We can add the code in page_load

If Me.RadioButton1.Checked = True Then
Button1.CausesValidation = True
Else
If Me.RadioButton2.Checked = True Then
Me.Button1.CausesValidation = False
End If
End If

Is This Answer Correct ?    37 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we provide the WebParts control functionality to a server control?

1057


What does the hotspot class in .net do?

1052


How we implement web farm and web garden concept in asp.net?

1045


Can I combine classic asp and asp.net pages?

1149


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1910


What is asp.net ajax?

1054


What are the events that happen when a client requests an asp.net page from iis server?

1109


Explain the concept of View Model in MVC?

1088


State differences between MVC and WebAPI

1206


What is GAC in ASP.NET 2.0

1238


What is session authentication?

1043


How to handle errors in Web API?

1254


What is connection pooling and how to enable and disable connection pooling?

1080


What is the file extension of web service?

1059


How to implement form based authentication in asp.net application?

1178