Click here to Skip to main content
15,906,106 members
Home / Discussions / C#
   

C#

 
Questionchecking, is row exists in table? Pin
Xmen Real 18-Nov-07 5:04
professional Xmen Real 18-Nov-07 5:04 
AnswerRe: checking, is row exists in table? Pin
Colin Angus Mackay18-Nov-07 5:18
Colin Angus Mackay18-Nov-07 5:18 
GeneralRe: checking, is row exists in table? Pin
Xmen Real 18-Nov-07 14:23
professional Xmen Real 18-Nov-07 14:23 
GeneralRe: checking, is row exists in table? Pin
Colin Angus Mackay18-Nov-07 14:25
Colin Angus Mackay18-Nov-07 14:25 
GeneralRe: checking, is row exists in table? Pin
Xmen Real 18-Nov-07 14:32
professional Xmen Real 18-Nov-07 14:32 
QuestionNext Questions... Pin
Jeffrey Walton18-Nov-07 3:21
Jeffrey Walton18-Nov-07 3:21 
AnswerRe: Next Questions... Pin
Luc Pattyn18-Nov-07 3:43
sitebuilderLuc Pattyn18-Nov-07 3:43 
GeneralRe: Next Questions... Pin
Jeffrey Walton18-Nov-07 9:37
Jeffrey Walton18-Nov-07 9:37 
GeneralRe: Next Questions... Pin
Luc Pattyn18-Nov-07 9:56
sitebuilderLuc Pattyn18-Nov-07 9:56 
QuestionPage Setup in ReportViewer Pin
Davood Riazi18-Nov-07 2:54
Davood Riazi18-Nov-07 2:54 
QuestionHow can I run exe file? Pin
ahawari0918-Nov-07 0:32
ahawari0918-Nov-07 0:32 
AnswerRe: How can I run exe file? Pin
Anthony Mushrow18-Nov-07 0:42
professionalAnthony Mushrow18-Nov-07 0:42 
GeneralRe: How can I run exe file? Pin
ahawari0918-Nov-07 1:13
ahawari0918-Nov-07 1:13 
GeneralRe: How can I run exe file? Pin
Luc Pattyn18-Nov-07 1:28
sitebuilderLuc Pattyn18-Nov-07 1:28 
GeneralRe: How can I run exe file? Pin
Colin Angus Mackay18-Nov-07 2:46
Colin Angus Mackay18-Nov-07 2:46 
GeneralRe: How can I run exe file? Pin
Xmen Real 18-Nov-07 14:35
professional Xmen Real 18-Nov-07 14:35 
GeneralRe: How can I run exe file? Pin
Colin Angus Mackay18-Nov-07 14:38
Colin Angus Mackay18-Nov-07 14:38 
GeneralRe: How can I run exe file? Pin
Xmen Real 18-Nov-07 14:53
professional Xmen Real 18-Nov-07 14:53 
AnswerRe: How can I run exe file? Pin
KennyPatel18-Nov-07 19:04
KennyPatel18-Nov-07 19:04 
QuestionControl Button Access Pin
zafax_17-Nov-07 22:23
zafax_17-Nov-07 22:23 
AnswerRe: Control Button Access Pin
pmarfleet17-Nov-07 22:58
pmarfleet17-Nov-07 22:58 
Questiondatatable name is not set Pin
caradri17-Nov-07 21:50
caradri17-Nov-07 21:50 
Hi.
I have the follow:
1. System.Data.DataTable dt = new System.Data.DataTable();
2. dt = dal.Search(findfile.Text); // I receive the data correctly
3. dt.WriteXML(YourSearch);// I'm trying to create a xml file from the datatable
4. Response.TransmitFile(YourSearch);//download xml file

In the thirth row, when i run (compile ok) I receive
"Cannot serialize the DataTable. DataTable name is not set"
What that mean?
thanks.
AnswerRe: datatable name is not set Pin
pmarfleet17-Nov-07 22:53
pmarfleet17-Nov-07 22:53 
AnswerRe: datatable name is not set Pin
itiwant3-Dec-10 7:10
itiwant3-Dec-10 7:10 
Questionhow to switch between languages in windows? Pin
Shaahinm17-Nov-07 21:46
Shaahinm17-Nov-07 21:46 

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.