New to ASP.Net
-
Hello guys, I'm totally new to this web dev thing, infact I've only written 3 maybe 4 web pages that I've completely fumbled my way through. I have background in C#, so I will continue to use that for the codebehind, but I have absoulutely NO knowledge of the html/web code. Is there any fast-paced *decent* training or documentation that you could point me to so I may begin learning. Oh, might I add that I was hired for a web devr (yes, they are fully aware of my level of understanding of web) who is willing to work with me and train me, but I've got my first proj and its kicking my butt....!!! For instance...I'm trying to run wmiClass code:
("Win32_BIOS","SerialNumber")
and it only pulls the serial from the server-side, not the client-side as expected. How would i run this on the client side. I could also use a good resource for javascript or jscript, as the head guy here said that would be a invaluable resource for client-side stuff... Help!!! string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity? -
Hello guys, I'm totally new to this web dev thing, infact I've only written 3 maybe 4 web pages that I've completely fumbled my way through. I have background in C#, so I will continue to use that for the codebehind, but I have absoulutely NO knowledge of the html/web code. Is there any fast-paced *decent* training or documentation that you could point me to so I may begin learning. Oh, might I add that I was hired for a web devr (yes, they are fully aware of my level of understanding of web) who is willing to work with me and train me, but I've got my first proj and its kicking my butt....!!! For instance...I'm trying to run wmiClass code:
("Win32_BIOS","SerialNumber")
and it only pulls the serial from the server-side, not the client-side as expected. How would i run this on the client side. I could also use a good resource for javascript or jscript, as the head guy here said that would be a invaluable resource for client-side stuff... Help!!! string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity? -
Hello guys, I'm totally new to this web dev thing, infact I've only written 3 maybe 4 web pages that I've completely fumbled my way through. I have background in C#, so I will continue to use that for the codebehind, but I have absoulutely NO knowledge of the html/web code. Is there any fast-paced *decent* training or documentation that you could point me to so I may begin learning. Oh, might I add that I was hired for a web devr (yes, they are fully aware of my level of understanding of web) who is willing to work with me and train me, but I've got my first proj and its kicking my butt....!!! For instance...I'm trying to run wmiClass code:
("Win32_BIOS","SerialNumber")
and it only pulls the serial from the server-side, not the client-side as expected. How would i run this on the client side. I could also use a good resource for javascript or jscript, as the head guy here said that would be a invaluable resource for client-side stuff... Help!!! string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?Ok, so i've found something that says there is a way to expose server side methods on the client side, but of course it didn't explain how to. So my hopes is that you guys could help with this. What I am attempting to do is retrieve the client side's Bios serial number for display to the user/client. If I were to be using rich client i'd use wmiClass Win32_Bios. I've tried using this, but to my dismay it only pulls the server info. So any Ideas, Would it be usefull for me to delve into Web Services? or is that just a distraction ? Thanks for any help! string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?