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

ASP.NET

 
AnswerRe: login and logout Pin
_AK_11-Jul-07 22:17
_AK_11-Jul-07 22:17 
GeneralRe: login and logout Pin
aditya.net12-Jul-07 1:09
aditya.net12-Jul-07 1:09 
GeneralRe: login and logout Pin
_AK_12-Jul-07 1:16
_AK_12-Jul-07 1:16 
AnswerRe: login and logout Pin
N a v a n e e t h11-Jul-07 22:50
N a v a n e e t h11-Jul-07 22:50 
Questionhow to close a web page using a button... Pin
moomoooomoo11-Jul-07 21:55
moomoooomoo11-Jul-07 21:55 
AnswerRe: how to close a web page using a button... Pin
Vasudevan Deepak Kumar11-Jul-07 21:59
Vasudevan Deepak Kumar11-Jul-07 21:59 
GeneralRe: how to close a web page using a button... Pin
moomoooomoo12-Jul-07 17:23
moomoooomoo12-Jul-07 17:23 
Questiondown arrow key to tab key using javascript?? Pin
Vipin.d11-Jul-07 21:52
Vipin.d11-Jul-07 21:52 
Hi, how can I convert down arrow key to tab key??
and up arrow key to shift+tab key
in my web apln' i ve a datagrid with textboxes in its cells.
wen user press down arrow key i want to move next text box??

i use one code but in the case of Enter key it is working,but wen i press down arrow key it is not..

the code is like

function KeyToTab(e)
{

var intkey=window.event.keyCode;



if(intkey==13 ||intkey==40)
{

window.event.keyCode = 9;

}


}

in body tag onkeydown="KeyToTab(event);"



All I ever wanted is what others have....
CrazySanker





QuestionSub Domain Pin
Socheat.Net11-Jul-07 21:48
Socheat.Net11-Jul-07 21:48 
AnswerRe: Sub Domain Pin
N a v a n e e t h11-Jul-07 22:44
N a v a n e e t h11-Jul-07 22:44 
GeneralRe: Sub Domain Pin
Socheat.Net11-Jul-07 22:49
Socheat.Net11-Jul-07 22:49 
GeneralRe: Sub Domain Pin
N a v a n e e t h11-Jul-07 22:58
N a v a n e e t h11-Jul-07 22:58 
GeneralRe: Sub Domain Pin
Socheat.Net11-Jul-07 23:14
Socheat.Net11-Jul-07 23:14 
GeneralRe: Sub Domain Pin
_AK_12-Jul-07 0:01
_AK_12-Jul-07 0:01 
GeneralRe: Sub Domain Pin
N a v a n e e t h12-Jul-07 0:10
N a v a n e e t h12-Jul-07 0:10 
GeneralRe: Sub Domain Pin
_AK_12-Jul-07 0:30
_AK_12-Jul-07 0:30 
Questionhow to create newsletter in asp.net Pin
Pallavi Bhoite11-Jul-07 21:32
Pallavi Bhoite11-Jul-07 21:32 
AnswerRe: how to create newsletter in asp.net Pin
Vasudevan Deepak Kumar11-Jul-07 22:01
Vasudevan Deepak Kumar11-Jul-07 22:01 
GeneralRe: how to create newsletter in asp.net Pin
Pallavi Bhoite14-Jul-07 4:13
Pallavi Bhoite14-Jul-07 4:13 
AnswerRe: how to create newsletter in asp.net Pin
N a v a n e e t h11-Jul-07 22:40
N a v a n e e t h11-Jul-07 22:40 
Questionhow to handle DropDownList in asp.net(vb.net) Pin
babusat11-Jul-07 21:30
babusat11-Jul-07 21:30 
AnswerRe: how to handle DropDownList in asp.net(vb.net) Pin
Imran Khan Pathan11-Jul-07 23:09
Imran Khan Pathan11-Jul-07 23:09 
AnswerRe: how to handle DropDownList in asp.net(vb.net) Pin
N a v a n e e t h11-Jul-07 23:11
N a v a n e e t h11-Jul-07 23:11 
QuestionBar code? Pin
vamsivss11-Jul-07 20:39
vamsivss11-Jul-07 20:39 
QuestionCan we have more than one web.config in one project ? Pin
RaviJJain11-Jul-07 20:34
RaviJJain11-Jul-07 20:34 

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.