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

ASP.NET

 
QuestionRe: Multiple Item Display Pin
led mike11-Sep-08 4:49
led mike11-Sep-08 4:49 
AnswerRe: Multiple Item Display Pin
Brady Kelly11-Sep-08 5:02
Brady Kelly11-Sep-08 5:02 
QuestionSecond Dropdown Says Metohd Error 500 with Ajax CaseCading Dropdown [modified] Pin
Saurabh11-Sep-08 4:03
Saurabh11-Sep-08 4:03 
QuestionCapturing Download Dialog box events using javascript Pin
goradaranaresh11-Sep-08 1:45
goradaranaresh11-Sep-08 1:45 
QuestionHow to disable browser back button of a particular child page (Master Page) Pin
G Nathan11-Sep-08 1:42
G Nathan11-Sep-08 1:42 
Questionrestrict text box to take only numbers Pin
dhumplopoka11-Sep-08 1:35
dhumplopoka11-Sep-08 1:35 
AnswerRe: restrict text box to take only numbers Pin
Rangarajan K11-Sep-08 2:17
Rangarajan K11-Sep-08 2:17 
AnswerRe: restrict text box to take only numbers Pin
Abhijit Jana11-Sep-08 4:35
professionalAbhijit Jana11-Sep-08 4:35 
function NumberOnly()<br />
    {<br />
   <br />
    //Numbers only<br />
    if ((window.event.keyCode >= 48 && window.event.keyCode <=57)) <br />
           return true;<br />
           else<br />
                   <br />
            return false;<br />
            <br />
}


And use

<asp:textbox id="txtNo" runat="server" width="170px" onkeypress="javascript:return NumberOnly()></asp:TextBox></code></pre> 

<div class=" forumsig=">cheers,<br mode=" hold=" />Abhijit<br mode=" 2=" color=" xmlns:asp="#unknown"></asp:textbox>

GeneralRe: restrict text box to take only numbers Pin
J4amieC11-Sep-08 4:48
J4amieC11-Sep-08 4:48 
GeneralRe: restrict text box to take only numbers Pin
led mike11-Sep-08 4:50
led mike11-Sep-08 4:50 
GeneralRe: restrict text box to take only numbers Pin
Pete O'Hanlon11-Sep-08 5:13
mvePete O'Hanlon11-Sep-08 5:13 
GeneralRe: restrict text box to take only numbers Pin
dhumplopoka12-Sep-08 3:20
dhumplopoka12-Sep-08 3:20 
Questionhow to find reference count for an object in unmanaged code ? Pin
ademsandeepreddy11-Sep-08 1:09
ademsandeepreddy11-Sep-08 1:09 
QuestionSocket Programming Pin
ramesh148211-Sep-08 0:56
ramesh148211-Sep-08 0:56 
AnswerRe: Socket Programming Pin
Manas Bhardwaj11-Sep-08 3:45
professionalManas Bhardwaj11-Sep-08 3:45 
QuestionSize restriction on file upload Pin
seee sharp11-Sep-08 0:52
seee sharp11-Sep-08 0:52 
AnswerRe: Size restriction on file upload Pin
NanaAM11-Sep-08 1:37
NanaAM11-Sep-08 1:37 
QuestionGet the set of records from the data Table in asp.net Pin
Rajeshwary11-Sep-08 0:36
Rajeshwary11-Sep-08 0:36 
AnswerRe: Get the set of records from the data Table in asp.net Pin
The Web Developer11-Sep-08 0:57
The Web Developer11-Sep-08 0:57 
GeneralRe: Get the set of records from the data Table in asp.net Pin
Rajeshwary11-Sep-08 1:05
Rajeshwary11-Sep-08 1:05 
GeneralRe: Get the set of records from the data Table in asp.net Pin
The Web Developer11-Sep-08 1:28
The Web Developer11-Sep-08 1:28 
AnswerRe: Get the set of records from the data Table in asp.net Pin
Paddy Boyd11-Sep-08 2:58
Paddy Boyd11-Sep-08 2:58 
QuestionLoading records as they come from dataset Pin
needhi_p10-Sep-08 23:56
needhi_p10-Sep-08 23:56 
QuestionSubmit and close page Pin
omlac10-Sep-08 23:39
omlac10-Sep-08 23:39 
AnswerRe: Submit and close page Pin
Dhana Lakshmi Prasad11-Sep-08 1:07
Dhana Lakshmi Prasad11-Sep-08 1: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.