Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to cancel any keyboard stroke? Pin
Hussam Fattahi3-Jan-07 10:11
Hussam Fattahi3-Jan-07 10:11 
AnswerRe: How to cancel any keyboard stroke? Pin
Daniel Grunwald3-Jan-07 9:10
Daniel Grunwald3-Jan-07 9:10 
GeneralRe: How to cancel any keyboard stroke? Pin
Pete O'Hanlon3-Jan-07 9:15
mvePete O'Hanlon3-Jan-07 9:15 
GeneralRe: How to cancel any keyboard stroke? Pin
lost in transition 4-Jan-07 11:09
lost in transition 4-Jan-07 11:09 
AnswerDisabling cntrl + alt + del in Windows Pin
Ennis Ray Lynch, Jr.3-Jan-07 15:28
Ennis Ray Lynch, Jr.3-Jan-07 15:28 
QuestionString chopping Pin
Sam Heller3-Jan-07 5:56
Sam Heller3-Jan-07 5:56 
AnswerRe: String chopping Pin
Judah Gabriel Himango3-Jan-07 6:03
sponsorJudah Gabriel Himango3-Jan-07 6:03 
GeneralRe: String chopping Pin
Sam Heller3-Jan-07 6:08
Sam Heller3-Jan-07 6:08 
GeneralRe: String chopping Pin
Judah Gabriel Himango3-Jan-07 6:14
sponsorJudah Gabriel Himango3-Jan-07 6:14 
GeneralRe: String chopping Pin
led mike3-Jan-07 6:09
led mike3-Jan-07 6:09 
GeneralRe: String chopping Pin
Judah Gabriel Himango3-Jan-07 6:19
sponsorJudah Gabriel Himango3-Jan-07 6:19 
QuestionStart Open File Dialog in Thumbnail View Pin
dbrenth3-Jan-07 5:54
dbrenth3-Jan-07 5:54 
Questionlogin page problam Pin
dhakera3-Jan-07 5:26
dhakera3-Jan-07 5:26 
AnswerRe: login page problam Pin
Tyler453-Jan-07 5:38
Tyler453-Jan-07 5:38 
GeneralRe: login page problam Pin
Tyler453-Jan-07 5:42
Tyler453-Jan-07 5:42 
GeneralRe: login page problam Pin
Colin Angus Mackay3-Jan-07 5:57
Colin Angus Mackay3-Jan-07 5:57 
OMG | :OMG: You store your passwords in clear text! Remind me never to your your site.

You also extract all the rows in the users table and iterate over them. That might be fine if you only have a couple of dozen users, but if the site is large this is extremely inefficient. I suggest adding some filters in the WHERE clause on the SQL statement.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

GeneralRe: login page problam Pin
Tyler453-Jan-07 6:09
Tyler453-Jan-07 6:09 
AnswerRe: login page problam Pin
Bassam Saoud3-Jan-07 7:45
Bassam Saoud3-Jan-07 7:45 
AnswerRe: login page problam Pin
lost in transition 4-Jan-07 11:10
lost in transition 4-Jan-07 11:10 
QuestionReferencing a .NET 2 assembly in a .NET1.1 Application [modified] Pin
MrEyes3-Jan-07 4:48
MrEyes3-Jan-07 4:48 
AnswerRe: Referencing a .NET 2 assembly in a .NET1.1 Application Pin
Judah Gabriel Himango3-Jan-07 5:23
sponsorJudah Gabriel Himango3-Jan-07 5:23 
GeneralRe: Referencing a .NET 2 assembly in a .NET1.1 Application Pin
MrEyes3-Jan-07 5:31
MrEyes3-Jan-07 5:31 
GeneralRe: Referencing a .NET 2 assembly in a .NET1.1 Application Pin
Judah Gabriel Himango3-Jan-07 5:53
sponsorJudah Gabriel Himango3-Jan-07 5:53 
QuestionWMI unable to connect to some machines Pin
Muhammad Nauman Yousuf3-Jan-07 4:42
Muhammad Nauman Yousuf3-Jan-07 4:42 
AnswerRe: WMI unable to connect to some machines Pin
Dave Kreskowiak3-Jan-07 5:33
mveDave Kreskowiak3-Jan-07 5:33 

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.