Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: error in xml validation with xsd(schema) Pin
praveenkumar palla26-Apr-07 3:23
praveenkumar palla26-Apr-07 3:23 
Questionxml validation with xsd(schema) Pin
praveenkumar palla25-Apr-07 22:51
praveenkumar palla25-Apr-07 22:51 
QuestionHow to convert .doc to pdf in asp.net using c# Pin
attalurisubbu25-Apr-07 22:46
attalurisubbu25-Apr-07 22:46 
AnswerRe: How to convert .doc to pdf in asp.net using c# Pin
Christian Graus25-Apr-07 23:27
protectorChristian Graus25-Apr-07 23:27 
AnswerRe: How to convert .doc to pdf in asp.net using c# Pin
suibian_sx25-Apr-07 23:42
suibian_sx25-Apr-07 23:42 
QuestionError: A namespace does not directly contain members such as fields or methods Pin
cole2325-Apr-07 22:19
cole2325-Apr-07 22:19 
AnswerRe: Error: A namespace does not directly contain members such as fields or methods Pin
xibeifeijian25-Apr-07 22:22
xibeifeijian25-Apr-07 22:22 
AnswerRe: Error: A namespace does not directly contain members such as fields or methods Pin
Pete O'Hanlon25-Apr-07 22:27
mvePete O'Hanlon25-Apr-07 22:27 
I assume that this code segment appears as the very end of the class definition. Your errors are the semi colon at the end of the method declaration and the use of a closing bracket instead of an opening bracket immediately afterwards. Rewrite this as:
  private void cmdWrite_Click(object sender, EventArgs e)
  {
    writeID(txtTxmID0.Text.ToUpper(),txtTxmID1.Text.ToUpper(),txtTxmID2.Text.ToUpper(), txtTxmID3.Text.ToUpper(), txtTxmID4.Text.ToUpper(),txtTxmID5.Text.ToUpper());
  }
} // This one is needed to close the namespace.


Deja View - the feeling that you've seen this post before.

QuestionSpecifying Environment variable in Post-Build Event Pin
kumar.bs25-Apr-07 20:58
kumar.bs25-Apr-07 20:58 
AnswerRe: Specifying Environment variable in Post-Build Event Pin
Martin#25-Apr-07 21:26
Martin#25-Apr-07 21:26 
AnswerRe: Specifying Environment variable in Post-Build Event Pin
Jaiprakash M Bankolli25-Apr-07 22:05
Jaiprakash M Bankolli25-Apr-07 22:05 
GeneralRe: Specifying Environment variable in Post-Build Event Pin
kumar.bs25-Apr-07 22:17
kumar.bs25-Apr-07 22:17 
QuestionHow to Display Data (Urgent) Pin
Sanjib Raj25-Apr-07 20:44
Sanjib Raj25-Apr-07 20:44 
AnswerRe: How to Display Data (Urgent) Pin
Christian Graus25-Apr-07 21:12
protectorChristian Graus25-Apr-07 21:12 
AnswerRe: How to Display Data (Urgent) Pin
Jaiprakash M Bankolli25-Apr-07 22:06
Jaiprakash M Bankolli25-Apr-07 22:06 
AnswerRe: How to Display Data (Urgent) Pin
Nouman Bhatti26-Apr-07 0:29
Nouman Bhatti26-Apr-07 0:29 
Questionhow execute multi SQL command (C# - ADO.NET) Pin
zeroonea25-Apr-07 20:14
zeroonea25-Apr-07 20:14 
AnswerRe: how execute multi SQL command (C# - ADO.NET) Pin
Vikram A Punathambekar25-Apr-07 20:59
Vikram A Punathambekar25-Apr-07 20:59 
AnswerRe: how execute multi SQL command (C# - ADO.NET) Pin
Jaiprakash M Bankolli25-Apr-07 22:15
Jaiprakash M Bankolli25-Apr-07 22:15 
QuestionHow to parse csv file into xml file Pin
DON34525-Apr-07 19:44
DON34525-Apr-07 19:44 
AnswerRe: How to parse csv file into xml file Pin
coolestCoder25-Apr-07 19:49
coolestCoder25-Apr-07 19:49 
GeneralRe: How to parse csv file into xml file Pin
DON34525-Apr-07 20:09
DON34525-Apr-07 20:09 
GeneralRe: How to parse csv file into xml file Pin
Rudolf Jan26-Apr-07 0:41
Rudolf Jan26-Apr-07 0:41 
GeneralRe: How to parse csv file into xml file Pin
DON34526-Apr-07 2:39
DON34526-Apr-07 2:39 
AnswerRe: How to parse csv file into xml file Pin
Vikram A Punathambekar25-Apr-07 21:04
Vikram A Punathambekar25-Apr-07 21:04 

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.