Search

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

Matching Posts

  • Re: issue tracker for ASP.NET 2.0

    The only real issue I have seen is formatting issues with the header.ascx and footer.ascx . This is due to the fact that the 1.1 version doesn't have master pages. Thus when you try to convert to 2.0 It doesn't like it when you have your HTML tags split up between pages. What I mean is that in 1.1 the <HTML><Header><BODY> tags are in the Header, the </BODY></HEADER></HTML> tags are in the footer, and the page that contained the header and footer user controls between
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 2/16/2007
  • Re: issue tracker for ASP.NET 2.0

    Unfortunately I know of no 2.0 issue trackers. I am sure some one out there has converted it for themselves, but I haven't seen any yet. MS has not created a 2.0 version yet. Laters, Dy
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 2/16/2007
  • Re: Using SQL Server 2005 database

    I have loaded my DB into SQL 2005 Express. And everything seems to be fine with the web site, but I am having issues with my connection string. It is currently the same string that I was using for SQL 2000, but I am the following error: SQL Server does not exist or access denied Is there a change that needs to be made to the connectionstring for 2005 Express? Or do I need to give special permissions to a user for DBO? thanks, Dy
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 10/25/2006
  • Re: Migrating some material from VWD Express to Dreamweaver

    I had the same error, so I added the runat="server" attribute. It made the tree work, but now my stylesheet is not being used and I don't know why. I am using VS 2005 Anyhelp would be nice.
    Posted to Macromedia Dreamweaver MX (Forum) by Dycacian on 9/27/2006
  • Re: Displaying multiple tabs on one page.

    I am unsure what is causing your problem, but I am using a different approach to printing all the details of an issue. I created another tab called Issue Report. This tab essentially contains all of the controls within all of the other tabs, in one place. I then modified each control to take out the editing functions. I didn't really have to change much code, and I didn't have to change any DB procedures or classes. I just copied the modules I needed from each of the tabs into a separate tab and
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 8/23/2006
  • Re: Issuetracker and ASP.Net 2.0?

    Aaah good to know. I will take a look at it as well. Might be a good place to learn more about the cookies. :D
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 7/10/2006
  • Re: Query problem

    I had this error when I created droplists to change the paging of my datagrids. I solved it by handling the exception with a TRY block. Sub OnRebindCommand( ByVal e As EventArgs) '***************************************************************** ' - 05-11-2006 'Added the Try block to handle the exception when the CurrentPageIndex > PageCount. Try RaiseEvent RebindCommand( Me , e) ' Original code Catch ex As System.Web.HttpException grdIssues.CurrentPageIndex() = grdIssues.PageCount - 1 Finally
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 5/22/2006
  • Re: Issuetracker and ASP.Net 2.0?

    Thanks, I upgraded, and i didn't find any problems. So at least I know it is still working.
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 5/22/2006
  • Re: very very urgent

    I got around that by making my sourcecode directory into a Web application in IIS. I don't know if this is the best way to do it. but it worked. Once there was a URL associated with the project I was able to open it.
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 5/22/2006
  • Issuetracker and ASP.Net 2.0?

    I am at a point where I would like to upgrade to .Net 2.0, but I don't want to break IssueTracker. Has anyone has issues with this? If so what were the issues. Any info would be great. Thanks, Dycacian
    Posted to Issue Tracker Starter Kit (Forum) by Dycacian on 5/11/2006
Page 1 of 3 (23 items) 1 2 3 Next >