Click here to Skip to main content
15,894,180 members

Comments by meganathanm (Top 16 by date)

meganathanm 25-Oct-13 23:51pm View    
i need UploadDetails string values but in client side return whole html page as return value of web method
meganathanm 25-Oct-13 23:50pm View    
i am clling the webmethod by following javascript code



PageMethods.ProductFillFileUploadDetails(DistibutorId.id, GetFileuploadDetails_onSuccess, GetFileuploadDetails_onFail);
meganathanm 18-Jul-13 3:05am View    
From css
.mailimage1{background:url("Samplemailimages/green.jpg") no-repeat top left;}

<td class="mailimage1">
meganathanm 29-Jan-13 10:38am View    
thank you for your reply sisir patro the two css are having same color and font-size but the width are different if i create two css with same color,font-size and different width is better or create one css with same color,font-size and give width in element style.
meganathanm 29-Jan-13 10:16am View    
Thank you for your reply Mr.Frederico Barbosa Your code is working fine for me but i need the client side validation.