Click here to Skip to main content
15,900,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to pass & for XML format Pin
Software_Guy_1233-Feb-07 1:43
Software_Guy_1233-Feb-07 1:43 
AnswerRe: How to pass & for XML format Pin
Guffa3-Feb-07 4:05
Guffa3-Feb-07 4:05 
AnswerRe: How to pass & for XML format Pin
Guffa3-Feb-07 4:03
Guffa3-Feb-07 4:03 
QuestionHow Can i Show a PDF File in an Iframe of my form? Pin
alialikh3-Feb-07 0:02
alialikh3-Feb-07 0:02 
AnswerRe: How Can i Show a PDF File in an Iframe of my form? Pin
echuck663-Feb-07 16:07
echuck663-Feb-07 16:07 
AnswerRe: How Can i Show a PDF File in an Iframe of my form? Pin
RichardGrimmer5-Feb-07 23:40
RichardGrimmer5-Feb-07 23:40 
QuestionJavaScript Key Press event (Allow only Numbers in Textbox) Pin
varshavmane2-Feb-07 23:36
varshavmane2-Feb-07 23:36 
AnswerRe: JavaScript Key Press event (Allow only Numbers in Textbox) [modified] Pin
blue_arc3-Feb-07 1:13
blue_arc3-Feb-07 1:13 
ok u r not wrong but there is more simple eay to do this...


function CheckNumber(obj,checkFor)
{
if(typeof obj.value==checkFor)
{
return true;
}
else
{
alert("This value is not numeric any more");
obj.value="";
obj.focus();
return false;
}

}

onkeypress='return CheckNumber(this,"number")'
onblur='return CheckNumber(this,"number")'

-----------------------------
Ravi Kant Srivastva
(SYSTEM ANALYST)
HandsOn Technology & Engg.....
Gurgaon


-- modified at 7:24 Saturday 3rd February, 2007
QuestionDynamic Table of Contents Pin
mukunds722-Feb-07 23:29
mukunds722-Feb-07 23:29 
QuestionI can't redirect the page.! Pin
tranglt2-Feb-07 22:40
tranglt2-Feb-07 22:40 
AnswerRe: I can't redirect the page.! Pin
Amit Kumar G3-Feb-07 2:45
Amit Kumar G3-Feb-07 2:45 
QuestionHow can I add a hyperLink field and a button field in a GridView Pin
TanvirKhan2-Feb-07 22:12
TanvirKhan2-Feb-07 22:12 
QuestionDisabling back button of a browser Pin
Rajiya2-Feb-07 21:49
Rajiya2-Feb-07 21:49 
AnswerRe: Disabling back button of a browser Pin
Parwej Ahamad2-Feb-07 23:15
professionalParwej Ahamad2-Feb-07 23:15 
AnswerRe: Disabling back button of a browser Pin
Nitin19812-Feb-07 23:17
Nitin19812-Feb-07 23:17 
GeneralRe: Disabling back button of a browser Pin
Rajiya3-Feb-07 0:05
Rajiya3-Feb-07 0:05 
AnswerRe: Disabling back button of a browser Pin
www.Developerof.NET2-Feb-07 23:22
www.Developerof.NET2-Feb-07 23:22 
GeneralRe: Disabling back button of a browser [modified] Pin
indian1432-Feb-07 23:29
indian1432-Feb-07 23:29 
GeneralRe: Disabling back button of a browser Pin
Rajiya3-Feb-07 0:04
Rajiya3-Feb-07 0:04 
GeneralRe: Disabling back button of a browser Pin
indian1433-Feb-07 2:16
indian1433-Feb-07 2:16 
Questionhow to grant admin previledge to a user in forms authentication Pin
Pradip Kishore2-Feb-07 20:41
Pradip Kishore2-Feb-07 20:41 
QuestionLinked image in DataGrid Pin
nour1232-Feb-07 20:38
nour1232-Feb-07 20:38 
AnswerRe: Linked image in DataGrid Pin
blue_arc2-Feb-07 20:46
blue_arc2-Feb-07 20:46 
GeneralRe: Linked image in DataGrid Pin
nour1233-Feb-07 3:22
nour1233-Feb-07 3:22 
QuestionWord Automation Using ASP NET...Error HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) Pin
mukunds722-Feb-07 20:10
mukunds722-Feb-07 20:10 

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.