I\'ve used stackoverflow many a time to solve my problems (code related!) but this is the first time I\'ve needed to post a question cause I cannot work out whats wrong.
I want to design a webform that user should fill some fields. The value of one field should be read from Serial port (COM1) of client computer which a special hardware is connected to it and the user
I am using jQuery to post some data to an asp.net mvc site. The post takes place successfully and the target controller action is hit when I debug it in Visual Studio, however it seems that the data I
How can I access Microsoft\'s Crypto API from a client side Web application? More specifically, access user\'s Windows-MY cer开发者_运维百科tificates through a web browser and use them to encrypt data
I have been trying this based on Scott Gu\'s blog: http://weblogs.asp.net/scottgu/archive/2010/01/15/asp-net-mvc-2-model-validation.aspx
I have a weird issue regarding validation of dropdowns on my form.One drop down is a list of states and is decorated with RequiredAttribute:
Here is the buddy class used to add data annotation validators to a Entity Framework model: [MetadataType(typeof(Result_Validation))]
One of the tips for lowering your app\'s cold-start latency is to use/upload as few JARs as possible. I\'m wondering what can I do to prevent 3rd-party GWT libraries (like gwtquery.jar etc.) from bein
I have a form that contains a TextBox. A pop up window will return a value and put it into the TextBox. when this happens, I need to populate another control. I tried tried \"onChange\" but it was 开发
I\'m trying to consume a remote Web service that uses HTTP basic authentication, using Apache CXF, within a JUnit test.