WebServices not working
Thu, 21 Aug 2008 09:52:10 -0500
I have done some new development on older files, locally - then I copy the
files, along with the .vb files for the webservices, to our DEV server.
Now, mysteriously, no web services are running - I did find that some of the
disco/wsdl files referenced the wrong webservice website, and I changed
them, but no w ...
|
problem trying to consume web service that returns a strongly typed
dataset from 1.1 web app
Thu, 21 Aug 2008 07:40:56 -0700 (PDT)
I've got a web site in .net 1.1 that uses a .net 2.0 web service. If
any of the methods in the web service return a strongly typed dataSet,
I get the following error when trying to instantiate the webService:
"Method Service.get_SreetList can not be reflected."
Here's an example of one of the methods that ...
|
Re: FileUpload FileSpec
Thu, 21 Aug 2008 14:17:47 +0000 (UTC)
Hello Juan,
> if (FileUpload1.HasFile)
> {
> string filename = FileUpload1.FileName;
> string extension = System.IO.Path.GetExtension(FileUpload1.FileName);
> if (extension == ".pdf")
> {
> //your upload code...
> }
> }
Thanks Juan. I already have something like that on the server-side.
I was hoping ...
|
FileUpload FileSpec
Thu, 21 Aug 2008 13:58:18 +0000 (UTC)
Is there any way to tell the FileUpload control to produce a clientside dialog
with a particular filespec filter on it.
For example I would like to restrict users to only uploading pdf files.
Thanks
--
Rory
...
|
Hidden Fields
Thu, 21 Aug 2008 06:14:00 -0700
Hello Folks,
I am having an issue with retrieving value of hidden field in the
codebehind. The value of the control is set using Javascript defined in the
Page Load Event. I have tried putting the code in the Page Init to without
any results. Could someone please assist?
Code Snippet:
<input id="hdnTe ...
|
ISLAM and the AIM of LIFE
Thu, 21 Aug 2008 05:45:06 -0700 (PDT)
ISLAM and the AIM of LIFE
What is your purpose in life? What is the rationale behind our life?
Why do we live in this life? These questions frequently intrigue
people who try to find accurate answers.
People provide different answers to these questions. Some people
believe the purpose of life is to accumula ...
|
ISLAM and the AIM of LIFE
Thu, 21 Aug 2008 05:45:01 -0700 (PDT)
ISLAM and the AIM of LIFE
What is your purpose in life? What is the rationale behind our life?
Why do we live in this life? These questions frequently intrigue
people who try to find accurate answers.
People provide different answers to these questions. Some people
believe the purpose of life is to accumula ...
|
|
|
ISLAM and the AIM of LIFE
Thu, 21 Aug 2008 05:44:54 -0700 (PDT)
ISLAM and the AIM of LIFE
What is your purpose in life? What is the rationale behind our life?
Why do we live in this life? These questions frequently intrigue
people who try to find accurate answers.
People provide different answers to these questions. Some people
believe the purpose of life is to accumula ...
|
Profile Save not working
Thu, 21 Aug 2008 13:18:38 +0100
Hi there,
I have a web site, with a web service in folder within the website.
Everything works as I would expect it to. I have just added some
functionality to the web service that accesses a user profile and then
updates one of the settings then saves the profile. No exceptions occur
during this proces ...
|
MVC Html.CheckBox
Thu, 21 Aug 2008 05:08:38 -0700 (PDT)
Hi,
I have the following on an Edit view to edit a IsPublished field:
<%= Html.CheckBox("IsPublished", "", "",
ViewData.Model.PostPaper.Post.IsPublished, new { @class = "CheckBox" })
%>
I get the error:
System.Web.Mvc.HtmlHelper' does not contain a definition for
'CheckBox' and the best extension meth ...
|