Click here to Skip to main content
15,917,731 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error in uploading a file in asp.net application Pin
Fred_Smith1-Jun-07 2:31
Fred_Smith1-Jun-07 2:31 
QuestionGridView Pin
Bennyzhang1-Jun-07 1:16
Bennyzhang1-Jun-07 1:16 
QuestionHashed Password Pin
TheEagle1-Jun-07 0:29
TheEagle1-Jun-07 0:29 
AnswerRe: Hashed Password Pin
Christian Graus1-Jun-07 0:38
protectorChristian Graus1-Jun-07 0:38 
GeneralRe: Hashed Password Pin
TheEagle1-Jun-07 1:12
TheEagle1-Jun-07 1:12 
AnswerRe: Hashed Password Pin
Kartik Rathi1-Jun-07 0:40
Kartik Rathi1-Jun-07 0:40 
AnswerRe: Hashed Password Pin
Guffa1-Jun-07 0:41
Guffa1-Jun-07 0:41 
GeneralRe: Hashed Password Pin
Christian Graus1-Jun-07 0:44
protectorChristian Graus1-Jun-07 0:44 
GeneralRe: Hashed Password Pin
Guffa1-Jun-07 4:54
Guffa1-Jun-07 4:54 
GeneralRe: Hashed Password Pin
TheEagle1-Jun-07 1:17
TheEagle1-Jun-07 1:17 
GeneralRe: Hashed Password Pin
Christian Graus1-Jun-07 1:38
protectorChristian Graus1-Jun-07 1:38 
GeneralRe: Hashed Password Pin
TheEagle1-Jun-07 4:07
TheEagle1-Jun-07 4:07 
AnswerRe: Hashed Password Pin
Guffa1-Jun-07 4:50
Guffa1-Jun-07 4:50 
Questionhow to disable form controls on the form when some popup is visible using javascript?? Pin
yogita charhate1-Jun-07 0:04
yogita charhate1-Jun-07 0:04 
AnswerRe: how to disable form controls on the form when some popup is visible using javascript?? Pin
Christian Graus1-Jun-07 0:35
protectorChristian Graus1-Jun-07 0:35 
AnswerRe: how to disable form controls on the form when some popup is visible using javascript?? Pin
RichardGrimmer1-Jun-07 4:37
RichardGrimmer1-Jun-07 4:37 
A quick way of doing it that doesn't involve loads of enabling and disabling is to add a "veil" to the page, which is basically a transparent div (or opaque - looks kinda cool!), sized to the full screen, then when you show your popup, show the veil on z-index 99, so that it's in front of everything else (except the popup window obviously) - this then stops anything behind it recieving input.

"Knock me down, I'll get straight back up again, I'll come back stronger than a powered up pacman"
(Lilly Allen / Kaiser Chiefs)

GeneralRe: how to disable form controls on the form when some popup is visible using javascript?? Pin
yogita charhate1-Jun-07 21:00
yogita charhate1-Jun-07 21:00 
Questiondropdown list content Pin
kvijayajyothy31-May-07 23:46
kvijayajyothy31-May-07 23:46 
AnswerRe: dropdown list content Pin
Chetan Ranpariya1-Jun-07 0:04
Chetan Ranpariya1-Jun-07 0:04 
AnswerRe: dropdown list content Pin
nareshss1-Jun-07 2:03
nareshss1-Jun-07 2:03 
QuestionUnable to start debugging on the web server. Pin
suveenmohan31-May-07 22:52
suveenmohan31-May-07 22:52 
AnswerRe: Unable to start debugging on the web server. Pin
gauthee1-Jun-07 0:14
gauthee1-Jun-07 0:14 
Questionclear contentplaceholder Pin
kvijayajyothy31-May-07 21:25
kvijayajyothy31-May-07 21:25 
QuestionProblems in Hosting ASP.NET Web application with SQL Server 2000 Pin
Vijay Mesa31-May-07 21:11
Vijay Mesa31-May-07 21:11 
AnswerRe: Problems in Hosting ASP.NET Web application with SQL Server 2000 Pin
Christian Graus31-May-07 22:21
protectorChristian Graus31-May-07 22:21 

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.