Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using Type and ConstructorInfo: Can't understand why this doesn't work... Pin
User 66583-Jan-09 4:26
User 66583-Jan-09 4:26 
GeneralRe: Using Type and ConstructorInfo: Can't understand why this doesn't work... Pin
Luc Pattyn3-Jan-09 4:28
sitebuilderLuc Pattyn3-Jan-09 4:28 
QuestionQuestion on string.Format(...) Pin
Charith Jayasundara3-Jan-09 4:08
Charith Jayasundara3-Jan-09 4:08 
AnswerRe: Question on string.Format(...) Pin
Colin Angus Mackay3-Jan-09 5:21
Colin Angus Mackay3-Jan-09 5:21 
GeneralRe: Question on string.Format(...) Pin
Charith Jayasundara3-Jan-09 6:17
Charith Jayasundara3-Jan-09 6:17 
GeneralRe: Question on string.Format(...) Pin
Colin Angus Mackay3-Jan-09 6:32
Colin Angus Mackay3-Jan-09 6:32 
GeneralRe: Question on string.Format(...) Pin
Charith Jayasundara3-Jan-09 8:31
Charith Jayasundara3-Jan-09 8:31 
QuestionAutoincrement ID field in a xsd Pin
tharkaway3-Jan-09 2:50
tharkaway3-Jan-09 2:50 
I have a table defined in a xsd that has an autoincrementing field that is used as the key to the table. The application uses ReadXML and WriteXML function to persists the dataset to an XML file. I am curious as to where the next value to use for the autoincrement field is persisted. I would have expected that when creating a new row in the table, the value for the ID field would be one greater than the highest value found in the table after the dataset is read in. It seems however to persist the highest value used in the past, even if those records have been deleted. In my application, when I create a new row, the ID field contains a 6071 when the highest value used before creating a new row was 5995. It does not appear that the autoincrement seed value is stored in the XML file itself, but where else would it be.
QuestionHow to check whether network busy or not? Pin
George_George3-Jan-09 1:20
George_George3-Jan-09 1:20 
AnswerRe: How to check whether network busy or not? Pin
Abhijit Jana3-Jan-09 1:34
professionalAbhijit Jana3-Jan-09 1:34 
GeneralRe: How to check whether network busy or not? Pin
George_George3-Jan-09 1:55
George_George3-Jan-09 1:55 
GeneralRe: How to check whether network busy or not? Pin
Abhijit Jana3-Jan-09 2:25
professionalAbhijit Jana3-Jan-09 2:25 
GeneralRe: How to check whether network busy or not? Pin
George_George3-Jan-09 21:25
George_George3-Jan-09 21:25 
GeneralRe: How to check whether network busy or not? Pin
Abhijit Jana4-Jan-09 0:51
professionalAbhijit Jana4-Jan-09 0:51 
GeneralRe: How to check whether network busy or not? Pin
George_George4-Jan-09 22:30
George_George4-Jan-09 22:30 
AnswerRe: How to check whether network busy or not? Pin
S. Senthil Kumar4-Jan-09 0:34
S. Senthil Kumar4-Jan-09 0:34 
GeneralRe: How to check whether network busy or not? Pin
Abhijit Jana4-Jan-09 0:53
professionalAbhijit Jana4-Jan-09 0:53 
GeneralRe: How to check whether network busy or not? Pin
George_George4-Jan-09 22:31
George_George4-Jan-09 22:31 
GeneralRe: How to check whether network busy or not? Pin
George_George4-Jan-09 22:28
George_George4-Jan-09 22:28 
Questionload the data from data base Pin
abu rakan3-Jan-09 1:18
abu rakan3-Jan-09 1:18 
AnswerRe: load the data from data base Pin
Abhijit Jana3-Jan-09 1:37
professionalAbhijit Jana3-Jan-09 1:37 
QuestionSQL or MySQL with c# Pin
Abdul Rahman Hamidy3-Jan-09 1:03
Abdul Rahman Hamidy3-Jan-09 1:03 
AnswerRe: SQL or MySQL with c# Pin
Henry Minute3-Jan-09 1:49
Henry Minute3-Jan-09 1:49 
GeneralRe: SQL or MySQL with c# Pin
Abdul Rahman Hamidy3-Jan-09 2:35
Abdul Rahman Hamidy3-Jan-09 2:35 
AnswerRe: SQL or MySQL with c# Pin
Aman Bhullar3-Jan-09 5:21
Aman Bhullar3-Jan-09 5:21 

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.