Click here to Skip to main content
15,925,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How we Display Progressbar on FileUpload Control in Asp.Net Pin
Abhijit Jana9-Oct-09 10:08
professionalAbhijit Jana9-Oct-09 10:08 
GeneralRe: How we Display Progressbar on FileUpload Control in Asp.Net Pin
AlexeiXX39-Oct-09 10:15
AlexeiXX39-Oct-09 10:15 
GeneralRe: How we Display Progressbar on FileUpload Control in Asp.Net Pin
Abhijit Jana9-Oct-09 10:18
professionalAbhijit Jana9-Oct-09 10:18 
GeneralRe: How we Display Progressbar on FileUpload Control in Asp.Net Pin
lrsalunkhe9-Oct-09 20:43
lrsalunkhe9-Oct-09 20:43 
GeneralRe: How we Display Progressbar on FileUpload Control in Asp.Net Pin
Abhijit Jana9-Oct-09 21:06
professionalAbhijit Jana9-Oct-09 21:06 
Questionupdating HTTPS response and HTTPS request Pin
AshwinSCGupta9-Oct-09 1:48
AshwinSCGupta9-Oct-09 1:48 
AnswerRe: updating HTTPS response and HTTPS request Pin
sashidhar9-Oct-09 2:00
sashidhar9-Oct-09 2:00 
Questionjavascrpt keypress probelm ie7 Pin
vnsraj9-Oct-09 1:38
vnsraj9-Oct-09 1:38 
Hi All,

I need your help.

I developed a mobile web page for pda in asp.net 2.0. From the page user enter the 10 digit barcode number
and get the result.

My problem is that I am doing auto submit process or OnKeyPress function. When user enter 10 digit number then my JavaScript function called button click event. But its called twice in IE7, its working fine in firefox.

Problem is in IE7 browser. My JavaScript code given below.


function ScanTiket()
{
var val=document.getElementById('ctl00_tbBarCode').value;
if(val.length==10)
{
//alert(val.length);
var ele = document.getElementById('ctl00_btnGetRecords');
if ((ele !== null) && (ele != 'undefined'))
{
ele.click();
}
}
else
{

return false;
}
}



please help me out.

Thanks
Rajesh....
Questiononline user Pin
dominic kMalisa9-Oct-09 1:17
dominic kMalisa9-Oct-09 1:17 
AnswerRe: online user Pin
sashidhar9-Oct-09 1:20
sashidhar9-Oct-09 1:20 
QuestionMessagebox Pin
dominic kMalisa9-Oct-09 1:11
dominic kMalisa9-Oct-09 1:11 
AnswerRe: Messagebox Pin
dan!sh 9-Oct-09 1:14
professional dan!sh 9-Oct-09 1:14 
AnswerRe: Messagebox Pin
CoderOnline9-Oct-09 1:16
CoderOnline9-Oct-09 1:16 
AnswerRe: Messagebox Pin
Abhijit Jana9-Oct-09 9:13
professionalAbhijit Jana9-Oct-09 9:13 
QuestionJavascript onkeypress called twice in IE7 Pin
vnsraj9-Oct-09 1:03
vnsraj9-Oct-09 1:03 
Questionsearching for httpwebrequest tutorial Pin
aamirzada8-Oct-09 23:22
aamirzada8-Oct-09 23:22 
AnswerRe: searching for httpwebrequest tutorial Pin
nagendrathecoder8-Oct-09 23:26
nagendrathecoder8-Oct-09 23:26 
AnswerRe: searching for httpwebrequest tutorial Pin
Richard MacCutchan9-Oct-09 1:34
mveRichard MacCutchan9-Oct-09 1:34 
QuestionBrowser is showing some characters along with the link Pin
Robymon8-Oct-09 22:52
Robymon8-Oct-09 22:52 
AnswerRe: Browser is showing some characters along with the link Pin
sashidhar8-Oct-09 23:21
sashidhar8-Oct-09 23:21 
GeneralRe: Browser is showing some characters along with the link Pin
Robymon8-Oct-09 23:27
Robymon8-Oct-09 23:27 
GeneralRe: Browser is showing some characters along with the link Pin
sashidhar8-Oct-09 23:30
sashidhar8-Oct-09 23:30 
QuestionFileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 18:56
lrsalunkhe8-Oct-09 18:56 
AnswerRe: FileUpload Control with Progressbar in Asp.net Pin
janani138-Oct-09 18:58
janani138-Oct-09 18:58 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 19:14
lrsalunkhe8-Oct-09 19:14 

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.