April 29th, 2009 05:29 PM
Never mind I found the answer. Txs
April 27th, 2009 11:07 AM
You are right, I was setting both to the same value. I separated them and it worked.
April 25th, 2009 02:39 PM
Is there a way to dynamically set the SelectedIndex="" from a datagrid tag? I want to set it based on the last modified record.
April 24th, 2009 04:58 PM
On my error message both inspStartTime.StartTime & inspEndTime.EndTime end up being the same values returned. Although they each belogn to a different textbox. Any clues?
for (int...
April 24th, 2009 11:46 AM
I have this class and I need to add an alert in case inspStartTime.TimeID is greater than inspEndTime.TimeID
Each value represents a time e.g. 16:30 if inspStartTime.TimeID = 16:30 and...
April 23rd, 2009 05:39 PM
I have this grid and on doubleclick I'd like to capture the CorrectionID, values to pass on to a new window. Can anyone guide me>
private void dgCorrectionHistory_MouseDoubleClick(object...
April 22nd, 2009 01:57 PM
I have 5 columns towards the end of the code named DataGridTextColumn and I'd like to skip them when the user clicks tab. Is there an easy way to do this, I've tried with...