Re: Checkbox reporting wrong values
Hi KevinH,KevinH95 It the Save_Event. This Event start before the Page_Load EventAFAIK ,the button click event will fire after the Page_Load Event . You could set breakpoint in both methods to check...
View ArticleRe: Checkbox reporting wrong values
It the Save_Event. This Event start before the Page_Load Event
View ArticleRe: Checkbox reporting wrong values
Hi ,KevinH95 Yes. But the Value is wrong before the Page_Load Event startWhen you find the Value is wrong before the Page_Load Event ? In which event when you debugging ?Best Regards,Nan Yu
View ArticleRe: Checkbox reporting wrong values
Yes. But the Value is wrong before the Page_Load Event start
View ArticleRe: Checkbox reporting wrong values
Hi KevinHHave you reset the checkbox value in page_Load event ? Please check it or show us the code in page_load event .Best Regards,Nan Yu
View ArticleRe: Checkbox reporting wrong values
That is all Code from my Checkbox. I create it an i ask the property from it
View ArticleRe: Checkbox reporting wrong values
Seem like the problem is not from the checkbox itselft.Maybe the problem from your page_load event or maybe the checkbox is in another control.You need to show some other code around the checkbox to...
View ArticleRe: Checkbox reporting wrong values
It is a normal Save Methode which ask the Property from the Checkbox
View ArticleRe: Checkbox reporting wrong values
Hi KevinH,In which event will you confirm the Checked property of the checkbox ?Best Regards,Nan Yu
View ArticleRe: Checkbox reporting wrong values
KevinH95done is a boolean which is filled from database. the problem is, that the checkbox give the wrong value to the vb.net.No the checkbox is on an Website. The Value comes only from checking in...
View ArticleRe: Checkbox reporting wrong values
done is a boolean which is filled from database. the problem is, that the checkbox give the wrong value to the vb.net.No the checkbox is on an Website. The Value comes only from checking in Website
View ArticleRe: Checkbox reporting wrong values
what "done"?Do you have other code to set initial value to the checkbox?
View ArticleCheckbox reporting wrong values
hi,i have the problem, that i habe a web from with an Checkbox. The Checkbox was checked, but in vb.net the property is checked=false.I have no Idea, what the problem.VB-Code:if done <>...
View Article