Hi,

i have a datatable which i populate with table data in the pageload event
i only want this to populate once, so i have it inside an IF Not IsPostBack

but if i click on a button on the form it refreshes the page and the data is lost.

how can i prevent this from happening.