Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: page load tester tool Pin
hussain.attiya22-Mar-10 23:16
hussain.attiya22-Mar-10 23:16 
AnswerRe: page load tester tool Pin
Pranay Rana22-Mar-10 22:45
professionalPranay Rana22-Mar-10 22:45 
QuestionCookieUrl Passing to iframe page [modified] Pin
Member 387988122-Mar-10 20:22
Member 387988122-Mar-10 20:22 
AnswerRe: CookieUrl Passing to iframe page Pin
PSK_22-Mar-10 20:32
PSK_22-Mar-10 20:32 
GeneralRe: CookieUrl Passing to iframe page Pin
Member 387988122-Mar-10 21:08
Member 387988122-Mar-10 21:08 
GeneralRe: CookieUrl Passing to iframe page Pin
PSK_22-Mar-10 22:08
PSK_22-Mar-10 22:08 
GeneralRe: CookieUrl Passing to iframe page Pin
Member 387988122-Mar-10 22:58
Member 387988122-Mar-10 22:58 
QuestionAfter capturing the image,how to transfer the image to image control with picture property using java script Pin
vbmadhavi22-Mar-10 20:05
vbmadhavi22-Mar-10 20:05 
hello alll
After capturing the image,how to transfer the image to image control with picture property using java script
plzzzzzzz help me.
capturing a picture from webcam

i was used TwainControlX for capturing a picture from webcam.
i wrote some code:


script language ="javascript" type ="text/javascript" >
function runatdemo()
{
var fname;
if(tcx1.devicecount>0)
{
tcx1.selectdevice();
alert("Device selection OK");
if(tcx1.connected)

alert("Device connect OK");

tcx1.acquire();
alert("Image acquired");
}
else
alert("NO IMAGE WAS ACQUIRED");
}
else
alert("NO TWAIN DEVICE INSTALLED");
}
after acquire how to transfer image into image control without saving in disk.this image control is html control.
is it possible to transfer image into image control without saving in disk
plzzz help me
AnswerRe: After capturing the image,how to transfer the image to image control with picture property using java script Pin
PSK_22-Mar-10 20:25
PSK_22-Mar-10 20:25 
AnswerRe: After capturing the image,how to transfer the image to image control with picture property using java script Pin
Arindam Tewary22-Mar-10 21:32
professionalArindam Tewary22-Mar-10 21:32 
QuestionMy System Hangs when I double click on aspx or cs page. Pin
Manish_Kumar_Nayak22-Mar-10 19:53
Manish_Kumar_Nayak22-Mar-10 19:53 
AnswerRe: My System Hangs when I double click on aspx or cs page. Pin
Arindam Tewary22-Mar-10 20:50
professionalArindam Tewary22-Mar-10 20:50 
AnswerRe: My System Hangs when I double click on aspx or cs page. Pin
mrcooll23-Mar-10 11:37
mrcooll23-Mar-10 11:37 
QuestionDigital signature certicate integration with asp.net Pin
Amit Patel198522-Mar-10 19:52
Amit Patel198522-Mar-10 19:52 
AnswerRe: Digital signature certicate integration with asp.net Pin
sashidhar22-Mar-10 23:01
sashidhar22-Mar-10 23:01 
GeneralRe: Digital signature certicate integration with asp.net Pin
Matteo Slaviero30-Mar-10 20:48
Matteo Slaviero30-Mar-10 20:48 
Questionbinding images in repeater Pin
test-0922-Mar-10 19:48
test-0922-Mar-10 19:48 
AnswerRe: binding images in repeater Pin
PSK_22-Mar-10 20:04
PSK_22-Mar-10 20:04 
GeneralRe: binding images in repeater Pin
test-0922-Mar-10 20:15
test-0922-Mar-10 20:15 
GeneralRe: binding images in repeater Pin
PSK_22-Mar-10 20:22
PSK_22-Mar-10 20:22 
GeneralRe: binding images in repeater Pin
test-0922-Mar-10 20:38
test-0922-Mar-10 20:38 
GeneralRe: binding images in repeater Pin
PSK_22-Mar-10 20:43
PSK_22-Mar-10 20:43 
GeneralRe: binding images in repeater Pin
test-0922-Mar-10 20:54
test-0922-Mar-10 20:54 
AnswerRe: binding images in repeater Pin
Arindam Tewary22-Mar-10 21:42
professionalArindam Tewary22-Mar-10 21:42 
QuestionImage processing Pin
anujashewale22-Mar-10 19:25
anujashewale22-Mar-10 19: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.