Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: Input string was not in a correct format #63

Closed
micahsdad1402 opened this issue Oct 19, 2019 · 2 comments
Closed

Exception: Input string was not in a correct format #63

micahsdad1402 opened this issue Oct 19, 2019 · 2 comments
Assignees

Comments

@micahsdad1402
Copy link

When using SampleModule (Video 13), and no Assigned User is selected (there are none in the drop down), there is an exception from Edit.ascx.cs

Line 88: AssignedUserId = Convert.ToInt32(ddlAssignedUser.SelectedValue)

Changed it to AssignedUserId = (ddlAssignedUser.SelectedValue == "") ? 0 : Convert.ToInt32(ddlAssignedUser.SelectedValue)

@ChrisHammond
Copy link
Owner

Thanks for this @micahsdad1402 I will work to get this fix into a new release, along with a VB version of this fix as wel.

@ChrisHammond ChrisHammond self-assigned this Feb 24, 2021
@ChrisHammond
Copy link
Owner

This is resolved in the 10.2 release coming ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants