Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In database table i have set field as bigint, from c# coding i am sending the value as long datatype (using edmx) , if i use static value 1 then its getting stored, by using the following format unable to store the value such as

long _Storevar= convert.int64(dropdownlist1.SelectedValue);
(this _Storevar passing to the class properties created by edmx from there to database)
Note : In edmx table bigint represents as Int64(checked in properties). where the problem occurs..? (my operating system is in 32 bit).. please give me suggestion about where i have done mistake?
Posted
Comments
tanweer 8-Oct-13 8:50am    
what is your issue, please post your assignment code where you are attempting to convert the data, if any exception then please post it here

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