1
vote
7answers
492 views
auto-generated Code
I am working on debugging some code and noticed a bunch of auto generated methods and objects. at the top of the code for these i find the following comment. How do you figure out what generated th …
1
vote
4answers
510 views
C# Application over a Network
I have run into a few cases where i have been asked to deploy an application (C#, .Net 2.0) to a server and users need to test the application over the network. I have found the following that work …
1
vote
1answer
93 views
XSD How To
Background:
We have an application that has been in the works for over a year by a third party company and looks like we will be maintaining this in house from now on. For …
0
votes
2answers
505 views
System.Windows.Forms.Panel.Enabled = false color overload?
i have a System.Windows.Forms.Panel control in a windows application that has many labels and textboxes within the panel. When you call the Panel.Enabled = false command all of the textboxes and la …
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 …
