Whenever you use a Button or LinkButton it is because you want to be able to do a postback when it is clicked.
SQL Server Startup Parameters
Every now and then we all have to reread something we may already know because frankly if you are like me, you can’t keep everything in your head. I tend to go back over tips and tricks and even database concepts when I have time so I will maybe remember enough about it so when a problem arises I at least know where to go look and find the answer. It is with, that I want to write about my latest re-education attempt.
how to run an asp page with parameters from sql server
Usually we use an ASP page with Javascript or VBScript inside it to either get data from, or put data into SQL Server. However, from time to time you wish you could run that favorite, most useful ASP page that you’ve written that does all those great things and instead have something that happens in SQL Server cause the call to the page.