Click here to Skip to main content
15,915,094 members
Home / Discussions / C#
   

C#

 
QuestionExport to Excel From Data Grid In C# Windows Application Pin
ManojKumar195-Jul-09 3:52
ManojKumar195-Jul-09 3:52 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
Christian Graus5-Jul-09 4:09
protectorChristian Graus5-Jul-09 4:09 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
Henry Minute5-Jul-09 4:09
Henry Minute5-Jul-09 4:09 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
dan!sh 5-Jul-09 5:24
professional dan!sh 5-Jul-09 5:24 
GeneralRe: Export to Excel From Data Grid In C# Windows Application Pin
ManojKumar195-Jul-09 6:39
ManojKumar195-Jul-09 6:39 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
FilipKrnjic6-Jul-09 0:22
FilipKrnjic6-Jul-09 0:22 
GeneralRe: Export to Excel From Data Grid In C# Windows Application Pin
ManojKumar196-Jul-09 6:23
ManojKumar196-Jul-09 6:23 
Generalrequest for 70-526 Pin
2222222222225-Jul-09 3:26
2222222222225-Jul-09 3:26 
GeneralRe: request for 70-526 Pin
Alan N5-Jul-09 3:44
Alan N5-Jul-09 3:44 
GeneralRe: request for 70-526 Pin
OriginalGriff5-Jul-09 3:54
mveOriginalGriff5-Jul-09 3:54 
GeneralRe: request for 70-526 Pin
Christian Graus5-Jul-09 4:08
protectorChristian Graus5-Jul-09 4:08 
GeneralRe: request for 70-526 Pin
Sergey Alexandrovich Kryukov18-Oct-13 5:30
mvaSergey Alexandrovich Kryukov18-Oct-13 5:30 
Questionrequest for sending 70-526 dumps. Pin
2222222222225-Jul-09 3:24
2222222222225-Jul-09 3:24 
QuestionGenerating a graph with Crystal Report ? Pin
Mohammad Dayyan5-Jul-09 3:04
Mohammad Dayyan5-Jul-09 3:04 
QuestionHelp with webBrowser control resource use Pin
labdakos5-Jul-09 3:02
labdakos5-Jul-09 3:02 
Questionconnecting to usb via c# program Pin
majem5-Jul-09 2:17
majem5-Jul-09 2:17 
QuestionWhat is the differentation between Convert.ToInt32() and (int) Casting Pin
dataminers5-Jul-09 1:36
dataminers5-Jul-09 1:36 
AnswerRe: What is the differentation between Convert.ToInt32() and (int) Casting Pin
dan!sh 5-Jul-09 2:16
professional dan!sh 5-Jul-09 2:16 
AnswerRe: What is the differentation between Convert.ToInt32() and (int) Casting Pin
OriginalGriff5-Jul-09 2:25
mveOriginalGriff5-Jul-09 2:25 
Convert.ToInt32 (and related int convertions) convert with banker's rounding whenever the argument is of type Decimal, float, or double. (i.e. if the input is between two integers, it returns the even integer.)

The (int) cast will only truncate - ie throw away the fractional part.

In addition, (int) will only work on numeric types while Convert.ToInt32 is overloaded to work with a wide range of data types.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

QuestionWhat is the diffirentation between Stack and Stack<Person> Pin
dataminers5-Jul-09 1:00
dataminers5-Jul-09 1:00 
AnswerRe: What is the diffirentation between Stack and Stack<Person> [modified] Pin
Luc Pattyn5-Jul-09 1:10
sitebuilderLuc Pattyn5-Jul-09 1:10 
GeneralRe: What is the diffirentation between Stack and Stack<Person> Pin
dataminers5-Jul-09 1:29
dataminers5-Jul-09 1:29 
GeneralRe: What is the diffirentation between Stack and Stack<Person> Pin
Luc Pattyn5-Jul-09 1:33
sitebuilderLuc Pattyn5-Jul-09 1:33 
GeneralRe: What is the diffirentation between Stack and Stack<Person> Pin
OriginalGriff5-Jul-09 1:36
mveOriginalGriff5-Jul-09 1:36 
QuestionForm.Hide() doesn't work Pin
Javango4-Jul-09 23:11
Javango4-Jul-09 23:11 

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.