Search results for query: *

  • Users: Gambit_NI
  • Content: Threads
  • Order by date
  1. G

    newbie mobile asp.net question

    can someone delete this cheers
  2. G

    configuring dev environment to run 2 pda's

    i've asked this on the MSDN Forums but nobody seems to know the answer!! so ill give it a try here Intially i had my development environment all setup and working fine for a single device. i am using vs2003, v1.1 compact framework and a Dell Axim X50 (windows mobile 2003 v4.21.1008) which...
  3. G

    What else for code reusability

    my task is to analyse our current systems and source code to identify potential areas that could benefit from either reusuable code, self-contained components. then draw up a high level spec detailing the components and code required so far i have the following classes ADOFunctions -...
  4. G

    Will Page_load fire everytime is a Master Page

    ASP.NET 2.0 query...... say i have a master page, that has a TreeView that is populated on the page load of the master page. when i select an item in the tree view it is then meant to load the corresponding page into the ContentHolder my question is, can you load the corresponding page...
  5. G

    What would you do???

    Recommended way to reuse Web Forms? basically, we have an webforms application that we are in the process of designing. the forms are really just shells (load of textboxes with buttons etc), with all validation & database access etc done through calls to associated classes a number of the...
  6. G

    using Team System within Excel 2003

    is there something i am missing??? i have followed these steps word for word and still cannot get the Team System toolbar to appear within Excel http://msdn2.microsoft.com/library/54ds2za4(en-us,vs.80).aspx i am using Office 2003 Prof Edition with SP1 applied i can get the Team System...
  7. G

    Click Once deployment probs

    [RESOLVED] Click Once deployment probs ive been experimenting with this today and have become a bit stuck!! the app itself is just a single form windows app, that is being published to a file share location on my local machine so i've went to publish it. i created the certificate and...
  8. G

    Can you install vs2005 along side vs2003?

    im going to start reviewing vs2005, but was wondering can it be installed along side vs2003?
  9. G

    i need to be able to disable a button

    i have a serverside button on my webpage which the user clicks to save the save can take a bit of time so basically i need some way of disabling the button once they click save. otherwise the user tends to hit save again then i get a concurrency error! any idea's/code welcome!! Cheers, Craig
  10. G

    vs2005 Webservices

    will they still only allow datasets to be returned from webservice methods? or will datatables etc be allowed? Cheers, Craig
  11. G

    Dataset vs DataReader - has got me thinking

    [Resolved] Dataset vs DataReader - has got me thinking ive just been reading the following thread http://www.vbdotnetforums.com/showthread.php?t=3855 in the Articles of Interest about the performance difference between Datasets & datareaders this has got me thinking on how i would go about...
  12. G

    using/reading from XmlTextReader

    i have the following XML file which contains settings i want to load into my application. but im having trouble reading the correct nodes. how do i get it to move to the appropriate node. ? <?xml version="1.0" encoding="utf-8" ?> - <settings> <server>192.168.1.16</server>...
  13. G

    Upgrading from vs2003 to vs2005

    Hi, i have been given the task by my company to look at whether we should upgrade to vs2005 once the final release is out. i have to look at it from both a technical point of view and a business point of view and then present my findings to the board of directors, as to whether i think we...
Back
Top