7
votes
5answers
621 views
Using aspx Rendering Engine to Generate Non-HTML
Is it possible to use the asp templating engine (With the partial code-behind class, dynamic <% ... %> blocks and such) to generate non HTML? I want to have a clean and maintainable way to gener …
0
votes
C# : Textbox multiple line and blank line disappear
In Windows forms all carriage returns are preserved in a multiline text box, so the problem likely lies in the way data is retrieved from your database. I've never used PostGres, but I'm guessing t …
0
votes
“The operation is not valid for the state of the transaction” error and transaction scope
I've encountered this error when my Transaction is nested within another. Is it possible that the stored procedure declares its own transaction or that the calling function declares one?
…
6
votes
Visual Studio 2005 vs 2008 - What are the benefits?
My favorite new feature: when an Intellisence option box is showing, you can hold down control to make it semi-transparent and see the code behind it. There are tons of bigger new features and reas …
