codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Datalist Paging with search feature  manarvi at 23:50 on Thursday, September 30, 2004
 

Hi,
On page load I want to display 10K users.This i display in a datalist with paging feature.In my page i have a textbox controls(Name field).When a user enters a letter,that letter matching names should be listed in the datalist control.For eg: if i enter J..then names starting with J like jennifer,jim etc should start to be displayed in datalist.Can anyone provide me a solution of how to do this?.ALso which control is ideal to display 10K users?..I felt dropdownlist would'nt be a good choice..can anyone provide me a solution

Thanks


  Re: Datalist Paging with search feature  Yusairi at 12:50 on Friday, October 01, 2004
 

hi manarvi,

for viewing only the letter that you had inserted,
please using SQL statement like this :-

"SELECT username,age,city FROM TABLE_USER WHERE
username username LIKE 'j%' "

for dropdownlist solutions, why don;t you use textbox.


  Re: Datalist Paging with search feature  manarvi at 17:31 on Friday, October 01, 2004
 

Hi,
I tried with wild card search..It's working.How to do with a textbox control..Like in the new yahoo version..In the compose section..When u try to enter letter in the TO field a listbox or a textarea appears and the user can select from the list.How to implement this similar functionality in the textbox?

Thanks








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: onload event
•  Active Widgets
•  Re: onmouseover change image and text
•  Line Printer Interface
•  import contacts of msn/yahoo
•  Call windows apps from web apps
•  Re: ASP.NET web controls
•  netscape 6 browser problem
•  Re: Print .doc file from the website using System.Diagnostics.Process


Recent Articles
Communicating with the Database (Using ADO)
MagicGrid
Simple Thumbnail Browsing Solution
Type Anywhere
A Better Moustrap: FmtDate to replace FormatDateTime
ASP.NET Forum Source Code
Internal Search Engine
Javascript Growing Window
Simple date validation
Search engine friendly URLs using ASP.NET (C#.NET)


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005