Click here to Skip to main content
15,898,134 members

Comments by Karthik Chintala (Top 16 by date)

Karthik Chintala 7-May-14 8:07am View    
items will be disappeared automatically. This is the default behaviour of auto-complete. If you want it to stay longer period set the amount of time to open it by using setTimeout() in javascript
Karthik Chintala 27-Mar-14 5:08am View    
Reason for my vote of 1 \n query not explained. Just a piece of code is not enough to explain the pivot table.
Karthik Chintala 25-Mar-13 2:09am View    
use ViewBag instead. ex: ViewBag.name=nameService.getNames();
Karthik Chintala 22-Mar-13 9:07am View    
Have you added a new project, by choosing the Internet Template.
Karthik Chintala 19-Mar-13 8:49am View    
Try changing "url: 'services/Login.php'" to "url: '/services/Login.php'" in ajax request