web

Your step-into request resulted in an automatic step-over of a property or operator.

Iam getting the following error message while running .net 3.5 applciation Your step-into request resulted in an automatic step-over of a property or operator. This behavior can be overridden in the context menu for the line being executed by choosing 'Step Into Specific' or by unchecking the option 'Step over properties and operators...

Find text position

Hi. Could you please help me !!!! For example, I load some page into opera/Firefox etc., there is a text on the page (which is a link). What I need is to find position of the text on the screen and send mouse click to that position. Is it possible to do? If you can, give an example please!!!! ...

Problem in Tabindex

I have around 50-60 components and some of the fields are readonly. Now I want to set the tab index only for the fields that are read/write. Now the problem for me is, some of the components will be added according to the selection in my dropdown list box. Those components that are newly populated also contains some read only text boxes...

PHP WebService Call from other language

If webservices created using PHP,Is that web service can be call from any other language like Intersystems Cache Or GTM..etc.and call from anywhere? ...

Looking for a java web framework that support django styled url handling

I'm looking for a java web framework that will allow you to configure dynamic urls where information is being passed to the controller. For example /{clientName}/login would call the same controller regardless of the clientName and pass that clientName as an accessible value or an object in it's own right. ...

JavaScript - Storing data during user interaction

I'm working on a web based form builder that uses a mix of Jquery and PHP server side interaction. While the user is building the form I'm trying to determine the best method to store each of one of the form items before all the data is sent to the server. I've looked at the following methods Javascript arrays XML document Send each fo...

Unable to output formatted HTML from Jquery with html DataType

I am calling some data which has pre-formatted HTML code in it, but when it renders from the jquery it appears to ignore my markup. This is my jQuery: function GetFeed(){ document.getElementById("marq").innerHTML = ''; $.ajax({ type: "POST", url: "xmlproxy.ashx", dataType: "html", success: function(obj) { ...

What is the best way to prevent a webpage coded completely in HTML (no PHP or any server side language) from caching?

I thought by placing these two lines that it would prevent the page from being cached but this is not the case between the head tags: <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> As already mentioned this is on server that doesn't support PHP (or any server side language, well,...

Advantages of using WCF to work with Sharepoint Services WSS3.0?

Hi folks, what is your opinion or better off your practical experience using WCF to work with WSS instead of SP web services? I am writing some custom library for our software to store and retrieve files from WSS document libraries using sharepoint web services. I am not entirely happy with the performance of the sp web services - a b...

Telerik RadControls RadFormDecorator - Tow Problem About Positioning

hi my dear friends ... i am using asp.net with c# web app in vs 2008 problem 1: i do not know why Telerik RadControls- RadFormDecorator Moves some controls (such as Buttons or chech boxes) and changes their positioning up or down in my form after viewing in browser... i put those controls in a cell of a table ... but not help i had ...

ASP.NET XML to JSON for httphandler

Can anybody recommend the best way to do this? Should I use JSON.NET? ...

IE8 disappearing image bug

In IE8 (& maybe others), when I leave my page to go to another tab in IE and then come back to my page's tab, each time the cursor runs over an image it disappears until I refresh the page. I've heard of disappearing image bugs, but I couldn't find anything on this particular case, especially given this isn't a weird pre-IE8 bug. I am us...

meaning of web is stateless and http is statless protocol ?

hi, Please guide what is meaning by Web is stateless in simple words ? Kindly also explain what is meaning by HTTP is stateless protocol ? thanks ...

ASP.NET MVC 3 release date?

When will ASP.NET MVC 3 be released? ...

Replacing browser http authentication forms

Hello, I am trying to replace the default login slip which drops down when the user tries to access a page which needs HTTP Digest authentication. I'm trying to achieve this with jQuery. Below is a snippet of my code: $.ajax({ url: url, method:'GET', async:false, beforeSend:function(req) { req.setRequestHeader...

Use jQuery to retrieve single value from another domain

I'm doing some work for a charity that's having a fund drive. Whenever someone makes a pledge, their pledge amount is logged to SQL Server. They'd like to have the pledge total posted across a couple of other websites, so I thought, "a-ha! this is an opportune time to learn about web services!" I assumed I could set up a web service th...

How could I embed a html/css/js view in a webstart application

I would like to use a html/css/js view in my webstart project without requesting all permissions. I figured out that I could use the java HTTPServer to process the requests but I need a way to avoid using real sockets, so that the HTTPServer instantiation doesn't ask for some permission. Do you know any projects that achieve that ? and...

Personal projects competing with employers projects?

Recently at my place of employment it was discovered that I was developing an outside personal project (personal project being a project I have been working on, in my spare time, for my own purposes, using my personal equipment). My employer has an idea which is very similar to my outside project but has not been started, created, put o...

Things in .NET Framework 4 that every programmer should know

I recently moved to Visual Studio 2010 and upgraded my website to work with .NET Framework 4. (From VS 2008 - Framework 3.5) What are things I need to know to improve site speed, readability or memory use? ...

Synchronizing Pocket PC application using Web service.

I am using Satellite forms Pocket PC application. There is new requirement in which I have to sync the Pocket PC over HTTP protocol using Web Application (ASP.NET) . Please provide me some suggestions to do that. Thanks in advance... ...