M
Mr. T
Hi,
i have a master page, and then my aspx page that uses that master page.
Now in my aspx i want to use a LinkButton to sort data on my page.
My question is where do i put the sub the LinkButton is calling to? If i put
it outside the <asp:Content tags i get an error that i can't place it there.
When i place the sub inside the content-tags i also get an error that i
can't place it there.
So where can i put the sub?
Thx in advance!
Regards,
Thomas
i have a master page, and then my aspx page that uses that master page.
Now in my aspx i want to use a LinkButton to sort data on my page.
My question is where do i put the sub the LinkButton is calling to? If i put
it outside the <asp:Content tags i get an error that i can't place it there.
When i place the sub inside the content-tags i also get an error that i
can't place it there.
So where can i put the sub?
Thx in advance!
Regards,
Thomas