Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to read Mobile no digit by digit? Pin
Tamimi - Code9-Jul-07 1:56
Tamimi - Code9-Jul-07 1:56 
AnswerRe: how to read Mobile no digit by digit? Pin
valerian.precop9-Jul-07 2:31
valerian.precop9-Jul-07 2:31 
QuestionAfter editing a dataset my changes are not visible in the datagrid Pin
kudorgyozo9-Jul-07 1:32
kudorgyozo9-Jul-07 1:32 
AnswerRe: After editing a dataset my changes are not visible in the datagrid [modified] Pin
Martin#9-Jul-07 1:43
Martin#9-Jul-07 1:43 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
kudorgyozo9-Jul-07 1:54
kudorgyozo9-Jul-07 1:54 
AnswerRe: After editing a dataset my changes are not visible in the datagrid Pin
sam#9-Jul-07 1:59
sam#9-Jul-07 1:59 
Generalstill not working... Pin
kudorgyozo9-Jul-07 2:10
kudorgyozo9-Jul-07 2:10 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
sam#9-Jul-07 2:21
sam#9-Jul-07 2:21 
sorry!! i didn't see your code.there are two mistakes.
1. Firstly when you added Column you specified their Type as Boolean and now u r changing the values.
2.when you assign the data source property with out making any table style structure it automatically generate table style for it.
put DataGrid1.TableStyles.Clear() before reassigning data source and then use refresh
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
kudorgyozo9-Jul-07 2:35
kudorgyozo9-Jul-07 2:35 
GeneralRe: After editing a dataset my changes are not visible in the datagrid Pin
sam#9-Jul-07 2:58
sam#9-Jul-07 2:58 
Questionproblem in running c# using sql server in other client Pin
asdf17539-Jul-07 1:28
asdf17539-Jul-07 1:28 
AnswerRe: problem in running c# using sql server in other client Pin
originSH9-Jul-07 1:33
originSH9-Jul-07 1:33 
Questionproblem in running c# using sql server in other client Pin
asdf17539-Jul-07 1:27
asdf17539-Jul-07 1:27 
AnswerRe: problem in running c# using sql server in other client Pin
Paul Conrad13-Jul-07 13:15
professionalPaul Conrad13-Jul-07 13:15 
QuestionXMLHTTP40Class Status 500 error. Pin
ramdil9-Jul-07 1:17
ramdil9-Jul-07 1:17 
AnswerRe: XMLHTTP40Class Status 500 error. Pin
Pete O'Hanlon9-Jul-07 1:37
mvePete O'Hanlon9-Jul-07 1:37 
GeneralRe: XMLHTTP40Class Status 500 error. Pin
ramdil9-Jul-07 2:40
ramdil9-Jul-07 2:40 
AnswerRe: XMLHTTP40Class Status 500 error. Pin
Vasudevan Deepak Kumar9-Jul-07 2:04
Vasudevan Deepak Kumar9-Jul-07 2:04 
GeneralRe: XMLHTTP40Class Status 500 error. Pin
ramdil9-Jul-07 3:01
ramdil9-Jul-07 3:01 
QuestionCheckbox in datagrid [modified] Pin
pmartike9-Jul-07 0:42
pmartike9-Jul-07 0:42 
AnswerRe: Checkbox in datagrid Pin
Ron.S9-Jul-07 1:04
Ron.S9-Jul-07 1:04 
GeneralRe: Checkbox in datagrid Pin
pmartike9-Jul-07 1:15
pmartike9-Jul-07 1:15 
AnswerRe: Checkbox in datagrid Pin
sam#9-Jul-07 1:57
sam#9-Jul-07 1:57 
GeneralRe: Checkbox in datagrid Pin
pmartike9-Jul-07 2:14
pmartike9-Jul-07 2:14 
GeneralRe: Checkbox in datagrid Pin
sam#9-Jul-07 2:23
sam#9-Jul-07 2:23 

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.