Search Results

3
votes
5answers
2k views

How to retrieve stored procedure return values from a TableAdapter

I cannot find an elegant way to get the return value from a stored procedure when using TableAdapters. It appears the TableAdapter does not support SQL stored procedure return values when u …
2
votes
5answers
430 views

How to identify performance and concurrency issues on an ASP.NET / IIS / SQL Server website

I would appreciate any advice regarding tools and practices I could use to confirm my recently completed website is performing correctly. Although I am confident the code is not producing e …
0
votes

Problem with Login control of ASP.NET

Do you have requireSSL="true" in your web.config? I had similar symptoms to you. If you set requireSSL to true, there are some …
7
votes

I’m getting a strange unhandled exception from my asp.net application - Validation of viewstate MAC failed

I seem to recall that this error can occur if you click a button/link etc before the page has fully loaded. If this is the case, the error is caused by an ASP.net 2.0 feature called Event V …
0
votes

How to retrieve stored procedure return values from a TableAdapter

Closing this question as it appears return values aren't supported and there is no elegant workaround! …