Click here to Skip to main content
16,019,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: DLL for Windows Forms? Pin
Megidolaon12-Jun-08 0:34
Megidolaon12-Jun-08 0:34 
GeneralRe: DLL for Windows Forms? Pin
DaveyM6912-Jun-08 0:45
professionalDaveyM6912-Jun-08 0:45 
GeneralRe: DLL for Windows Forms? Pin
Megidolaon18-Jun-08 4:03
Megidolaon18-Jun-08 4:03 
QuestionReading a DTD file Pin
chanzeb11-Jun-08 20:59
chanzeb11-Jun-08 20:59 
AnswerRe: Reading a DTD file Pin
leppie11-Jun-08 23:16
leppie11-Jun-08 23:16 
GeneralRe: Reading a DTD file Pin
chanzeb11-Jun-08 23:24
chanzeb11-Jun-08 23:24 
QuestionC# asp.net coding related to datalist controls Pin
RAMTOY11-Jun-08 20:49
RAMTOY11-Jun-08 20:49 
AnswerRe: C# asp.net coding related to datalist controls Pin
Yosh_11-Jun-08 22:47
professionalYosh_11-Jun-08 22:47 
Hey Ram,
clarify some things first.
what is ListItemType? is it a data list view?

also you can change int c = int.Parse(dt.Rows.Count.ToString()); to
int c = dt.Rows.Count cos the return type here is already int.

In the server, what datatypes are used for IsNew and IsSold?

What are the errors, if any?

He who goes for revenge must first dig two graves.

QuestionSQL View Class in C# .Net Pin
am 200911-Jun-08 20:20
am 200911-Jun-08 20:20 
AnswerRe: SQL View Class in C# .Net Pin
leppie11-Jun-08 20:40
leppie11-Jun-08 20:40 
QuestionOne Process for more processors on more server? Pin
softwarejaeger11-Jun-08 20:09
softwarejaeger11-Jun-08 20:09 
AnswerRe: One Process for more processors on more server? Pin
leppie11-Jun-08 20:42
leppie11-Jun-08 20:42 
GeneralRe: One Process for more processors on more server? Pin
softwarejaeger11-Jun-08 21:17
softwarejaeger11-Jun-08 21:17 
GeneralRe: One Process for more processors on more server? Pin
Ashfield11-Jun-08 22:10
Ashfield11-Jun-08 22:10 
Question.Net application in Vista platform, CAS !!!!!???? Pin
Abdul Gafoor11-Jun-08 20:00
Abdul Gafoor11-Jun-08 20:00 
AnswerRe: .Net application in Vista platform, CAS !!!!!???? Pin
stancrm11-Jun-08 20:08
stancrm11-Jun-08 20:08 
Questionstrange decimal rounding Pin
George_George11-Jun-08 19:23
George_George11-Jun-08 19:23 
AnswerRe: strange decimal rounding Pin
Christian Graus11-Jun-08 19:45
protectorChristian Graus11-Jun-08 19:45 
GeneralRe: strange decimal rounding Pin
George_George11-Jun-08 19:53
George_George11-Jun-08 19:53 
AnswerRe: strange decimal rounding Pin
Zoltan Balazs11-Jun-08 22:13
Zoltan Balazs11-Jun-08 22:13 
GeneralRe: strange decimal rounding Pin
George_George12-Jun-08 23:24
George_George12-Jun-08 23:24 
AnswerRe: strange decimal rounding Pin
S. Senthil Kumar12-Jun-08 21:07
S. Senthil Kumar12-Jun-08 21:07 
GeneralRe: strange decimal rounding Pin
George_George12-Jun-08 23:23
George_George12-Jun-08 23:23 
AnswerRe: strange decimal rounding Pin
S. Senthil Kumar13-Jun-08 1:24
S. Senthil Kumar13-Jun-08 1:24 
GeneralRe: strange decimal rounding Pin
George_George15-Jun-08 3:52
George_George15-Jun-08 3:52 

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.