Click here to Skip to main content
15,915,336 members
Home / Discussions / C#
   

C#

 
QuestionHow to store connection string in global.asax file and web.config file using c# Pin
sacr839-Jul-08 22:50
sacr839-Jul-08 22:50 
QuestionMaskedTextBox Time Validation in Visual C#.Net Pin
somagunasekaran9-Jul-08 21:33
somagunasekaran9-Jul-08 21:33 
QuestionHow to pass value from thread to GUI in C# Pin
Susanmat9-Jul-08 21:32
Susanmat9-Jul-08 21:32 
AnswerRe: How to pass value from thread to GUI in C# Pin
N a v a n e e t h9-Jul-08 22:38
N a v a n e e t h9-Jul-08 22:38 
GeneralRe: How to pass value from thread to GUI in C# Pin
Susanmat9-Jul-08 22:57
Susanmat9-Jul-08 22:57 
GeneralRe: How to pass value from thread to GUI in C# Pin
Daniel Grunwald9-Jul-08 23:22
Daniel Grunwald9-Jul-08 23:22 
GeneralRe: How to pass value from thread to GUI in C# Pin
Susanmat10-Jul-08 0:26
Susanmat10-Jul-08 0:26 
GeneralRe: How to pass value from thread to GUI in C# Pin
N a v a n e e t h10-Jul-08 1:43
N a v a n e e t h10-Jul-08 1:43 
AnswerRe: How to pass value from thread to GUI in C# Pin
RK KL10-Jul-08 5:31
RK KL10-Jul-08 5:31 
GeneralRe: How to pass value from thread to GUI in C# Pin
Susanmat10-Jul-08 21:13
Susanmat10-Jul-08 21:13 
Questionexecute sql Pin
arkiboys9-Jul-08 21:02
arkiboys9-Jul-08 21:02 
AnswerRe: execute sql Pin
Ashfield9-Jul-08 21:24
Ashfield9-Jul-08 21:24 
QuestionConnection to MySQL Pin
D i x y9-Jul-08 19:56
D i x y9-Jul-08 19:56 
AnswerRe: Connection to MySQL Pin
N a v a n e e t h9-Jul-08 20:22
N a v a n e e t h9-Jul-08 20:22 
AnswerRe: Connection to MySQL Pin
User 66589-Jul-08 20:24
User 66589-Jul-08 20:24 
GeneralRe: Connection to MySQL Pin
D i x y9-Jul-08 20:34
D i x y9-Jul-08 20:34 
GeneralRe: Connection to MySQL Pin
User 66589-Jul-08 20:45
User 66589-Jul-08 20:45 
AnswerRe: Connection to MySQL Pin
sacr839-Jul-08 22:58
sacr839-Jul-08 22:58 
QuestionHow to rename a file? Pin
Saiyed Alam9-Jul-08 19:31
Saiyed Alam9-Jul-08 19:31 
AnswerRe: How to rename a file? Pin
User 66589-Jul-08 20:20
User 66589-Jul-08 20:20 
Questionbindingsource.filter syntax question Pin
crash8939-Jul-08 18:39
crash8939-Jul-08 18:39 
Questiontimer does not work Pin
benjamin yap9-Jul-08 18:13
benjamin yap9-Jul-08 18:13 
AnswerRe: timer does not work Pin
mav.northwind9-Jul-08 19:09
mav.northwind9-Jul-08 19:09 
GeneralRe: timer does not work Pin
benjamin yap9-Jul-08 19:34
benjamin yap9-Jul-08 19:34 
GeneralRe: timer does not work Pin
Seishin#9-Jul-08 21:58
Seishin#9-Jul-08 21:58 
Maybe grid's CellValueChanged event - in the event arguments you get the index of the edited row and column index as well..

it's called when the value is commited ex. when the editmode is set to 'doubleclick or f2' [entar] commits value change.

also when you use Convert.To... you don't have to use ToString() on the converted object.

life is study!!!

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.