User Profile

Collapse

Profile Sidebar

Collapse
halex
halex
Last Activity: Nov 15 '07, 10:49 PM
Joined: Apr 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • halex
    started a topic Can you help me to avoid this deadlock?

    Can you help me to avoid this deadlock?

    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...
    See more | Go to post

  • halex
    started a topic Need to save ASPX page as HTML page

    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...
    See more | Go to post
No activity results to display
Show More
Working...