Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
nish8520-Aug-07 1:48
nish8520-Aug-07 1:48 
AnswerRe: Import an Exel file Pin
Talal Sultan20-Aug-07 1:54
Talal Sultan20-Aug-07 1:54 
AnswerRe: Import an Exel file Pin
Giorgi Dalakishvili20-Aug-07 2:04
mentorGiorgi Dalakishvili20-Aug-07 2:04 
GeneralRe: Import an Exel file Pin
nish8520-Aug-07 2:58
nish8520-Aug-07 2:58 
GeneralRe: Import an Exel file Pin
Justin Perez20-Aug-07 3:27
Justin Perez20-Aug-07 3:27 
AnswerRe: Import an Exel file Pin
Talal Sultan20-Aug-07 1:53
Talal Sultan20-Aug-07 1:53 
QuestionPlease help in XmlTextReader..............URGENT!!!!! Pin
hemendravyas20-Aug-07 1:31
hemendravyas20-Aug-07 1:31 
AnswerRe: Please help in XmlTextReader..............URGENT!!!!! Pin
Luc Pattyn20-Aug-07 1:55
sitebuilderLuc Pattyn20-Aug-07 1:55 
Hi,

some suggestions:
- read the documentation on the classes you intend to use; that is what documentation
is for;
- XmlWriter.Create() does exist and has many overloads
- show your code in PRE tags, that makes it easier to read
- when a compile error is generated, show it exactly as it is shown to you
- when (later, if it ever will build) an exception occurs, show it with
myException.ToString() and show the outcome in your message
- encoder.GetBytes(p_strXmlFrag) returns a byte array, not a single byte that
you like to call "bytes"; so the destination must be of type byte[]
- don't call your problem urgent, if it is urgent it only means you started too late.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Please help in XmlTextReader..............URGENT!!!!! Pin
hemendravyas20-Aug-07 19:49
hemendravyas20-Aug-07 19:49 
QuestionUploading DB files -getting list of tables--c#.net2.0--Plz help-Urgent Pin
svignesh20-Aug-07 1:25
svignesh20-Aug-07 1:25 
AnswerRe: Uploading DB files -getting list of tables--c#.net2.0--Plz help-Urgent Pin
Eduard Keilholz20-Aug-07 2:50
Eduard Keilholz20-Aug-07 2:50 
Questionhow to invoke stored procedures in SQL server via form Pin
prasadbuddhika20-Aug-07 1:22
prasadbuddhika20-Aug-07 1:22 
AnswerRe: how to invoke stored procedures in SQL server via form Pin
Eduard Keilholz20-Aug-07 2:48
Eduard Keilholz20-Aug-07 2:48 
QuestionChanging crystal report connection at runtime Pin
-spy-20-Aug-07 1:18
-spy-20-Aug-07 1:18 
AnswerRe: Changing crystal report connection at runtime Pin
sathish s20-Aug-07 3:14
sathish s20-Aug-07 3:14 
GeneralRe: Changing crystal report connection at runtime Pin
-spy-20-Aug-07 4:46
-spy-20-Aug-07 4:46 
AnswerRe: Changing crystal report connection at runtime Pin
mjmcinto20-Aug-07 3:49
mjmcinto20-Aug-07 3:49 
GeneralRe: Changing crystal report connection at runtime Pin
-spy-20-Aug-07 4:45
-spy-20-Aug-07 4:45 
Questionproblem in xmlserialization for arraylist Pin
cyn820-Aug-07 0:41
cyn820-Aug-07 0:41 
AnswerRe: problem in xmlserialization for arraylist Pin
Hessam Jalali20-Aug-07 2:12
Hessam Jalali20-Aug-07 2:12 
GeneralRe: problem in xmlserialization for arraylist Pin
cyn820-Aug-07 15:09
cyn820-Aug-07 15:09 
GeneralRe: problem in xmlserialization for arraylist Pin
cyn820-Aug-07 16:51
cyn820-Aug-07 16:51 
QuestionLosing COM event handlers in C# [modified] Pin
Vitaly Tomilov20-Aug-07 0:14
Vitaly Tomilov20-Aug-07 0:14 
AnswerRe: Losing COM event handlers in C# Pin
Vitaly Tomilov20-Aug-07 1:28
Vitaly Tomilov20-Aug-07 1:28 
Questionunable to display MySQL DateTime DataType Values in Crystal Reports using C#.NET 2.0 XML Schema Pin
raju572520-Aug-07 0:08
raju572520-Aug-07 0:08 

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.