Click here to Skip to main content
15,908,264 members

Comments by shaimaa 2 (Top 6 by date)

shaimaa 2 6-Jun-11 13:49pm View    
it is float
shaimaa 2 6-Jun-11 11:58am View    
I think i did not explain my problem in good way i search about solve my problem but all of that answer not what i want i make project and i define some parameter as float and in coding in windows form i must make all parameter as string i make some parameter data type as datetime i write statement like that[ dateTimePicker2.Value = DateTime.Parse(dr["hireDate"].ToString());] to convert data type to string so i want to repeat that but with change that what i want to convert is float not datetime
shaimaa 2 5-Jun-11 18:37pm View    
txt_credite.Text = dr["credit"].ToString();
THAT DATATYPE OF CREDIT IS FLOAT AND I WANT TO CONVERT IT TO STRING HOW WRITE IT
shaimaa 2 23-May-11 14:42pm View    
ok i make project c# and i make some thing error that delete that project from where i save it and i have copy from it i want to add to visual studio to open it again but the design not appear
shaimaa 2 22-May-11 16:49pm View    
ok but it not work without error what that mean when i debug the form