Search:

Type: Posts; User: Andy

Page 1 of 13 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    8
    Views
    885

    Re: [RESOLVED] Relational Data in datagrid

    Wow. Talk about a blast from the past.
  2. Replies
    5
    Views
    1,590

    Re: [2.0] How to access windows registry?

    You can use the static methods of Microsoft.Win32.Registry.CurrentUser class

    HTH
  3. Replies
    9
    Views
    973

    Re: Which syntax is more efficient?

    Thanks "j" Speed IS a concern but I was worried more about how much overhead is being piled up on the server in this situation.
  4. Replies
    9
    Views
    973

    Re: Which syntax is more efficient?

    I thought String.Equals() checked for reference equality.
  5. Replies
    9
    Views
    973

    Re: Which syntax is more efficient?

    I'm willing to bet you are right on the money :D Maybe someone with knowledge of the internals of the String.Compare() method will chime in :D

    Why am I stressing over this? Cause this website...
  6. Replies
    9
    Views
    973

    Which syntax is more efficient?

    I'm trying to optimize a few methods while I'm converting the code from VB.net ( version 1.1 ) to c# ( version 2.0 )

    I found a lot of these statements to compare strings :

    If...
  7. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    That IS good to know :D

    I've grown to put up with UAC. I've heard the Linux geeks complain about it but Fedora has this same type of feature and I'm sure most dists are the same way so I can't...
  8. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    that's waht I'm playing with right now :D I may have jumped the gun a bit assuming it was UAC..BUT...the problem connecting to the database is solved and it was because of the Browser Service...
  9. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    absolutely. I couldnt enable the service in services.msc until i disabled UAC. I'm going to reset things like they were and play around to make sure but I believe that's the underlying problem...
  10. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    Thanks :D I read that last night...

    I re read it and it sparked an idea though..I tried enabling the sqlServer Browser service using the configuration tool...it wouldn't even let me...SOOOOO

    I...
  11. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    Server Explorer...the utility in VS ...not management studio...I can use the Management Studio with no problems at all...

    I still need to see if I can programmaticely connect to the database too....
  12. Thread: [2.0] Update?

    by Andy
    Replies
    8
    Views
    888

    Re: [2.0] Update?

    click once does this for you automatically..have you considered making your app a click once app?
  13. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    That's a good theory. How do I go about creating a new instance after patching the first instance? I'd be more than willing to try this :D

    It really stinks not being able to use Server Explorer LOL
  14. Replies
    1
    Views
    575

    Re: Image gallery design

    hey mods..This thread will be talking about doing this in asp.net 2 so you might want to move this to the asp.net forum....my bad
  15. Replies
    14
    Views
    1,249

    Re: vs2005 / ss2005 + vista

    Sure have...I installed both those and the sp2 update for sql server.
  16. Replies
    1
    Views
    575

    Image gallery design

    This isnt a 'c#' specific question but since I program in c# primarily, I thought I'd ask here ;)

    I'm designing a family photo gallery for myself and just wanted to ask what everyone's ideas were...
  17. Replies
    14
    Views
    1,249

    vs2005 / ss2005 + vista

    howdy all :D

    I've tried all the suggestions found online to get SqlServer 2005 and vs2005 to work in vista...unfortunately, nothing works.

    I'm trying to use Server Explorer to connect to an...
  18. Replies
    13
    Views
    973

    Re: Themes and problems in 2.0

    You and I think alike ;) That's exactly how I'm re-designing this :D

    Keep the suggestions a-comin'!
  19. Replies
    13
    Views
    973

    Re: Themes and problems in 2.0

    also...i'm not 'porting' per se...I'm actually re-writing the whole site. I'm just required to keep certain things the same so the customer's dont get confused ;)
  20. Replies
    13
    Views
    973

    Re: Themes and problems in 2.0

    heh ..it IS broken ;) while the css implementation was done nicely, the graphics are hideous and the business logic is all over the place and the programming was done bit by bit over a 7 year span so...
  21. Replies
    13
    Views
    973

    Re: Themes and problems in 2.0

    This project is actually growing more complicated every minute LOL

    The site i'm creating is an old 1.1 site that was contructed to use css and it ws done very nicely. But now, I'm trying to port...
  22. Replies
    13
    Views
    973

    Re: Themes and problems in 2.0

    ah....i figured out what I was doing wrong...I needed to update some definitions to reflect that I'd changed directories...That threw me off :(
  23. Replies
    13
    Views
    973

    Re: Themes and problems in 2.0

    when I tried that, the skin files don't work. I thought maybe when I manualy inserted the <link> tags, something was happening to the skin file.

    I'm still trying that to see if I'm missing...
  24. Replies
    13
    Views
    973

    Themes and problems in 2.0

    This is such a broad term to search, google has sorta been little help here.

    Has anyone found that using multiple stylesheets in a theme folder troublesome? I have several stylesheets for...
  25. Replies
    10
    Views
    1,255

    Re: asp.net 1.1 and Sql Server Reporting services

    I'm actually in the process of trying to talk my company into purchasing extra hardware just for this :D I want a blade server with Linux on it that will be our VM server so we don't run into this...
  26. Replies
    10
    Views
    1,255

    Re: asp.net 1.1 and Sql Server Reporting services

    I dont have the hardware resources right now. all of our computers are in use and we don't want to go willy nilly with testing software out just yet. We don't want to mess up anything :D
  27. Replies
    10
    Views
    1,255

    Re: asp.net 1.1 and Sql Server Reporting services

    I think you're right about not being able to use ssrs2005 with vs 2003..it just makes sense...I WISH I had the resources available to test this :(

    When i do find out for sure, I'll make sure to...
  28. Replies
    10
    Views
    1,255

    Re: asp.net 1.1 and Sql Server Reporting services

    don't quite follow you here...

    I got this response from the MSDN forums. If i understand you, they are contradicting you by saying you can use vs2003 to create ssrs 2005 reports:...
  29. Replies
    10
    Views
    1,255

    Re: asp.net 1.1 and Sql Server Reporting services

    bump?
  30. Replies
    10
    Views
    1,255

    Re: asp.net 1.1 and Sql Server Reporting services

    What I've read all day is that to use the SQL Server Reporting Services for 2005, you have to use visual studio 2005. It's not possible to use vs 2003.

    Does anyone have any contradicting info?
  31. Replies
    10
    Views
    1,255

    asp.net 1.1 and Sql Server Reporting services

    Howdy all! Man, it's been a long time :D

    I am trying to do some research and am coming up empty handed. I need to know the possiblility of using asp.net 1.1 and ssrs 200'5' together.

    I don't...
  32. Thread: New to reporting

    by Andy
    Replies
    3
    Views
    506

    Re: New to reporting

    In a nutshell, no LOL
    I wasnt really given a lot of info on this one :( The user apparantly wants to be able to specify what crieteria on the fly at run time. They basically want to generate a...
  33. Replies
    3
    Views
    479

    Re: Visual Studio 2005 automation

    it would be sweet if you could alter the code behind those layout buttons...But, MS isn't exactly liberal with some of their code LOL
  34. Replies
    3
    Views
    479

    Re: Visual Studio 2005 automation

    Right...that's how i do it now....for each text box. :(
    I was trying to figure out a way to simply select all the boxes and run a macro that would do all that for me.

    It really sux when you have...
  35. Thread: New to reporting

    by Andy
    Replies
    3
    Views
    506

    New to reporting

    I need to create a windows project that produces reports.....that's all the info i was given by my project manager.

    I have never done 'reports' other than getting data from a database into a grid...
  36. Replies
    3
    Views
    479

    Visual Studio 2005 automation

    Not sure if this is the right forum but here goes:

    I need to create a macro that formats selected controls for me. I'm finding myself selecting a group of textboxes, collapsing the space between...
  37. Replies
    3
    Views
    602

    Re: advice on best practice

    Thanks for replying Jennifer.

    That's very helpful. What are you doing to dynamically control the database connection strings? Here, I need to be able to point to a development server OR...
  38. Replies
    3
    Views
    602

    advice on best practice

    What is the best method to go about doing this?

    i have a project that is my data access layer for a larger project which in turn is consumed by yet a third project. ( 3 tier design ). I need to...
  39. Thread: The new keyword.

    by Andy
    Replies
    5
    Views
    815

    Re: The new keyword.

    Actually I did state that a string was an object and meant a reference type. I just stated that incorrectly and very poorly LOL. Thanks for correcting that mis-statement ;)
  40. Thread: The new keyword.

    by Andy
    Replies
    5
    Views
    815

    Re: The new keyword.

    Since an int is a value type, it cannot be null. Therefore, when you declare a variable of that type, it has a default value. 0 in the case of an int. In the case of strings though, it's a bit...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width