Link to home
Start Free TrialLog in
Avatar of srikanth tirunahari
srikanth tirunahari

asked on

there is a checkbox based on selection i need to fetch data from back end. there is a creditunits field is there in sql table that having values 0 to 5. in C# i need.

there is a checkbox based on selection i need to fetch data from back end. there is a creditunits field is there in sql table that having values 0 to 5.
so when i check checkbox creditunits value is greter than 0 to display, when not checked no filter.
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

we got no idea how you're going to fetch your data...

but when you're doing the submission (like posted back), you need to validate the checked state of your checkbox, and then passing it as a parameter or as a condition when you trying to fetch your data.
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Auto Close