Search

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

Matching Posts

  • Re: New Routes & Html.RouteLink doesn't seem to work...

    I'm not sure what is going on but it is not at all working now. I've been running the RC and updated to the release version and still nada. <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl< RoomsAlive.ViewModels.ProductCatalogViewModel >" %> < div id= "product_nav" > < ul > <%- -ADD PREV TAB-- %> <% if (Model.HasPreviousPage) { %> < li > <%= Html.RouteLink("<<", "CatalogMenu"
    Posted to ASP.NET MVC (Forum) by StarPilot on 3/28/2009
  • Overloaded routes?

    I am trying to work through some examples on Routing, Controllers and Views. I'll take one way to present a blogging site as my example. Here are the patterns: http://abc.com/blogs http://abc.com/blogs/[year ] http://abc.com/blogs/[year]/[tag ] http://abc.com/blogs/[year]/[month ] http://abc.com/blogs/[year]/[month]/[tag ] http://abc.com/blogs/[tag ] http://abc.com/blogs/[user ] http://abc.com/blogs/[user]/[year ] http://abc.com/blogs/[user]/[year]/[tag ] http://abc.com/blogs/[user]/[year]/[month
    Posted to ASP.NET MVC (Forum) by StarPilot on 12/3/2008
    Filed under: MVC, mvc routing, Routes
  • Re: Excel, SSIS and ASPX

    I ended up writing a C# console app that would take in an excel file, make sure it was in a format that I had written for, then read from each worksheet to build a datarow. The dataset was then translated to a XML format and saved to disk. In SSIS I have a step that runs this external process. The next step then reads in the XML file and then we can do the other processing that needed to happen in SSIS. I don't have code samples available as I am on to a new client.
  • Re: Import of MSDTC transaction failed: Result Code = 0x8004d00e

    Unfortunately no. I even sent it to MS' Help Desk and they could not figure it out either. Sorry.
  • Re: SQL Server 2005 Question

    localhost\sqlexpress is the dev instance installed by default with VS.NET. If you open SQL Mgmt Studio then add a new server and give it the name of localhost (I prefer using my machine name) then you should see that instance.
  • Re: Issue with simple webform

    My first guess, since it served me the page in text form directly to my VS.NET IDE, is the site is not setup for running ASPX pages. Check to make sure that the correct framework is installed and that IIS is configured to run ASP.NET apps.
    Posted to Web Forms (Forum) by StarPilot on 10/16/2007
  • Re: Dropdownlist

    Do you have a join between these 2 tables? Something that would allow you to match items from table 1 to table 2? Usually some sort of ID. I'll assume you do have something like this, so the query would look like: SELECT t1.Name + ' / ' + t2.Name AS DisplayText FROM Table1 t1 , Table2 t2 WHERE t1.ID = t2.ID Is that what you are looking for?
    Posted to Web Forms (Forum) by StarPilot on 10/16/2007
  • Excel, SSIS and ASPX

    What is the most modern, super-duper way to open an Excel spreadsheet, bring it into code, manipulate data then push it into the database? Basically, I have spreadsheets that are formatted like this: Row Headers = Markets & SubMarkets (same column) Col Headers = Market Flag (col 2) , Quarters (col 3…n) Tabs = Data columns (7 tabs) The requirements for this are to have a web page where a user can upload an excel file, the page calls a business object to read in the file, pivot the tab data into
    Posted to Enterprise Services Integration (Forum) by StarPilot on 10/16/2007
    Filed under: ASPX, SSIS, Excel
  • Re: Package loses configuration files!

    We are using SQL 2005 Enterprise. I believe it is SP1 as well. Will see if naming everything in lower case only fixes it up. Thanks.
  • Package loses configuration files!

    I created a project with multiple packages. I created a global config file that all packages reference. I also created a config file for each package that contains the package specific settings. I checked it all into TFS. I went to a different machine and checked it all out. Upon loading a package into the IDE I got the following 3 warnings. Warning loading MT_LSE_PROD_StageLoad.dtsx: The configuration file "MT_LSE_PROD_StageLoad.dtsConfig" cannot be found. Check the directory and file
Page 1 of 20 (192 items) 1 2 3 4 5 Next > ... Last »