Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Retrieve multiple Eval in textbox. Pin
Christian Graus20-Dec-08 10:09
protectorChristian Graus20-Dec-08 10:09 
AnswerRe: Retrieve multiple Eval in textbox. Pin
AlexeiXX320-Dec-08 16:29
AlexeiXX320-Dec-08 16:29 
GeneralRe: Retrieve multiple Eval in textbox. Pin
kavitha_blueindia21-Dec-08 5:27
kavitha_blueindia21-Dec-08 5:27 
GeneralRe: Retrieve multiple Eval in textbox. Pin
AlexeiXX321-Dec-08 5:55
AlexeiXX321-Dec-08 5:55 
Questionback ground image Pin
bapu288920-Dec-08 5:47
bapu288920-Dec-08 5:47 
AnswerRe: back ground image Pin
Agrawalbs20-Dec-08 8:52
Agrawalbs20-Dec-08 8:52 
QuestionRe: back ground image Pin
bapu288921-Dec-08 2:52
bapu288921-Dec-08 2:52 
Questionfetch UP key event Pin
John.G20-Dec-08 2:15
John.G20-Dec-08 2:15 
In an aspx page,am having a gridview, which has a checkbox template field. For my gridview, i have to provide navigation to checkboxes.
so, if return key or down arrow key is pressed, then i manually change
to TAB KEY. Thing is, while pressing UP arrow key,
i have to go up. this is possible with SHIFT+TAB key..

plz help...it is urgent.

if(event.keyCode == 13 || event.keyCode == 40)
event.keyCode = 9;
if(event.keyCode == 38)
{
//if up arrow is pressed, the focus is should go up.
//YET TO BE IMPLEMENTED...
}

Muthu

AnswerRe: fetch UP key event Pin
Abhijit Jana20-Dec-08 2:34
professionalAbhijit Jana20-Dec-08 2:34 
QuestionRegular Expression Validation Pin
shanthi jothi19-Dec-08 23:58
shanthi jothi19-Dec-08 23:58 
AnswerRe: Regular Expression Validation Pin
Brij20-Dec-08 0:08
mentorBrij20-Dec-08 0:08 
Questionmail receiving from smtp using asp.net2.0 Pin
sbua19-Dec-08 23:47
sbua19-Dec-08 23:47 
AnswerRe: mail receiving from smtp using asp.net2.0 Pin
Abhijit Jana19-Dec-08 23:52
professionalAbhijit Jana19-Dec-08 23:52 
QuestionRe: mail receiving from smtp using asp.net2.0 Pin
Brij19-Dec-08 23:55
mentorBrij19-Dec-08 23:55 
AnswerRe: mail receiving from smtp using asp.net2.0 Pin
Abhijit Jana20-Dec-08 0:36
professionalAbhijit Jana20-Dec-08 0:36 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
sbua19-Dec-08 23:56
sbua19-Dec-08 23:56 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
Abhijit Jana20-Dec-08 0:08
professionalAbhijit Jana20-Dec-08 0:08 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
sbua20-Dec-08 0:17
sbua20-Dec-08 0:17 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
Abhijit Jana20-Dec-08 0:34
professionalAbhijit Jana20-Dec-08 0:34 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
sbua20-Dec-08 0:45
sbua20-Dec-08 0:45 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
Abhijit Jana20-Dec-08 1:53
professionalAbhijit Jana20-Dec-08 1:53 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
Christian Graus20-Dec-08 10:10
protectorChristian Graus20-Dec-08 10:10 
GeneralRe: mail receiving from smtp using asp.net2.0 Pin
sbua21-Dec-08 18:31
sbua21-Dec-08 18:31 
Questionchanging the screen color at runtime in asp.net Pin
jaraldumary19-Dec-08 22:47
jaraldumary19-Dec-08 22:47 
AnswerRe: changing the screen color at runtime in asp.net Pin
Abhijit Jana19-Dec-08 22:58
professionalAbhijit Jana19-Dec-08 22:58 

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.