if you getting this error .
You can set the culture in the web.config via the globalization tag.
under the <configuration>
<system.web>
<globalization culture="en-GB"/>
</system.web>
<system.web>
<globalization culture="en-GB"/>
</system.web>
DeptId Name Salary
1 AA 2000
1 AA 3000
2 BB 1000
sql query3 cc 1000
3 cc 4000
DeptId Salary
1 5000
2 1000
3 5000