Click here to Skip to main content
15,913,486 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionMerge dll into exe Pin
charbelasmar19-Jul-07 0:53
charbelasmar19-Jul-07 0:53 
AnswerRe: Merge dll into exe Pin
Kevin McFarlane19-Jul-07 2:59
Kevin McFarlane19-Jul-07 2:59 
GeneralRe: Merge dll into exe Pin
Mike Dimmick19-Jul-07 3:12
Mike Dimmick19-Jul-07 3:12 
Question.NET code reverse engineering Pin
K.P.Kannan19-Jul-07 0:32
K.P.Kannan19-Jul-07 0:32 
AnswerRe: .NET code reverse engineering Pin
Mike Dimmick19-Jul-07 3:16
Mike Dimmick19-Jul-07 3:16 
AnswerRe: .NET code reverse engineering Pin
Paul Conrad19-Jul-07 7:32
professionalPaul Conrad19-Jul-07 7:32 
Questionunique values Pin
n_gchaitra18-Jul-07 17:39
n_gchaitra18-Jul-07 17:39 
AnswerRe: unique values Pin
Paul Conrad18-Jul-07 19:29
professionalPaul Conrad18-Jul-07 19:29 
You could just do a query against the database and count the rows returned. Here is a pseudo-sql statement:

SELECT Count(*) FROM {YourTable} WHERE {YourField} = {YourTextBox.Text}

Where {YourTable} is the table in your database, {YourField} is the field you want to check against, and
{YourTextBox} is the textbox containing the value you are checking.

You have to do the real SQL statement yourself, I am just shedding some light for you.

Hope this guides you in the right direction.



"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

GeneralRe: unique values Pin
n_gchaitra19-Jul-07 2:07
n_gchaitra19-Jul-07 2:07 
GeneralRe: unique values Pin
Paul Conrad19-Jul-07 6:55
professionalPaul Conrad19-Jul-07 6:55 
GeneralRe: unique values Pin
n_gchaitra19-Jul-07 18:37
n_gchaitra19-Jul-07 18:37 
GeneralRe: unique values Pin
Paul Conrad19-Jul-07 18:40
professionalPaul Conrad19-Jul-07 18:40 
GeneralRe: unique values Pin
Psycho-*Coder*-Extreme21-Jul-07 18:55
Psycho-*Coder*-Extreme21-Jul-07 18:55 
AnswerRe: unique values Pin
Pete O'Hanlon20-Jul-07 4:43
mvePete O'Hanlon20-Jul-07 4:43 
GeneralRe: unique values Pin
Paul Conrad21-Jul-07 18:34
professionalPaul Conrad21-Jul-07 18:34 
AnswerRe: unique values Pin
Urs Enzler22-Jul-07 6:34
Urs Enzler22-Jul-07 6:34 
QuestionUsing Reflection to iterate through a collection object? Pin
twista17-Jul-07 23:01
twista17-Jul-07 23:01 
AnswerRe: Using Reflection to iterate through a collection object? Pin
Urs Enzler22-Jul-07 22:29
Urs Enzler22-Jul-07 22:29 
GeneralRe: Using Reflection to iterate through a collection object? Pin
twista25-Jul-07 23:55
twista25-Jul-07 23:55 
Question.Net 3.0 installation always fail Pin
George_George16-Jul-07 21:49
George_George16-Jul-07 21:49 
AnswerRe: .Net 3.0 installation always fail Pin
Akhilesh Yadav17-Jul-07 0:09
Akhilesh Yadav17-Jul-07 0:09 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 0:42
George_George17-Jul-07 0:42 
AnswerRe: .Net 3.0 installation always fail Pin
Kevin McFarlane17-Jul-07 0:25
Kevin McFarlane17-Jul-07 0:25 
GeneralRe: .Net 3.0 installation always fail Pin
George_George17-Jul-07 0:37
George_George17-Jul-07 0:37 
GeneralRe: .Net 3.0 installation always fail Pin
Kevin McFarlane17-Jul-07 1:38
Kevin McFarlane17-Jul-07 1:38 

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.