blah blah blah is here! blah blah » Close

0
votes
1 answers

Include File

eeboy
499

I have a C# class which uses some constants that frequently change. These constants are offsets of memory in an external device. When the device firmware is compiled these offsets may change. There are hundreds of constants. Currently, the ...

0
votes
0 answers

C# programming

[b]Starting Server along with the serial process [/b] i have a serial communication process (windows service type prgrm), and a server client program. how can the server be integrated inside the windows service type process i.e., whe ...

0
votes
1 answers

Using multiple <@ Language declarations in .aspx

We're working on a very large project that has been exclusively written in VBScript/javascript/HTML. We're starting to port it over, page-by-page into C#. We have split out common constants and code into <# Include .asp files, but wh ...

0
votes
2 answers

Full ASP.NET Website

Hello, This is more like a general ASP.NET question, I'm new to ASP.NET and I'd like to create my first full website. I'm familiar with the C# framework and I'm also familiar with PHP, but I'd like to go to ASP.NET now. My question i ...

0
votes
1 answers

Session include when logged in

Hi Guys, I have a very simple login section to my website, now the session works fine, but i want to have my cs file load in a asp include file too when logged in, how could i amend the code? Below is my sample secretdata.aspx.cs that cr ...

Feedback