View Single Post
  #67 (permalink)  
Old 08-27-2007, 08:35 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Thumbs up Re: ASP.NET Data Controls

hi,

When I do like that, it force me to key in the textbox's text exactly same as the ddl's item value.
Example:
<aspropDownList ID="ddlSearch" runat="server">
<asp:ListItem Value="ModelName">Model Name</asp:ListItem>
<asp:ListItem Value="ModelNo">Model No</asp:ListItem>
</aspropDownList>
if I key in "name1", the error is:
Invalid column name 'name1
if I key in "ModelName", display all the GV rows
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)
Reply With Quote