Salve gente!
Allora, ho creato un array nel file di codice PAY.ASPX.CS .
Come faccio per visualizzare (ad esempio) MYARRAY[0] nella pagina di layout PAY.ASPX?
che comando uso x metterlo nella label?
thanks!!
Salve gente!
Allora, ho creato un array nel file di codice PAY.ASPX.CS .
Come faccio per visualizzare (ad esempio) MYARRAY[0] nella pagina di layout PAY.ASPX?
che comando uso x metterlo nella label?
thanks!!
Guybrush Threepwood
nessuno lo sa o mi sono spiegato male?![]()
![]()
Guybrush Threepwood
Perche non imposti il Text della Label sempre tramite codebehind?
Ad esempio nel page_load
HTHcodice:label1.Text = MyArray[0].ToString();
Bell'idea! la provo subito
Se non mi sentite + è perchè ha funziato![]()
![]()
Grazie in anticipo
Guybrush Threepwood
errore :
The type or namespace name 'lbllastname' could not be found (are you missing a using directive or an assembly reference?)
![]()
![]()
Guybrush Threepwood