Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

need auto complete to suggest business and show (address) then on selection put db items in gridview

$
0
0

I have read and experimented myself into a circle of confusion about this question.  I know it is simple.  I had it once and then lost it...aahhh.

In the auto suggest box I can make the business name be suggested and show the address as verification ( as in which pizza delivery is closest to me), but when I "click"  to get more information presented in gridview format...nothing...nothing shows up!!

I use auto complete with only one parameter like "business" and it works fine...actually great :D.  The info shows up in gridview just fine.

dbValues = row["Business"].ToString();

It's when I do this that the madness starts:

  dbValues = row["Business"].ToString()+ " ,"+ row["FullAddr"].ToString();

I am trying hidden value <%# Business.ClientID%> javascript and trying to take the result back to C# code behind to select * from table where (blah blah blah) and I  must be over thinking this thing.

I just want more information about what I selected after autocomplete suggested....please help.

 

 


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>