Questione : Come faccio legare List a GridView

Come faccio legare l'allineamento della stringa ai myKewords del gridview

//Code
string [] = {“uno„, “due„, “tre„}; parole chiavi del
List = nuovo List (MyKeywords.Split (“, "));

gdvKeywords.DataSource = parole chiavi;
gdvKeywords.DataBind ();

//HTML

del >
del false " " di AutoGenerateColumns= " dell'assistente " " del runat= " di gdvKeywords di GridView ID=:
<%# Eval (“parola chiave„) %>


: TemplateField>
                       
                   

I non sa legare?

thanks in anticipo
class= del

Risposta : Come faccio legare List a GridView

HTML
--------

>
                       
                   


Codice
--------

mettere insieme [] MyKeywords = {“uno„, “due„, “tre„};

gdvKeywords.DataSource = MyKeywords;
gdvKeywords.DataBind ();
Altre soluzioni  
 
programming4us programming4us