For our intraNET we need to run application, when user clicks on link. Security is doneanother way (apache, firewall)开发者_运维技巧. This is only for users in our company. Operation system is Windows
I would like to get some suggestions on my current headache. I have been researching on search engine for client side browser. I am building custom glossary project. The idea of the search engine will
I want to develop a webapp using ASP.NET but it have to use some client-side functionality provided by desktop application also developed by me.
i am opening a pop up from code behind(which i am using as waiting image while processing) after that i am doing some activity in background ,when theactivity is done i am closing that pop up . the pr
I am trying to acquire the CPU type of visitors from Javascript using navigator.cpuClass in order to offer them the correct download.In my tests I have run into an example of navigator.cpuClass return
I have been working purely with ASP.NET so far, but am getting frustrated with the restrictions of the AJAX toolkit when it comes to animations, so I have been looking at using Jquery since yesterday
I\'ve loaded a form dynamically into a jquery ui dialog. Now I want to add client side validation to this dialog. I\'ve tried Scott Gu\'s Blog and that works all well and good but doesn\'t af开发者_如
My ASP.NET WebForms project heavily depends on JQuery. An on some level, I find myself doing the follo开发者_运维知识库wing;
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I am trying to send the value returned by a function to a database using client-server model. I am using Javascript as my client model. How can I connect to a server to send my data to the database.