Search

You searched for the word(s): userid:612891

Matching Posts

  • class to do all conversions

    I have a class which I am using for doing all my conversions from one type to another. The thing I don't like is having to instantiate the class every time. Like new clsObjectConversions().fncConverToInt( What I would like to do is to call the class object like it was a function in the page fncConvertToInt Anyone have any suggestions on being able to do this? thanks ^.^
    Posted to C# (Forum) by bobothebugbear on 11/18/2009
  • Re: dynamic linq database name

    Thanks a bunch. Exactly what I was hopimg for.
  • dynamic linq database name

    Been reviewing the possible usages of LINQand have a question in which I can't find an answer if it is even possible. Every example I look at it specifies a specific database name. With the application, single app that all customers use, that we create, the site is customizable by the customer and to comply by certain regulations, each customer is given their own database. Our application refer to a master table of all customers based upon the URL to determine which database is theirs and how
  • webreferences exposing functions

    I have a web service that can be browsed to, to expose the WSDL. But when I add it as a webreference, it does not expose any of the public functions. To restate, the web service runs fine if I browse directly to it in IE. When I add it as a webreference the public functions don't show. Here is the top part of the web server. <%@ WebService Language="C#" Class="srvBatchReportPrinting" %> using System; using System.IO; using System.Configuration; using System.Data; using
  • Re: Exporting to excel?

    You were correct in that it was the caching. Thanks everyone for the different ideas.
    Posted to Getting Started (Forum) by bobothebugbear on 8/12/2009
  • Exporting to excel?

    Have this gridview that can be exported to excel. The gridview has paging and is setup to only return 25 records at a time even when there are more. But when we go to export to excel all records are to be included. Now, this works just fine when testing on our QA machine. When we move it into production, on a web farm, it no longer works. It always returns message Internet Explorer cannot download xxxxxxxx.aspx from somedomain.com. Internet Explorer was not able to open the Internet site. The request
    Posted to Getting Started (Forum) by bobothebugbear on 8/11/2009
  • Re: Can a Web service return multiple results

    Nope. I didn't say I was having a problem with the struct. What I said was that the XML only returns a single node and not multiple as I was thinking it would. Anyway, I'll look elsewhere and wait for a more productive response since you weren't of any help.
    Posted to XML Web Services (Forum) by bobothebugbear on 7/15/2009
  • Can a Web service return multiple results

    I have a web service that makes a call to a DB to return a listing of all the products along with its information. After I made the request the XML return only shows a single product, not all of them like expected. I put where I assign the class its values in the loop that goes through each product but that only returned a single product as well. I then thought I would need to set it it to new each time in the loop but that didn't work either. Can a web service return XML that contains multiple
    Posted to XML Web Services (Forum) by bobothebugbear on 7/14/2009
  • Re: Can a Web service return multiple results

    I'll try to explain it a bit better. :) What is happening that the XML is only generating a single product when I need it to generate all of them. Here is what the XML is generating. <?xml version="1.0" encoding="utf-8" ?> - <proInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/"> <productID>8E89AC5947CB</productID> <productCategoryName>Books<
    Posted to XML Web Services (Forum) by bobothebugbear on 7/14/2009
  • Re: Install VS2008 upgrade without installing VS2005

    Thanks everyone. All great information. I think I'll remove everything before installing VS 2008. ^.^
    Posted to Visual Studio 2008 (Forum) by bobothebugbear on 3/17/2009
Page 1 of 23 (229 items) 1 2 3 4 5 Next > ... Last ยป