ProviderName="<%$ ConnectionStrings:SUPTECHConnectionString.ProviderName %>
"
SelectCommand="<% =sqlquery.Tex%>
"
>
dans le load de la page je genere :
Protected
Sub Page_Load(
ByVal sender
As
Object,
ByVal e
As System.EventArgs)
Handles
Me.Load
Hnom.Text = Master.master_nom
Dim ch_nom AS string =
""
If Hnom.Text <>
""
Then
ch_nom =
" ([nom] LIKE '%' + ? + '%')"
End
If
sqlquery.Text =
" SELECT TOP 3 * FROM INVENTAIRE_HISTO WHERE ([nom] LIKE '%' + ? + '%') "
End
Sub
mais ca marche pas je sais pas comment faire pour mettre la valeur dans SelectCommand