I want to show a message box when users trying to do any major operations in my web part. If user choince [Yes], then continue to do sometiing ...[No] for nothing.
How can i implements this function in my web part , Sharepoint 2007 ??
pls help me ~~
thx
...
Hi,
I am calling a Java web service using a .NET client, the return message is badly formatted since the deserialzation process throws an exception.
Is there a way to view the raw xml data being returned by the web service in the .NET Client.
Many thanks
...
I'm writing a JavaScript application which should let the user to load & save files in his/her PC. To do so, I need a basic server used only to echo loaded and saved files between the client and the server, since JavaScript doesn't have direct access to files.
What's the most lightweight solution to this problem?
...
What are some of techniques good for detecting if a webpage is the same?
By same, I don't mean char-for-char equivalent (that's easy), but is robust enough to ignore something like a current date/time on the page, etc.
E.g., go a Yahoo! News article load the page, open the same page 10 minutes later in another browser. Baring rewri...
Has anyone seen or know of a website which gives you a varying degree of difficulty algorithm to solve(time based or not doesn't matter). Preferably in a multitude of languages.
What I am looking for and not sure if it exists is a place which would give me a algorithm to try to solve in any language I specify, such as some factorial alg...
I have a number of tables with the same columns and it would look a lot nicer if they shared the same column widths. Is such a thing possible? Putting them in the same table with some rows with no borders between them isn't an option.
Edit: Yeah I'm aware I can fix the widths myself but I was hoping for something that would tie in to ...
Delphi(6-7-2005-2007-2009) Wsdl Importer is badly :(
i'm looking another wsdl importer for delphi. (like Web Service Toolkit For Lazarus)
anybody know ?
...
What is the most secure and easier way to send approx. 1000 different records into database that is not directly accessible - MySQL database on Web provider's server - using Windows application
.
Data will be stored into different tables.
Edited:
The application will be distributed to users who have no idea what is database or putty or...
I would like to know what a Unit test and Web Test is in the .NET Framework and What are the difference between these tests? and How does it affect with the implementation of the CSLA.NET? Please help, thanks!
...
I've always wondered about this ... and thankfully, now have a good environment of experts to ask this question.
When creating a web application project which web server is the most expedient to use?
This is a duplicate question ... http://stackoverflow.com/questions/281667/asp-net-development-server-or-localhost-iis ... my bad!
...
What is a reasonable amount of time to wait for a web request to return? I know this is maybe a little loaded as a question, but all I am trying to do is verify if a web page is available.
Maybe there is a better way?
try
{
// Create the web request
HttpWebRequest request = WebRequest.Create(this.getUri()) as HttpWebRequest;
...
I want to launch the browser in a different process when a particular link is clicked on the page. When I checked the net I found the following tip: http://www.dslreports.com/faq/3849 . But there we have to change the registry. Is there any simple way of doing this without touching the registry?
...
I write web based applications. Performance is obviously a key factor. Whilst database load and page rendering time are things I have control of, the users internet connection is not.
What I'm looking for is a way to indicate what sort of a connection a user has. Something along the lines of a traffic light in the corner of a website th...
I want to interact with a running process (doing things like querying information and changing settings) through a web application. How would I accomplish this?
...
I have a VB.NET web service that is calling a Interop COM object. When I make multiple calls to the web service at the same time, the web service processes fine until it gets to calling the first method of the COM object. At this point, it seems as though the calls to the COM object get put on a stack and they get processed on a FIFO b...
I am trying to specify a custom (ASPX) page to handle 404 errors.
I can't seem to do this with IIS because I use a port other than the default.
I have two versions of my site, one exposed (default port) and one on another port, for testing. I'm trying to do this in testing mode first.
If I do:
http://www.mysite.com/notapage ... I get ...
In creating virtual web servers (VirtualBox for me), does web content usually go "inside" the virtual machine or is there usually a file server running on bare metal serving files (content) to all the virtual machines?
Is there a typical scenario for storing content for virtual servers?
...
I have an app that would benefit from google-style autocompletion while filling in an entry field.
Any pointers on how this is implemented, or a package that I can drop in to assist?
...
Hi!
I got a asp.net portal lanching a 3.5 sp1 partial trust XBAP. The portal is running under Integrated Windows Authentication, but I'm unable to make the XBAP run under integrated auth.
The XBAP downloads, and lanches fine, but once a call a WS on the same server (different web site) I get a 401 error. If I set the WS to use anonymo...
In a VBA module in excel 2007, is it possible to call a web service? If so, any code snippets? How would I add the web reference?
...