AuthorQuestion
Autocomplete Text Box With Images in asp.net
Posted on: 13 Dec 2012
Hi friends,
  How to do Autocomplete textbox in asp.net with Images similar to imdb site or apple site or julesb.co.uk in my webpage using database connections..


Note:I have to do similarly to above mentioned sites

[ + ]
AuthorReply
Shambhu
  • 1
  • 0
accepted
Re: Autocomplete Text Box With Images in asp.net
Posted on: 14 Dec 2012   Accepted Answer
ajax autocompletewithimges.rar Hi,

Previous link is only to display text from database.

But in this uploaded source code this auto complete is with image too. 


Procedure to call from Code:

SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

alter PROCEDURE [dbo].[GetEmployees]
@Param_EmpID varchar(10) 
AS 
BEGIN 
 SELECT ENAME, EMPNO FROM EMP WHERE ENAME like @Param_EmpID + '%'  ; 
END



Re: Autocomplete Text Box With Images in asp.net
Posted on: 13 Dec 2012  
http://www.c-sharpcorner.com/UploadFile/raj1979/auto-complete-in-Asp-Net-using-ajax/
If this post helps you mark it as answer
Thanks

Re: Autocomplete Text Box With Images in asp.net
Posted on: 15 Dec 2012  
Mr.shambu thank u so much for your file..more help ful for me..

Re: Autocomplete Text Box With Images in asp.net
Posted on: 16 Dec 2012  
Hi Sarvana...

Keep posting keep going...



Join a Chapter
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Join a Chapter