Thursday, April 11, 2013

If Else in LINQ

Here a good Thread. 
http://forums.asp.net/t/1604822.aspx/1

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...