Click here to Skip to main content
16,019,514 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hello everybody

my problem is when i call a function from a class to other like..

DataTable dt = dll.Place1.Boarding_Read(50);


the value 50 is convert in to hexadecimal like 0x000000029 and it gives me record according to 29 ..

i have done all the stuff but not get any solution...

plz help ..its urgent.

thanks in advance
Posted
Updated 24-Sep-10 0:05am
v3
Comments
AspDotNetDev 24-Sep-10 2:47am    
Are you sure you've done "all the stuff"? Did you spank a panda 3 times while whispering into a void's something?
Sandeep Mewara 24-Sep-10 5:27am    
Use comment feature or edit ypur question to update it.
Sandeep Mewara 24-Sep-10 5:28am    
Show the effort you have made, people might point out what you are doing wrong.

1 solution

Quote: "the value 50 is convert in to hexadecimal like 0x000000029".

Are you sure? Hexadecimal 0x29 is decimal 41 so it should be giving you record 41. I would suggest there is a major bug in the dll.Place1.Boarding_Read() function.
 
Share this answer
 
Comments
varun.maism 24-Sep-10 6:03am    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.
varun.maism 24-Sep-10 6:05am    
yup...u r right mr. Richard.thanks a lot .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900