Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
QuestionInterview question - adding using A RecursiveAlgorithm Pin
anthonyjames5-Aug-15 12:18
anthonyjames5-Aug-15 12:18 
GeneralRe: Interview question - adding using A RecursiveAlgorithm Pin
PIEBALDconsult5-Aug-15 13:15
mvePIEBALDconsult5-Aug-15 13:15 
GeneralRe: Interview question - adding using A RecursiveAlgorithm Pin
anthonyjames5-Aug-15 13:35
anthonyjames5-Aug-15 13:35 
AnswerRe: Interview question - adding using A RecursiveAlgorithm Pin
Dave Kreskowiak5-Aug-15 13:37
mveDave Kreskowiak5-Aug-15 13:37 
GeneralRe: Interview question - adding using A RecursiveAlgorithm Pin
anthonyjames5-Aug-15 13:43
anthonyjames5-Aug-15 13:43 
GeneralRe: Interview question - adding using A RecursiveAlgorithm Pin
Dave Kreskowiak5-Aug-15 13:56
mveDave Kreskowiak5-Aug-15 13:56 
QuestionIm curious of answers Pin
Jesse Glover5-Aug-15 9:30
Jesse Glover5-Aug-15 9:30 
AnswerRe: Im curious of answers Pin
Ravi Bhavnani5-Aug-15 9:41
professionalRavi Bhavnani5-Aug-15 9:41 
GeneralRe: Im curious of answers Pin
Jesse Glover5-Aug-15 9:43
Jesse Glover5-Aug-15 9:43 
GeneralRe: Im curious of answers Pin
Ravi Bhavnani5-Aug-15 9:49
professionalRavi Bhavnani5-Aug-15 9:49 
GeneralRe: Im curious of answers Pin
Jesse Glover5-Aug-15 10:31
Jesse Glover5-Aug-15 10:31 
AnswerRe: Im curious of answers Pin
Mycroft Holmes5-Aug-15 14:26
professionalMycroft Holmes5-Aug-15 14:26 
GeneralRe: Im curious of answers Pin
Jesse Glover5-Aug-15 14:29
Jesse Glover5-Aug-15 14:29 
GeneralRe: Im curious of answers Pin
Mycroft Holmes5-Aug-15 14:47
professionalMycroft Holmes5-Aug-15 14:47 
GeneralRe: Im curious of answers Pin
pkfox6-Aug-15 20:34
professionalpkfox6-Aug-15 20:34 
QuestionGet a partial string reading PORT via rs232 Pin
goldsoft5-Aug-15 8:49
goldsoft5-Aug-15 8:49 
AnswerRe: Get a partial string reading PORT via rs232 Pin
PIEBALDconsult5-Aug-15 9:41
mvePIEBALDconsult5-Aug-15 9:41 
AnswerRe: Get a partial string reading PORT via rs232 Pin
Ravi Bhavnani5-Aug-15 9:47
professionalRavi Bhavnani5-Aug-15 9:47 
GeneralRe: Get a partial string reading PORT via rs232 Pin
goldsoft5-Aug-15 20:07
goldsoft5-Aug-15 20:07 
QuestionMaintain scroll position in datagrid after edit: Silverlight and c# Pin
Member 77023085-Aug-15 2:48
Member 77023085-Aug-15 2:48 
Using Silverlight and c#:
I have a datagrid having PropertyGroupDescription added to it and also have Item templates in it.. If I edit a row which is exist in the middle of the grid..after saving that data by using that save button in the panel...what happened is the data grid rebinding and the pointer goes to the first record in the datagrid. I want the scroll to maintain its position to the row which is edited after its ItemSource is changed. I tried using ScrollIntoView as follows:

tblSessionDataGrid.Focus();

tblSessionDataGrid.SelectedItem = objSelectedItem;

tblSessionDataGrid.CurrentColumn = tblSessionDataGrid.Columns[0];

tblSessionDataGrid.ScrollIntoView(objSelectedItem, tblSessionDataGrid.Columns[0]);

But its now working. Can anyone please suggest where I am going wrong?
Questionlooking for C# sample code reading weight Through rs232 - WinForm Pin
goldsoft5-Aug-15 1:09
goldsoft5-Aug-15 1:09 
AnswerRe: looking for C# sample code reading weight Through rs232 - WinForm Pin
OriginalGriff5-Aug-15 1:25
mveOriginalGriff5-Aug-15 1:25 
AnswerRe: looking for C# sample code reading weight Through rs232 - WinForm Pin
HaldorPhil20-Aug-15 6:36
HaldorPhil20-Aug-15 6:36 
Question#SNMP not return values of ifInObtets, ifOutObtets, ifSpeed when query. Pin
LeHuuTien4-Aug-15 16:49
LeHuuTien4-Aug-15 16:49 
QuestionRe: #SNMP get values of ifInObtets, ifOutObtets, ifSpeed based on OID Pin
ZurdoDev5-Aug-15 1:15
professionalZurdoDev5-Aug-15 1:15 

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.