Click here to Skip to main content
15,914,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to fine the length of array if it dosenot contain any value. [modified] (Solved) Pin
rahul.net1127-Apr-08 19:49
rahul.net1127-Apr-08 19:49 
AnswerRe: How to fine the length of array if it dosenot contain any value. [modified] (Solved) Pin
Christian Graus27-Apr-08 19:57
protectorChristian Graus27-Apr-08 19:57 
Generalpage.loadControl(string virtualpath) Pin
ptvce27-Apr-08 19:36
ptvce27-Apr-08 19:36 
GeneralRe: page.loadControl(string virtualpath) Pin
Moghan27-Apr-08 19:52
Moghan27-Apr-08 19:52 
GeneralRe: page.loadControl(string virtualpath) Pin
ptvce27-Apr-08 20:36
ptvce27-Apr-08 20:36 
GeneralDate time Conversion- Help! Pin
Moghan27-Apr-08 19:33
Moghan27-Apr-08 19:33 
GeneralRe: Date time Conversion- Help! Pin
Christian Graus27-Apr-08 19:47
protectorChristian Graus27-Apr-08 19:47 
GeneralImplement CAPTCHA on LogInControl Pin
AlexeiXX327-Apr-08 19:30
AlexeiXX327-Apr-08 19:30 
Ive been searching for any implementations of logincontrol with CAPTCHA
Ive founf a few, but none of them is what i have in mind
The "Best" i found (4guysfromrolla) always requires the user to input the captcha code

What i want is to only requiere captcha after 3 failed attemps (In a n mins period)
Using asp membership to lockout a user is not an option


Im have the following options and problems:

Option: I could count the failed attemps in the session, viewstate, etc
Problem: If the user closes the page, the count will be restarted
Problem: If it is an automated user, it can create a new session on each request

Option: Use IP to track retries
Problem: If it is an automated user, it can use proxies, and so can a normal user
Problem: Not all people has public IP, and if i use this approach, i would be requiring all users behind the blocked IP to imput the captcha control

Has anyone implemented something similar?
Please lt me know of any other ideas you might have

Thanks in advance

Alexei Rodriguez

Questionhow to handle javascript in the when drop down control is in update panel Pin
lakshmichawala27-Apr-08 18:34
lakshmichawala27-Apr-08 18:34 
AnswerRe: how to handle javascript in the when drop down control is in update panel Pin
AlexeiXX327-Apr-08 18:51
AlexeiXX327-Apr-08 18:51 
GeneralRe: how to handle javascript in the when drop down control is in update panel Pin
lakshmichawala27-Apr-08 19:08
lakshmichawala27-Apr-08 19:08 
AnswerRe: how to handle javascript in the when drop down control is in update panel Pin
Dotnetkanna27-Apr-08 23:55
Dotnetkanna27-Apr-08 23:55 
QuestionHow to refresh data on Web User Control after a pop up is closed ? Pin
pvphuc27-Apr-08 18:25
pvphuc27-Apr-08 18:25 
GeneralPassing the value from parent to child Pin
Rena7727-Apr-08 14:38
Rena7727-Apr-08 14:38 
GeneralRe: Passing the value from parent to child Pin
Moghan27-Apr-08 19:46
Moghan27-Apr-08 19:46 
GeneralRe: Passing the value from parent to child Pin
Rena7728-Apr-08 2:22
Rena7728-Apr-08 2:22 
GeneralRe: Passing the value from parent to child Pin
Moghan29-Apr-08 19:31
Moghan29-Apr-08 19:31 
GeneralRe: Passing the value from parent to child Pin
Rena7730-Apr-08 2:54
Rena7730-Apr-08 2:54 
GeneralAsp.net Treeview control Pin
mcirosoftmohan27-Apr-08 12:47
mcirosoftmohan27-Apr-08 12:47 
GeneralAccessing master page controls Pin
Farhad Eft27-Apr-08 9:55
Farhad Eft27-Apr-08 9:55 
GeneralRe: Accessing master page controls Pin
Farhad Eft27-Apr-08 9:59
Farhad Eft27-Apr-08 9:59 
GeneralRe: Accessing master page controls Pin
Christian Graus27-Apr-08 11:26
protectorChristian Graus27-Apr-08 11:26 
Questionhow to use ajax in asp.net 2.0 Pin
salil_k_singh27-Apr-08 9:15
salil_k_singh27-Apr-08 9:15 
GeneralRe: how to use ajax in asp.net 2.0 Pin
Blue_Boy27-Apr-08 9:20
Blue_Boy27-Apr-08 9:20 
GeneralRe: how to use ajax in asp.net 2.0 Pin
Christian Graus27-Apr-08 11:24
protectorChristian Graus27-Apr-08 11:24 

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.