Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello sir,

i have one problem.i have one dropdownlist which has been populated by using some condition which is are as follows:

1)zone_num has to be populated only for zone_type=25 and if exlude_at_ass=n then it is conveyable and drop downlist show zone_num field:conveyable.
2)if exclude_at_ass=y then it should show zone_num:nonconveyable

after populating datavalue in dropdownlist

a person will select conveyable or non conveyable field .

when perticulor conveyable field associated with perticulor zone_num field associated with zone_type and exxclude_at_ass is selected it should update temp_control=n

when perticulor nonconveyable field associated with perticulor zone_num field associated with zone_type and exxclude_at_ass is selected it should update temp_control=y.


i'm not able to build logic so please help me out
Posted

You cannot program ASP.NET in C. Did you mean C# ?

I can't make head or tail of your post. You should perhaps try to draw it as a flow chart, and code it from there ?
 
Share this answer
 
i want the asp.net code in c# only
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900