Hello,
I am having deadlock problem when I have a lot of visitors on my website at the same time. I am using NetTiers templates to generate C# classes for accessing DB layer and problem is in my custom Store Procedure.
I have Article table and ArticleLanguage table.
One record from Article (Id, Position, StatusId) table is the same for all languages and in ArticleLanguage (Id, LanguageId, ArticleId, Name) table...
User Profile
Collapse
-
Can you help me to avoid this deadlock?
-
Need to save ASPX page as HTML page
Hello,
I need to save to file HTML page from my complex ASPX page (it has MasterPage, MainContainer, UserControls, CSS, JS files...). So, I need to override Render method to to this but I did not succeded. My UserControls does not render automatically in page Render method.
So I need first to render whole page as HTML and then to save it to one file. If I use "using" is this will be enought to save concurency problem...
No activity results to display
Show More