Search

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

Matching Posts

  • Opening new excel sheet from an excel hyperlink?

    I have a website (c#) that dynamically creates and opens excel reports. In these reports, some of the cells contain hyperlinks. When the cell's link is clicked, a new dynamic excel file is to pop open containing detailed information about the cell the user clicked on in the original file. My plan was to create a hyperlink to a .net webpage like the following: http://www.mySite.com/GenerateNewExcel.aspx?cellId=245&report=Report2 Then, this new webpage would generate a new report and pop it
    Posted to Enterprise Services Integration (Forum) by Goalie35 on 10/28/2009
  • Reading/writing data to another website?

    Does anyone know of a .NET solution to reading data from another website and updating data on that website? For example, there's a fantasy sports website that can read & display data about a persons "Yahoo!" fantasy sports team and send updates back to Yahoo. They also do this for about 20 other fantasy sports websites. As you can see in this image ( http://97.74.54.51/images/image1.jpg ), they ask for your Yahoo account info. They then somehow retrieve your Yahoo data and display
    Posted to Web Forms (Forum) by Goalie35 on 9/26/2009
  • Can sourcesafe be accessible via the internet?

    I've setup sourcesafe (2005 version) on my local machine as well as machines connected to our network, however does anyone know if I can setup a copy of sourcesafe on a dedicated web server & access it via the internet (i.e. http://www.mySite.com/sourcesafe/ ) ? I didn't see an option to do this in the sourcesafe options section. Thanks.
    Posted to Visual Studio 2008 (Forum) by Goalie35 on 9/16/2009
  • Is a "Redirector" class the best way to redirect most links on a website?

    I've created a class in my project called "Redirector". All links on the website hit this class to determine where to redirect to. My question is, is this the best way to handle all redirects within a website...or would perhaps storing these values into a database or something be a better approach? Here's a sample: public class Redirector : IRedirector { private void Redirect( string path) { HttpContext .Current.Response.Redirect(path); } public void GoToHomePage() { Redirect( "
    Posted to Architecture (Forum) by Goalie35 on 9/9/2009
  • Re: Is a "Redirector" class the best way to redirect most links on a website?

    Hi Vik200000in. Yeah, I agree. I'm going to set it up as an XML file. The concept of placing the redirects within a class came from within a programming book I'm reading. I didn't feel like creating this class was the best approach but I was curious what others thought about it. Thanks.
    Posted to Architecture (Forum) by Goalie35 on 9/9/2009
  • Anyone use StructureMap with asp.net? I'm having an issue.

    Hello. I haven't been able to find many online support resources for StructureMap with asp..net online, so I'm hoping someone can perhaps help here. I'm looking for help with the following error: -------------------------------------------------------------------------------------------------------------------- StructureMap Exception Code: 115 An exception occurred while trying to create an InstanceFactory for PluginType MyCompany.MyWebSite.Core.IAccountService,MyCompany.MyWebsite.Core
    Posted to Getting Started (Forum) by Goalie35 on 8/9/2009
  • Compile error on "IConfiguration" (possibly due to StructureMap software)

    I purchased a book (ASP.NET 3.5: Social Networking) which contains some sample code I'm having some trouble with. The code includes an inherited class called "IConfiguration", however visual studio is giving me an error which reads: "The type or namespace name 'IConfiguration' could not be found." Here's my code: using System using System.Configuration; using StructureMap; public class Configuration : IConfiguration { } ----------------------------------------
    Posted to Getting Started (Forum) by Goalie35 on 7/27/2009
  • Book or website on best practices for developing an object oriented asp.net website?

    I'm looking for a good book or website tutorial on the best/cleanest practices when developing an asp.net website from start to finish. In particular, developing an object oriented website. So basically, a book on the best approach to developing the cleanest, most efficient asp.net website possible. I'm not looking for any introductory books such as a "how to" work in asp.net, or c#, or anything. I feel I'm already very well experienced in those languages however I currently
    Posted to Book Reviews (Forum) by Goalie35 on 6/23/2009
  • CollapsiblePanelExtender won't expand when I click a link?

    I'm using an asp.net ajax collapsiblepanelextender control on my web page . This control expands by clicking a link, which is located inside of a separate panel. When the user initially visits the page, the panel is not visible. Once they choose to set the panel to visible, they can then click the link to expand the collapsiblepanelextender. My problem however, is when I click the link, the collapsiblepanelextender does not expand. If I take this link out of the hidden panel, everything works
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Goalie35 on 6/16/2009
  • Problem with masterpage & javasript in my "head" tags

    Why do my masterpages have issues reading javascript functions placed up into my "<head>" tags, yet when I move the javascript function down into the <BODY>, it works fine? And what can I do to fix this? For example, I have a javascript function in my head tag that looks like this: < script type ="text/javascript"> //<![CDATA[ // Opens a new browser window with the specified URL function openWindow(url) { var newWin = window.open(url, 'newWin' );
    Posted to Client Side Web Development (Forum) by Goalie35 on 6/14/2009
Page 1 of 11 (104 items) 1 2 3 4 5 Next > ... Last »