Ask the Community
Ask any professional question and get answers from other specialists.
The problem I'm facing now is to design an efficient live search in user search box. What I want is If somebody starts typing then I should make a call to fetch a ... See More
Between ASP.NET WebForms , using AJAX , Jquery or another JS Library and CSS .Leaving all the extra overheads (ViewState,Session State and even code behind) , something ... See More
use simple input type file to upload file to server-side. where server side can be a web-service, an ashx page or (post that file to any .aspx page).