27.06.2014 Views

Informatica Medica Anno Accademico 2013-2014 Prof. Mauro Giacomini

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Esempio_a (3)<br />

<br />

<br />

Sub Page_Load (scr as Object, e as EventArgs)<br />

Dim ds DataSet<br />

ds = getData()<br />

dgAutori.datasource = ds.Tables(“Autori”).DefaultView<br />

dgAutori.DataBind()<br />

End Sub<br />

<br />

Script che richiama<br />

il code-behind<br />

dell’esempio_a 1-2

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!