Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
AnswerRe: code for displaying the read file from .dwg file Pin
Lutosław22-Sep-07 2:18
Lutosław22-Sep-07 2:18 
Questioncode for reading data from .DWG file and write to an excel file Pin
ramyanaidu21-Sep-07 21:39
ramyanaidu21-Sep-07 21:39 
QuestionUsing hyper terminal /telnet in c#.net windows PinPopular
praveenkumar palla21-Sep-07 21:38
praveenkumar palla21-Sep-07 21:38 
AnswerRe: Using hyper terminal /telnet in c#.net windows Pin
Vijayms854-May-11 11:50
Vijayms854-May-11 11:50 
QuestionZipping entire folder using c# Pin
George Mathew21-Sep-07 20:59
George Mathew21-Sep-07 20:59 
AnswerRe: Zipping entire folder using c# Pin
Giorgi Dalakishvili21-Sep-07 22:05
mentorGiorgi Dalakishvili21-Sep-07 22:05 
Questionplz ,how can i make? Pin
prog_mohmmed8621-Sep-07 20:59
prog_mohmmed8621-Sep-07 20:59 
AnswerRe: plz ,how can i make? Pin
Colin Angus Mackay22-Sep-07 1:00
Colin Angus Mackay22-Sep-07 1:00 
prog_mohmmed86 wrote:
how can i do check on the name and password on tha data base and if it not exist on DB.


Well, you...

1. take the input that the user has given you.
2. hash the password (because you are using hashed passwords, right?)
3. call a stored procedure that looks up the user and compares the hashed passwords. This will return a true/false back to to the application.
4. If the password is correct you allow them to continue
5. If the password is wrong you repeat the process or exit the application.

If you want more detail on any of this you have to show where you got stuck. If you take a different design descision you have to tell us what that is.


Upcoming FREE developer events:
* Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ...

My website

GeneralRe: plz ,how can i make? Pin
Paul Conrad22-Sep-07 5:22
professionalPaul Conrad22-Sep-07 5:22 
GeneralRe: plz ,how can i make? Pin
Colin Angus Mackay22-Sep-07 6:14
Colin Angus Mackay22-Sep-07 6:14 
GeneralRe: plz ,how can i make? Pin
Paul Conrad22-Sep-07 6:34
professionalPaul Conrad22-Sep-07 6:34 
GeneralRe: plz ,how can i make? Pin
Pete O'Hanlon23-Sep-07 9:45
mvePete O'Hanlon23-Sep-07 9:45 
Questiontransperent key Pin
Xmen Real 21-Sep-07 20:47
professional Xmen Real 21-Sep-07 20:47 
Questioncode for reading a folder contaning .DWG filesin c# Pin
ramyanaidu21-Sep-07 19:04
ramyanaidu21-Sep-07 19:04 
AnswerRe: code for reading a folder contaning .DWG filesin c# Pin
rashidpervaiz0821-Sep-07 19:22
rashidpervaiz0821-Sep-07 19:22 
Question.SelectedValue property not updated in databound combo box Pin
Keith Vitali21-Sep-07 18:24
Keith Vitali21-Sep-07 18:24 
AnswerRe: .SelectedValue property not updated in databound combo box Pin
Chintan.Desai21-Sep-07 20:23
Chintan.Desai21-Sep-07 20:23 
QuestionCOM type communication between .NET apps? Pin
JoeRip21-Sep-07 16:29
JoeRip21-Sep-07 16:29 
AnswerRe: COM type communication between .NET apps? Pin
Chintan.Desai21-Sep-07 20:28
Chintan.Desai21-Sep-07 20:28 
QuestionHow can I stream on LAN??? Pin
Ibrahim Dwaikat21-Sep-07 12:12
Ibrahim Dwaikat21-Sep-07 12:12 
AnswerRe: How can I stream on LAN??? Pin
#realJSOP21-Sep-07 15:30
professional#realJSOP21-Sep-07 15:30 
GeneralRe: How can I stream on LAN??? Pin
Paul Conrad21-Sep-07 16:43
professionalPaul Conrad21-Sep-07 16:43 
GeneralRe: How can I stream on LAN??? Pin
Ibrahim Dwaikat22-Sep-07 3:19
Ibrahim Dwaikat22-Sep-07 3:19 
GeneralRe: How can I stream on LAN??? Pin
Paul Conrad22-Sep-07 5:21
professionalPaul Conrad22-Sep-07 5:21 
GeneralRe: How can I stream on LAN??? Pin
Ibrahim Dwaikat22-Sep-07 9:22
Ibrahim Dwaikat22-Sep-07 9:22 

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.