Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fmardani

  1. fmardani

    compile

    A .dll is being used in a .net application ie: .sln if the .dll is changed, should this file be re-referenced I mean should the project be re-built or does .net pick up the new .dll automatically with the new changes? Thanks
  2. fmardani

    debug

    Do you know why I can not run my asp.net project? The error message is: Error while trying to run project: unable to start debugging on the web server. Could it be to do with web.config? This is one of the current settings: <compilation defaultLanguage="vb" debug="true" /> Thanks
  3. fmardani

    late binding

    Hi, Could you please explain why and where late binding is used in c# with a few examples? Thanks
  4. fmardani

    excel

    So let me get this correct. I get the data in a select query which can be then saved as an xml file, then it is just a matter of going to the file on the network and change the .xml to .xls and then open it up. This will have the columns, etc in the correct order. Is this right? Thanks
  5. fmardani

    excel

    Is it only a manual job to open xml file using excel or can the code do this? Thanks
  6. fmardani

    excel

    JignasuK , So, you get the data into a xml file, and then how do you write to excel in one go rather than loop? Thanks
  7. fmardani

    excel

    So, you get the data into a xml file, and then how do you write to excel, the other question is, is this just a straight dump of the xml into the excel sheet in the correct columns, rows? Thanks
  8. fmardani

    excel

    What good does this tip do for my purpose please? Thanks
  9. fmardani

    excel

    Hi, Is there a functionality in VB.NET to copy a whole data (retrieved from a sql query) into the sheet of an excel file? Currently I do a loop using the sqldatareader. I am aware of a dataset but just do not know how to just put the whole data in one go into the sheet. Thanks
  10. fmardani

    abstract vs interface

    This is now clear. Thanks for your time
  11. fmardani

    abstract vs interface

    Could you please elaborate on point number 5? Thanks
  12. fmardani

    abstract vs interface

    What is the difference between an abstract and an interface? Thanks
  13. fmardani

    .net 2.0

    Hi, I have installed the visual web developer 2005 express edition beta. I can place controls and write code but the run button is disabled. How can I run the program? Thanks
  14. fmardani

    .net 2.0 installation

    Do you know where to get visual studio 2005 beta please? Thanks
  15. fmardani

    .net 2.0 installation

    Hi, Un-installed .NET framework 1.1 from my machine. Then installed dotnetfx.exe (.NET framework 2.0) Now I can not see the visual studio.NET 2.0 on my machine. But the machine still has visual studio 1.1. What should I do please? Thanks

Part and Inventory Search

Back
Top