Click here to Skip to main content
15,746,202 members

Comments by upendranath33 (Top 6 by date)

upendranath33 1-Mar-11 8:05am View    
Please help me with an example.
upendranath33 1-Mar-11 8:04am View    
On which winmdow event or which type of trigger i could write for this problm.
Help me
upendranath33 29-Jan-11 3:53am View    
please give full discription.what u want to do.
Using java script u can upload an image at run time.
also with C#
upendranath33 28-Dec-10 8:39am View    
Deleted
newImage.setAttribute('width',iw); newImage.setAttribute('left',ilf); newImage.setAttribute('top',itp); newImage.setAttribute('height',ih); newImage.style.display="block"; and for display image.... if(strtext=="y") { newImage.src="jpgpreview\\" + filename+".JPG"; // alert(newImage.src); } else if(filename !=null && filename !=" " && filename !="") { newImage.src= document.getElementById('hiddenVirtualPath_B').value+filename+".JPG"; //'http://rinki/webdir/temppdf/'+ filename+".JPG"; } and if(strtext=="y") { newImage.src="jpgpreview\\" + filename+".JPG"; // alert(newImage.src); } else if(filename !=null && filename !=" " && filename !="") { newImage.src= document.getElementById('hiddenVirtualPath_B').value+filename+".JPG"; //'http://rinki/webdir/temppdf/'+ filename+".JPG"; }
upendranath33 24-Dec-10 5:59am View    
sorry I m using asp.net with C# and java script not java.....