Hi guys!
I have created a .NET web service using C# and ASP.net
I like to upload or host it online, so that I pass the URL to my friends for use.
please help me with the steps of upload the web service.
Thanks a lot
regards
Kai
Hi all,
I interested using webwork 2, after great experience on struts 1.2 on previous project. But after I checked on link text
the latest release is 2007, and the few documentation tutorial status "is in progress".
anybody know, is it still being developed or released periodically?
Thanks in advance.
Regards,
Mr.K
We are changing from SourceSafe 2005 to visual svn.
How can an exisiting project be added to a solution
Example:
I create solution1 with 3 projects and add to /trunk
I create solution2 with 1 project and add to /trunk
In solution1 I add existing project from solution2, but I cannot add to subversion. I get "out of working copy, use the VisualSVN-Set Working Copy root menu"
In SourceSafe2005 it would just link, what is the procedure for VisualSVN? Branch?
Regards
_Eric
Does anyone know how can the horizontal control line be removed or made invisible.
What am trying to say is, I just want to show the drag-thumb and not the horizontal line.
Is there a way to do so, with out using skins?
Regards
Zeeshan
Hi,
In order to generate the encrypted data we would need to define a Key that should suffice generating the data. But in .net DESCryptoServiceProvider requires Key and Intialisation Vector to generate the encrypted data. In this regard, I would like to know the importance & the benefit gained by defining this initialisation vector field. Is this mandatory while encryption using DES algorithm.
Pls share your thoughts on the same.
Regards,
Balu
Hi,
I want to select the records from a table which are updated or added in the last one month (table doesn’t have any datetime field and I can’t change the table structure).
Is it possible to write a sql query for that? how to fetch those records from table
regards,
kumar
Hello All,
I have created login page using Tibco GI and want to integrate this page with Restful web service for authentications.
can any one know how to integrate restful web service with tibco GI?
Regards,
Bikkie
Hello there :)
I am writing an application, and in it, I would like to have some h1 elements with variable font size.
I use the full width (1000px) of a div as a limiter, and a script that automatically sets the font of the h1-element so that it fits the width of the div without line break.
This is quite easy to do with php GD, but I thought I wanted to do this client side.
Thank you for your time.
Kind regards
Marius
I have only .APK file of PDF Viewer and my requirement is to use pdf viewer for reading document called through Web API . Is there any possibility to integrate these two in same package apart from source code ?
Waiting for reply. Thnaks in advance.
Regards,
Praween
Hi,
I need to use Session variables in my Silverlight application ( Using Visual Studio 2008, and Silverlight 3). I am already using a webservice (not WCF service) and would like to know if I can add two methods say GetSessionVariable and SetSessionVariable in my existing WebService Class?
Any assistance with sample code would be great!
Regards and Thanks in advance,
Nadeem.
Hi
I'm using Google web toolkit to develop a small login page. I'm using GWT Designer. My problem is that the rootPanel is not being displayed at the centre but at the top-left corner of the browser. How can I put it at the centre of the page plz?
Thanks and regards,
Krt_Malta
I want to implement a model "Contact", whose data is not stored in database, but remotely.
The operations on data are done via web service.
The model Contact is related to other models, whose data is stored locally.
Is there any plugin/gem which can take care of this?
Regards,
Pankaj
Hi,
I'm using MS EnterpriseLibrary.Logging and that works perfectly.
But the logfile(s) are placed in where the program file are located.
How do I get it to place my logfiles in individual users applicationData folder??
The folder I'm talking about is the one you get by calling
"Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)".
Any help appreciated :-)
Best Regards
Søren
Hi there,
I am playing with the API from PowerOlap, but I can't get any documents on that API, is there anyone out there that can introduce me some books or sites so then I can get some idea how to use the API?
But for now, is there anyone here that used PowerOlap API before? Can you show me some sample code?
Regards
Hello
I've a string @mainString = 'CATCH ME IF YOU CAN'. I want to check whether the word 'ME' inside @mainString.
So how to check if a string has a substring in sql?
Thank you
Regards
NLV
Hi,
I know its possible to receive a dayClick event on Fullcalendar. But I would like to manage just the double click event. Is this possible?
Thanks in advance!
Best regards
PH
How to integrate ATG framework with eclipse so that i can run ATG application from eclipse and debug it using eclipse debugging plugins ? which development tools do you use when developing ATG application? Thanks in advance for any helps from you.
Regards!
I just installed the Nfc Demo from google, but it doesn´t read the information from the Tag.- It just provides some fakeTag information. Has anybody an idea, where I can change the sample to read from the nfc Tag? Or has somebody a working nfc demo for the nexus?
If we could bring a nfc demo to work, many people would have the possibility to develop a nfc demo on their own.
Best regards
Alexander
Hi All,
I am looking for adding a version number to the wsdl that gets created for a WCF service. Let me know whether it is a good practice to add the version number as a part of data contract or at the soap headers? if so how to do it? This version number would be helpful to find out the latest wsdl.
Thanks & Regards,
Priya.R
Hi,
I wonder how to label each equation in align environment? For example
\begin{align} \label{eq:lnnonspbb}
\lambda_i + \mu_i = 0 \\
\mu_i \xi_i = 0 \\
\lambda_i [y_i( w^T x_i + b) - 1 + \xi_i] = 0
\end{align}
only label the first equation and only the first equation can be referred later.
Thanks and regards!
Hi folks:
I have a question: How to compile a static library in linux with gcc, i.e. I need to compile my source code into a file named out.a. Is it sufficient to simply compile with the command gcc -o out.a out.c? I'm not quite familiar with gcc, hope anyone can give me a hand. Thanks
Regards.
Hello Colleagues,
If XMLHttpRequest is used with asynchronous mode, then are the onreadystatechange callbacks for 0,1,2 states called in UI thread only or in the background thread?
And is it possible that this behaviour could be different in different browsers?
Best Regards,
Keshav
I want to send my Array class using boost Mpi
template
class Array
{
private:
int size;
T* data;
public:
// constructors + other stuff
};
Here T can be any built in type or user defined type. Suppose I have a class complex
struct complex
{
std::vector real_imag; // contain two elements
};
So the question is how can I send Array using Boost::Mpi + serialization.
Thanks in anticipation
Regards
Noman