9
votes
Best Practices: CSS or Themes in ASP.NET?
I would recommend using CSS over Themes. The reason for this is in CSS you can modify your styles to they work with all browsers. You can do the same thing with themes but Microsoft's designer is n …
3
votes
Using the Web Application version number from an assembly (ASP.NET/C#)
For web applications i have always used the Web.Config to store the current version of the site and another setting to show/hide it in the site footer for version control on staging and production. …
0
votes
Load javascript code after loading code behind
This sounds like the classic asp.net page refresh issue. My first question would be do you have the ability to set session variables with your code? if you can then i would say on the C# side set y …
