I filled a dataset in my page_load sub from an sql-server db. Now i want to extract that same information from my dataset into a variable but in a different sub (for example.. in a clickevent of a button).
Where and how must i declare my dataset to be able to access the data in it everywhere on my webform?
please help
Where and how must i declare my dataset to be able to access the data in it everywhere on my webform?
please help