1
vote
2answers
1k views
Pressing Enter on TextBox in Silverlight
I am working on a silverlight app that you need to enter information into a textbox and then just hit enter. Well there is no onclick event, that I could find, so what I did was use the onkeypress …
2
votes
4answers
1k views
ASP.NET MVC and JQuery get info to controller
I am totally confused on how to do ajax stuffs with jQuery and it seems the more I try the more confused I get. At this point all I want to do is get data to my controller using jQuery ajax. Some …
0
votes
Beginner Programmer - Which direction
I am very familiar with where you are at right now. Was just there and finally coming out of it. My suggestion is you code, read others code and things of that nature. Really make sure you under …
3
votes
Using a custom URL rewriter, IIS6, and urls with .htm, .html, etc
Don't know if you can or would want to do this, but there is the Ionics Isapi url rewriter you can use.
http://www.codeplex.com/IIRF …
2
votes
How do I control a Power Strip’s power from C#?
There is something at Coding4Fun that might help.
http://blogs.msdn.com/coding4fun/archive/2006/10/3 …
