Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hide Main Menu and Toolbar Pin
AmbiguousName16-Sep-14 1:43
AmbiguousName16-Sep-14 1:43 
GeneralRe: Hide Main Menu and Toolbar Pin
OriginalGriff16-Sep-14 1:54
mveOriginalGriff16-Sep-14 1:54 
GeneralRe: Hide Main Menu and Toolbar Pin
OriginalGriff16-Sep-14 1:54
mveOriginalGriff16-Sep-14 1:54 
GeneralRe: Hide Main Menu and Toolbar Pin
AmbiguousName16-Sep-14 2:38
AmbiguousName16-Sep-14 2:38 
GeneralRe: Hide Main Menu and Toolbar Pin
Eddy Vluggen16-Sep-14 3:01
professionalEddy Vluggen16-Sep-14 3:01 
GeneralRe: Hide Main Menu and Toolbar Pin
Alan N16-Sep-14 5:28
Alan N16-Sep-14 5:28 
GeneralRe: Hide Main Menu and Toolbar Pin
Ravi Bhavnani16-Sep-14 2:39
professionalRavi Bhavnani16-Sep-14 2:39 
Questionproblem in a query Pin
Mohammad Kamali(mo_kml)15-Sep-14 23:06
Mohammad Kamali(mo_kml)15-Sep-14 23:06 
hello to everybody
i have a class that it name is diver and another class that i called it time.driver has a property iset. i use entity framework for connect to my database.now i want to add an object time to time property of driver.=>add to Driver.time
but when i fill the time and i want to show it to the datagrid it show the count of time in datagrid .where is my problem
this is my query code.

<c#>
C#
string value = DriverStatusGridView.Rows[DriverStatusGridView.CurrentRow.Index].Cells[2].Value.ToString();
          var SearchTime = (from Search in Context.Drivers
                            where (Search.InternationalCode == value)
                            select Search.Time).ToList();


          TimeGridView.DataSource = SearchTime;


<c#>
thank you ALL
Questionerror to connect a class to the entity Pin
Mohammad Kamali(mo_kml)15-Sep-14 23:01
Mohammad Kamali(mo_kml)15-Sep-14 23:01 
QuestionI loose my time in config files Pin
Bastien Vandamme15-Sep-14 16:33
Bastien Vandamme15-Sep-14 16:33 
AnswerRe: I loose my time in config files Pin
Dave Kreskowiak15-Sep-14 17:37
mveDave Kreskowiak15-Sep-14 17:37 
AnswerRe: I loose my time in config files Pin
Kornfeld Eliyahu Peter15-Sep-14 19:39
professionalKornfeld Eliyahu Peter15-Sep-14 19:39 
AnswerRe: I loose my time in config files Pin
Pete O'Hanlon15-Sep-14 20:43
mvePete O'Hanlon15-Sep-14 20:43 
AnswerRe: I loose my time in config files Pin
Richard MacCutchan15-Sep-14 21:26
mveRichard MacCutchan15-Sep-14 21:26 
AnswerRe: I loose my time in config files Pin
OriginalGriff15-Sep-14 22:33
mveOriginalGriff15-Sep-14 22:33 
AnswerRe: I loose my time in config files Pin
V.15-Sep-14 22:53
professionalV.15-Sep-14 22:53 
Questionlisten connection to sql database Pin
GIANGPZO15-Sep-14 16:27
professionalGIANGPZO15-Sep-14 16:27 
AnswerRe: listen connection to sql database Pin
Wendelius15-Sep-14 17:56
mentorWendelius15-Sep-14 17:56 
GeneralRe: listen connection to sql database Pin
GIANGPZO17-Sep-14 16:36
professionalGIANGPZO17-Sep-14 16:36 
QuestionRegEx grouping question Pin
SledgeHammer0115-Sep-14 13:51
SledgeHammer0115-Sep-14 13:51 
AnswerRe: RegEx grouping question Pin
PIEBALDconsult15-Sep-14 14:29
mvePIEBALDconsult15-Sep-14 14:29 
AnswerRe: RegEx grouping question Pin
Kenneth Haugland15-Sep-14 16:07
mvaKenneth Haugland15-Sep-14 16:07 
GeneralRe: RegEx grouping question Pin
SledgeHammer0115-Sep-14 17:10
SledgeHammer0115-Sep-14 17:10 
GeneralRe: RegEx grouping question Pin
PIEBALDconsult15-Sep-14 18:19
mvePIEBALDconsult15-Sep-14 18:19 
GeneralRe: RegEx grouping question Pin
SledgeHammer0115-Sep-14 18:27
SledgeHammer0115-Sep-14 18:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.