Click here to Skip to main content
15,896,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionupload .mdb file Pin
rajmani10-Aug-07 1:18
rajmani10-Aug-07 1:18 
AnswerRe: 1gb upload .mdb file Pin
rajmani10-Aug-07 1:26
rajmani10-Aug-07 1:26 
GeneralRe: 1gb upload .mdb file Pin
Kschuler10-Aug-07 3:35
Kschuler10-Aug-07 3:35 
GeneralRe: 1gb upload .mdb file Pin
Kelly Herald11-Aug-07 6:20
Kelly Herald11-Aug-07 6:20 
AnswerRe: upload .mdb file Pin
N a v a n e e t h10-Aug-07 1:30
N a v a n e e t h10-Aug-07 1:30 
GeneralRe: upload .mdb file Pin
Vasudevan Deepak Kumar10-Aug-07 4:11
Vasudevan Deepak Kumar10-Aug-07 4:11 
QuestionOn Enter move on next TextBox..? Pin
fmlove10-Aug-07 1:05
fmlove10-Aug-07 1:05 
AnswerRe: On Enter move on next TextBox..? Pin
koolprasad200310-Aug-07 1:23
professionalkoolprasad200310-Aug-07 1:23 
hello frnd,

it can be achived by the Javascript/VbScript just use the "onKeyDown" event and check that

if event.keyCode = 13
{
document.getElementById("txtSecond").focus();
}

regards,
koolprasad2003Smile | :)

If the message is useful for U then please Rate This message...

Be a good listener...Because Opprtunity knoughts softly...N-Joy

GeneralRe: On Enter move on next TextBox..? Pin
fmlove10-Aug-07 2:16
fmlove10-Aug-07 2:16 
GeneralRe: On Enter move on next TextBox..? Pin
Michael Sync10-Aug-07 6:50
Michael Sync10-Aug-07 6:50 
QuestionMove on nextText Box ..? Pin
fmlove10-Aug-07 0:39
fmlove10-Aug-07 0:39 
AnswerRe: Move on nextText Box ..? Pin
N a v a n e e t h10-Aug-07 1:17
N a v a n e e t h10-Aug-07 1:17 
Questiontreeview Pin
Nidhiii10-Aug-07 0:35
Nidhiii10-Aug-07 0:35 
AnswerRe: treeview Pin
S A R I T H10-Aug-07 0:37
S A R I T H10-Aug-07 0:37 
AnswerRe: treeview Pin
koolprasad200310-Aug-07 1:26
professionalkoolprasad200310-Aug-07 1:26 
QuestionAccess to the path #### is denied Pin
Sebastian T Xavier10-Aug-07 0:15
Sebastian T Xavier10-Aug-07 0:15 
AnswerRe: Access to the path #### is denied Pin
Blue_Boy10-Aug-07 0:50
Blue_Boy10-Aug-07 0:50 
GeneralRe: Access to the path #### is denied Pin
Sebastian T Xavier10-Aug-07 1:20
Sebastian T Xavier10-Aug-07 1:20 
GeneralRe: Access to the path #### is denied Pin
Blue_Boy10-Aug-07 2:21
Blue_Boy10-Aug-07 2:21 
AnswerRe: Access to the path #### is denied Pin
R. Giskard Reventlov10-Aug-07 3:10
R. Giskard Reventlov10-Aug-07 3:10 
Questiontextbox problem Pin
Kissy1610-Aug-07 0:10
Kissy1610-Aug-07 0:10 
AnswerRe: textbox problem Pin
Imran Khan Pathan10-Aug-07 0:19
Imran Khan Pathan10-Aug-07 0:19 
GeneralRe: textbox problem Pin
Kissy1610-Aug-07 0:49
Kissy1610-Aug-07 0:49 
AnswerRe: textbox problem Pin
N a v a n e e t h10-Aug-07 0:25
N a v a n e e t h10-Aug-07 0:25 
GeneralRe: textbox problem Pin
Kissy1610-Aug-07 0:58
Kissy1610-Aug-07 0: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.