Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Error : Input String was not in correct format. Try this : 1. First set the parameter name and sql data type for sqlcommand. 2. Set value for the parameter name. Ex: [code=asp.net]sqlcommand.Parameters.Add("@Name",sqlDbType.varchar) sqlcommand.Parameters("@Name").value = value[/code] :) Hope this will resolve your issue. Share the knowledge and increase it.... :)
The End.
Saravanan M