I have created a web application with Sql 2005 stored procedures. I want to show the return value messages in a pop up window in the application but have been unsuccessful in getting it to display. I have tested it in SQL Query Analyzer and it is working successfully.
How can I display it in the ASP.net application in a popup window?
How can I display it in the ASP.net application in a popup window?