hello all,
in my asp.net application i want to add a pintrest pin button from where i can pin the images with the desciption i did it
with the help of this i am getting a pin button
Pin It"
but i dont know how do i pass the image and description of image here
do any one knows pls rply me as soon as possbl as its to urgent
Loading
Saber ShaikhPosted Dec 18, 2014, 11:44 PM
http://aspnettutorialscode.blogspot.in/2013/03/print-aspnet-gridview-data-using-c.html
Thank You
sat praPosted Dec 18, 2014, 6:20 PM
ram pandeyPosted Oct 17, 2014, 4:07 AM
.cs file
strPath = HttpContext.Current.Request.Url.AbsoluteUri;
strPintURL = strPath.Replace(":", "%3A").Replace("/", "%2F").Replace("?", "%3F").Replace("=", "%3D").Replace("&", "%26");
strPintImage =imgURL.Replace(":","%3A").Replace("/","%2F");