Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to discover if a method throws an exception [modified] Pin
Russell Jones11-Apr-07 2:19
Russell Jones11-Apr-07 2:19 
QuestionCrystal Reports - DataBase Login - C# Pin
aranhamarvel10-Apr-07 14:12
aranhamarvel10-Apr-07 14:12 
AnswerRe: Crystal Reports - DataBase Login - C# Pin
phantanagu10-Apr-07 16:31
phantanagu10-Apr-07 16:31 
Questiona web page control application Pin
mosee10-Apr-07 13:15
mosee10-Apr-07 13:15 
AnswerRe: a web page control application Pin
Quinten.Miller10-Apr-07 14:49
Quinten.Miller10-Apr-07 14:49 
QuestionHow to create a mail merge application using Asp.NEt & C# Pin
rahulnair10-Apr-07 12:00
rahulnair10-Apr-07 12:00 
AnswerRe: How to create a mail merge application using Asp.NEt & C# Pin
Mark Greenwood10-Apr-07 17:45
Mark Greenwood10-Apr-07 17:45 
QuestionWhy Does by-value-passing object change? Pin
Ali Beirami10-Apr-07 11:15
Ali Beirami10-Apr-07 11:15 
AnswerRe: Why Does by-value-passing object change? Pin
Colin Angus Mackay10-Apr-07 11:35
Colin Angus Mackay10-Apr-07 11:35 
GeneralRe: Why Does by-value-passing object change? Pin
Ali Beirami10-Apr-07 11:43
Ali Beirami10-Apr-07 11:43 
GeneralRe: Why Does by-value-passing object change? Pin
Christian Graus10-Apr-07 11:49
protectorChristian Graus10-Apr-07 11:49 
GeneralRe: Why Does by-value-passing object change? Pin
Ali Beirami10-Apr-07 11:59
Ali Beirami10-Apr-07 11:59 
GeneralRe: Why Does by-value-passing object change? Pin
Russell Jones10-Apr-07 21:39
Russell Jones10-Apr-07 21:39 
GeneralRe: Why Does by-value-passing object change? Pin
Russell Jones10-Apr-07 21:41
Russell Jones10-Apr-07 21:41 
QuestionHow to Export Gridview to Exel sheet in C#.net Pin
sundeeppatil10-Apr-07 11:13
sundeeppatil10-Apr-07 11:13 
QuestionHow to discard invalid (ASCII 0-32) user input in editbox? [modified] Pin
SandeepN10-Apr-07 9:09
SandeepN10-Apr-07 9:09 
AnswerRe: How to discard invalid (ASCII 0-32) user input in editbox? Pin
kubben10-Apr-07 12:15
kubben10-Apr-07 12:15 
GeneralRe: How to discard invalid (ASCII 0-32) user input in editbox? [modified] Pin
SandeepN10-Apr-07 12:39
SandeepN10-Apr-07 12:39 
Thanks for your reply. Thats a good suggestion I appreciate it. But I don't want to restrict use from entering value like ALT + 65 , ALT + 117 which is valid value

Actualy I am sending this value to COM object as BSTR.
That is where I have my business logic written to validate the data entered.
So I wanted to first figure out how to do it in C# and then mimic the similar code in C++.

I found one website where they have table to show DOS equalent characters.
But I want to good technique to check the same

http://petesguide.com/WebStandards/entities/XHTML1.0-UTF-Latin-1entities.html[^]


-- modified at 18:46 Tuesday 10th April, 2007

Sandeep Naik

QuestionXslCompiledTransform.Transform() to a string Pin
eggie510-Apr-07 8:56
eggie510-Apr-07 8:56 
AnswerRe: XslCompiledTransform.Transform() to a string Pin
eggie510-Apr-07 9:24
eggie510-Apr-07 9:24 
QuestionStoring references in a class Pin
Ephoy10-Apr-07 8:39
Ephoy10-Apr-07 8:39 
AnswerRe: Storing references in a class Pin
Martin#10-Apr-07 9:11
Martin#10-Apr-07 9:11 
GeneralRe: Storing references in a class Pin
Ephoy10-Apr-07 10:09
Ephoy10-Apr-07 10:09 
GeneralRe: Storing references in a class [modified] Pin
Martin#11-Apr-07 3:11
Martin#11-Apr-07 3:11 
AnswerRe: Storing references in a class Pin
Scott Dorman10-Apr-07 17:48
professionalScott Dorman10-Apr-07 17:48 

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.