Wednesday, January 19, 2011

Server.MapPath() in Standard classes

We have to call

System.Web.HttpContext.Current.Server.MapPath("file1.txt");
 

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...