Click here to Skip to main content
15,897,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: response.redirect Pin
windhopper8-Jul-08 4:55
windhopper8-Jul-08 4:55 
GeneralRe: response.redirect Pin
Lonnie R Thomas8-Jul-08 5:19
Lonnie R Thomas8-Jul-08 5:19 
AnswerRe: response.redirect Pin
Lonnie R Thomas8-Jul-08 6:20
Lonnie R Thomas8-Jul-08 6:20 
AnswerRe: response.redirect Pin
Adam Jasper8-Jul-08 6:28
Adam Jasper8-Jul-08 6:28 
AnswerRe: response.redirect Pin
Lonnie R Thomas8-Jul-08 6:31
Lonnie R Thomas8-Jul-08 6:31 
GeneralRe: response.redirect Pin
Guffa8-Jul-08 8:32
Guffa8-Jul-08 8:32 
AnswerRe: response.redirect Pin
Lonnie R Thomas8-Jul-08 9:51
Lonnie R Thomas8-Jul-08 9:51 
AnswerRe: response.redirect Pin
leoinfo8-Jul-08 9:04
leoinfo8-Jul-08 9:04 
Try to add
form1.Attributes.Add("onkeydown", "return false;");
to the Page_Load()

This way any key pressed on that page will be ignored (as all you need is the mouse to press the buttons).
QuestionUnable to connect to visual Studio's Local webhost server Pin
kibromg8-Jul-08 4:25
kibromg8-Jul-08 4:25 
Questionhow to disable imagebutton ? Pin
kathyani8-Jul-08 3:38
kathyani8-Jul-08 3:38 
AnswerRe: how to disable imagebutton ? Pin
Herman<T>.Instance8-Jul-08 4:07
Herman<T>.Instance8-Jul-08 4:07 
GeneralRe: how to disable imagebutton ? Pin
kathyani8-Jul-08 4:10
kathyani8-Jul-08 4:10 
GeneralRe: how to disable imagebutton ? Pin
Christian Graus8-Jul-08 4:27
protectorChristian Graus8-Jul-08 4:27 
GeneralRe: how to disable imagebutton ? Pin
kathyani8-Jul-08 4:29
kathyani8-Jul-08 4:29 
GeneralRe: how to disable imagebutton ? Pin
Christian Graus8-Jul-08 4:54
protectorChristian Graus8-Jul-08 4:54 
GeneralRe: how to disable imagebutton ? Pin
kathyani8-Jul-08 4:59
kathyani8-Jul-08 4:59 
GeneralRe: how to disable imagebutton ? Pin
Christian Graus8-Jul-08 5:11
protectorChristian Graus8-Jul-08 5:11 
GeneralRe: how to disable imagebutton ? Pin
Christian Graus9-Jul-08 1:17
protectorChristian Graus9-Jul-08 1:17 
GeneralRe: how to disable imagebutton ? Pin
Michael Bookatz8-Jul-08 4:54
Michael Bookatz8-Jul-08 4:54 
GeneralRe: how to disable imagebutton ? Pin
Christian Graus8-Jul-08 5:12
protectorChristian Graus8-Jul-08 5:12 
Questionadd javascript function for whole page Pin
eyeseetee8-Jul-08 3:35
eyeseetee8-Jul-08 3:35 
AnswerRe: add javascript function for whole page Pin
Christian Graus8-Jul-08 4:30
protectorChristian Graus8-Jul-08 4:30 
GeneralRe: add javascript function for whole page Pin
eyeseetee8-Jul-08 4:46
eyeseetee8-Jul-08 4:46 
GeneralRe: add javascript function for whole page Pin
Christian Graus8-Jul-08 4:55
protectorChristian Graus8-Jul-08 4:55 
GeneralRe: add javascript function for whole page Pin
eyeseetee8-Jul-08 5:07
eyeseetee8-Jul-08 5:07 

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.