Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: Common tasks in base classes, how? Pin
moazzamahmed6-Apr-06 21:59
moazzamahmed6-Apr-06 21:59 
AnswerRe: Common tasks in base classes, how? Pin
junglerover776-Apr-06 21:07
junglerover776-Apr-06 21:07 
GeneralRe: Common tasks in base classes, how? Pin
Colin Angus Mackay6-Apr-06 22:31
Colin Angus Mackay6-Apr-06 22:31 
QuestionHow to avoid last event from execution when page is refreshed Pin
SrilakshmiD6-Apr-06 20:00
SrilakshmiD6-Apr-06 20:00 
AnswerRe: How to avoid last event from execution when page is refreshed Pin
junglerover776-Apr-06 20:54
junglerover776-Apr-06 20:54 
AnswerRe: How to avoid last event from execution when page is refreshed Pin
sathish s6-Apr-06 23:47
sathish s6-Apr-06 23:47 
QuestionHelp regarding DataGrid Pin
Taimoor Mirza6-Apr-06 19:51
Taimoor Mirza6-Apr-06 19:51 
AnswerRe: Help regarding DataGrid Pin
Maqsood Ahmed7-Apr-06 17:49
Maqsood Ahmed7-Apr-06 17:49 
Hello,
This is because the new row has not been committed in the datatable/datasource which you are using with DataGrid. You can write code in CurrentCellChanged event handler to assure that the changes you made in the datagrid are saved when you leave the cell.

HTH. Cheers.

Maqsood Ahmed - MCAD.net
Kolachi Advanced Technologies
http://www.kolachi.net
Questionhow to start a programe when the system is logged in. Pin
Sunny H6-Apr-06 19:40
Sunny H6-Apr-06 19:40 
AnswerRe: how to start a programe when the system is logged in. Pin
alexey N6-Apr-06 19:47
alexey N6-Apr-06 19:47 
AnswerRe: how to start a programe when the system is logged in. Pin
junglerover776-Apr-06 19:56
junglerover776-Apr-06 19:56 
Questionpass more than one parameters to my stored procedure at a time Pin
Sunny H6-Apr-06 19:36
Sunny H6-Apr-06 19:36 
AnswerRe: pass more than one parameters to my stored procedure at a time Pin
junglerover776-Apr-06 20:06
junglerover776-Apr-06 20:06 
QuestionProblem With TreeView Pin
pavanabollineni6-Apr-06 18:45
pavanabollineni6-Apr-06 18:45 
AnswerRe: Problem With TreeView Pin
sathish s6-Apr-06 19:33
sathish s6-Apr-06 19:33 
GeneralRe: Problem With TreeView Pin
pavanabollineni7-Apr-06 1:17
pavanabollineni7-Apr-06 1:17 
GeneralRe: Problem With TreeView Pin
sathish s7-Apr-06 1:36
sathish s7-Apr-06 1:36 
QuestionFileName with Directory.GetFiles Pin
Expert Coming6-Apr-06 17:56
Expert Coming6-Apr-06 17:56 
AnswerRe: FileName with Directory.GetFiles Pin
alexey N6-Apr-06 18:09
alexey N6-Apr-06 18:09 
AnswerRe: FileName with Directory.GetFiles Pin
Aaron Dilliard7-Apr-06 9:14
Aaron Dilliard7-Apr-06 9:14 
Questionhow to load xml file in c# Pin
ybasha6-Apr-06 17:53
ybasha6-Apr-06 17:53 
QuestionHow to save the text of listbox in hashtable? Pin
njcgf6-Apr-06 17:41
njcgf6-Apr-06 17:41 
AnswerRe: How to save the text of listbox in hashtable? Pin
scoroop6-Apr-06 21:58
scoroop6-Apr-06 21:58 
QuestionA question about Panel Pin
flyinglimy6-Apr-06 17:05
flyinglimy6-Apr-06 17:05 
QuestionInterface Implementation - Returning Inherited Class Pin
sebaaaa6-Apr-06 14:19
sebaaaa6-Apr-06 14:19 

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.