Sqldatasource personnaliser

Résolu
marcbjh Messages postés 16 Date d'inscription jeudi 27 mai 2004 Statut Membre Dernière intervention 26 mars 2008 - 3 janv. 2008 à 11:15
marcbjh Messages postés 16 Date d'inscription jeudi 27 mai 2004 Statut Membre Dernière intervention 26 mars 2008 - 4 janv. 2008 à 07:51
Bonjour je debute et je galere ,
je voudrai personnaliser le SelectCommand du SqlDataSource

<asp:Literal
id="sqlquery"
runat="server"></asp:Literal>

<asp:SqlDataSource
ID="Sqlsuptech"
runat="server"

ConnectionString="<%$ ConnectionStrings:SUPTECHConnectionString %>
"

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

merci
Jak

2 réponses

jesusonline Messages postés 6814 Date d'inscription dimanche 15 décembre 2002 Statut Membre Dernière intervention 13 octobre 2010 29
3 janv. 2008 à 20:51
Bonsoir,

sqlSupTech.Selectcommand = "Select truc from chose where bidule" ?

<hr />Cyril - MSP - MCPD ASP.net & MCTS SQL - Consultant indépendant
3
marcbjh Messages postés 16 Date d'inscription jeudi 27 mai 2004 Statut Membre Dernière intervention 26 mars 2008
4 janv. 2008 à 07:51
merci
Jak
0
Rejoignez-nous