Click here to Skip to main content
15,881,380 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: Calender Chaos Pin
Anurag Sharma - Backoffice31-Mar-08 5:18
Anurag Sharma - Backoffice31-Mar-08 5:18 
Generallast modified column Pin
docsoft31-Mar-08 1:36
docsoft31-Mar-08 1:36 
GeneralRe: last modified column Pin
Laddie31-Mar-08 2:13
Laddie31-Mar-08 2:13 
GeneralRe: last modified column Pin
docsoft31-Mar-08 2:23
docsoft31-Mar-08 2:23 
GeneralRe: last modified column Pin
Laddie31-Mar-08 2:49
Laddie31-Mar-08 2:49 
GeneralRe: last modified column Pin
farazsk1131-Mar-08 7:50
farazsk1131-Mar-08 7:50 
Questionbutton control issue. [modified] Pin
Pankaj Garg31-Mar-08 0:42
Pankaj Garg31-Mar-08 0:42 
GeneralRe: button control issue. Pin
Declan Bright31-Mar-08 1:29
Declan Bright31-Mar-08 1:29 
Hi
On the textbox you can add an onkeypress javascript event like this:
onkeypress="doSomething();"
You can then check the keyCode and if it is 13 the enter key has been pressed and you can perform the desired action.
<script type="text/javascript">
    function doSomething() {              
        if (window.event && window.event.keyCode == 13){
            // do something here ....            
        }
    }
</script>


Declan Bright
www.declanbright.com

QuestionRe: button control issue. Pin
Pankaj Garg31-Mar-08 2:17
Pankaj Garg31-Mar-08 2:17 
GeneralRe: button control issue. Pin
Declan Bright31-Mar-08 2:25
Declan Bright31-Mar-08 2:25 
GeneralASP.NET Development Server + SoapExtensions Pin
Roger Alsing31-Mar-08 0:29
Roger Alsing31-Mar-08 0:29 
GeneralRe: ASP.NET Development Server + SoapExtensions Pin
Laddie31-Mar-08 0:37
Laddie31-Mar-08 0:37 
GeneralRe: ASP.NET Development Server + SoapExtensions Pin
Roger Alsing31-Mar-08 3:31
Roger Alsing31-Mar-08 3:31 
QuestionNaming randomly a DropDownList Pin
kontax30-Mar-08 23:47
kontax30-Mar-08 23:47 
GeneralRe: Naming randomly a DropDownList [modified] Pin
Laddie30-Mar-08 23:52
Laddie30-Mar-08 23:52 
GeneralRe: Naming randomly a DropDownList Pin
kontax31-Mar-08 0:22
kontax31-Mar-08 0:22 
Questioncreate image from hexadecimal string Pin
Member 394396030-Mar-08 22:36
Member 394396030-Mar-08 22:36 
GeneralRe: create image from hexadecimal string Pin
Guffa31-Mar-08 0:08
Guffa31-Mar-08 0:08 
QuestionRe: create image from hexadecimal string Pin
Member 394396031-Mar-08 0:20
Member 394396031-Mar-08 0:20 
GeneralRe: create image from hexadecimal string Pin
Guffa31-Mar-08 15:12
Guffa31-Mar-08 15:12 
Questionhow to create shopping cart using xml Pin
Ravi_2130-Mar-08 22:12
Ravi_2130-Mar-08 22:12 
GeneralRe: how to create shopping cart using xml Pin
J4amieC30-Mar-08 22:33
J4amieC30-Mar-08 22:33 
QuestionSending Email Pin
Soumini Ramakrishnan30-Mar-08 21:56
Soumini Ramakrishnan30-Mar-08 21:56 
GeneralRe: Sending Email Pin
Abhijit Jana30-Mar-08 22:27
professionalAbhijit Jana30-Mar-08 22:27 
GeneralRe: Sending Email Pin
Laddie30-Mar-08 23:25
Laddie30-Mar-08 23:25 

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.