Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
QuestionHow to get Remote Machine's hardware resources Pin
zinc_z11-Jun-07 23:03
zinc_z11-Jun-07 23:03 
AnswerRe: How to get Remote Machine's hardware resources Pin
Shy Agam12-Jun-07 2:19
Shy Agam12-Jun-07 2:19 
GeneralRe: How to get Remote Machine's hardware resources Pin
zinc_z12-Jun-07 2:28
zinc_z12-Jun-07 2:28 
GeneralRe: How to get Remote Machine's hardware resources Pin
Shy Agam12-Jun-07 2:57
Shy Agam12-Jun-07 2:57 
GeneralRe: How to get Remote Machine's hardware resources Pin
zinc_z12-Jun-07 7:55
zinc_z12-Jun-07 7:55 
GeneralRe: How to get Remote Machine's hardware resources Pin
Shy Agam12-Jun-07 8:54
Shy Agam12-Jun-07 8:54 
Questioncall .css file into c# Pin
matjame11-Jun-07 23:02
matjame11-Jun-07 23:02 
AnswerRe: call .css file into c# Pin
Colin Angus Mackay12-Jun-07 0:36
Colin Angus Mackay12-Jun-07 0:36 
matjame wrote:
I want to knw if its possible to call a .css file on c#


No. CSS contains no functionaltiy for C# to call



matjame wrote:
All I need is its layout to appear on my c# webpage.


Web pages are written in HTML, not C#. You can get aspx pages which are converted to HTML by the server, but CSS is not applied to the codebehind, it is applied to the HTML.


matjame wrote:
Step by step on how to do this would be nice thank you very much


If you "View Source" on this web page you'll see how it is done.

<link rel="stylesheet" type="text/css" href="/styles/global.css" />



Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: call .css file into c# Pin
matjame12-Jun-07 1:09
matjame12-Jun-07 1:09 
GeneralRe: call .css file into c# Pin
Colin Angus Mackay12-Jun-07 1:23
Colin Angus Mackay12-Jun-07 1:23 
Questionhow to take valid input in NumericUpDown control Pin
Rocky#11-Jun-07 22:38
Rocky#11-Jun-07 22:38 
AnswerRe: how to take valid input in NumericUpDown control Pin
Shy Agam12-Jun-07 0:41
Shy Agam12-Jun-07 0:41 
GeneralRe: how to take valid input in NumericUpDown control Pin
PandemoniumPasha12-Jun-07 1:02
PandemoniumPasha12-Jun-07 1:02 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#12-Jun-07 2:25
Rocky#12-Jun-07 2:25 
GeneralRe: how to take valid input in NumericUpDown control Pin
Shy Agam12-Jun-07 2:26
Shy Agam12-Jun-07 2:26 
GeneralRe: how to take valid input in NumericUpDown control Pin
PandemoniumPasha13-Jun-07 0:37
PandemoniumPasha13-Jun-07 0:37 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#12-Jun-07 2:14
Rocky#12-Jun-07 2:14 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 0:44
Rocky#14-Jun-07 0:44 
GeneralRe: how to take valid input in NumericUpDown control Pin
Shy Agam14-Jun-07 2:09
Shy Agam14-Jun-07 2:09 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 2:15
Rocky#14-Jun-07 2:15 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 2:16
Rocky#14-Jun-07 2:16 
QuestionMy computer Explorer Pin
Jayesh Talsaniya11-Jun-07 22:28
Jayesh Talsaniya11-Jun-07 22:28 
AnswerRe: My computer Explorer Pin
Pete O'Hanlon11-Jun-07 23:19
mvePete O'Hanlon11-Jun-07 23:19 
Question[XAML Beginner] how to customize my list box? Pin
Super Lloyd11-Jun-07 21:54
Super Lloyd11-Jun-07 21:54 
QuestionIs it possible to have TabControl without the Tab to click on? Pin
Khoramdin11-Jun-07 21:46
Khoramdin11-Jun-07 21:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.