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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fmardani
  • Order by date
  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
  16. fmardani

    sql 2005

    Hi, Does anyone know why I get this error during the installation of sql 2005 express? The sql server system configuration checker can not be executed due to WMI configuration on the machine machinename Error:2147749896()x80041008) Thanks
  17. fmardani

    Yukon

    Hi, Currently on my machine which has windows xp pro, .net framework 1.1, sql server 2000, can I install the new sql server (Yukon) which is in the bata version? Can it run in oparallel to sql server 2000? Thanks
  18. fmardani

    yokun

    Hi, I just book on sql server 2000 and I know that yokun is coming out beginning of next year I think. Should I start getting into learning yokun and put sql server 2000 behind me or carry on learning about 2000 at the same time as yokun? Thanks
  19. fmardani

    asp.net 2.0

    Hi all, I have recently started to get the grips on ASP.NET Now I know that ASP.NET 2.0 is coming out soon and it will be slightly different. Even though ASP.NET 2.0 is in beta, do you think I should start learning 2.0 as of now? Thanks
  20. fmardani

    date

    Hi, How is it possible to get the date for 7 days ago please? Thanks

Part and Inventory Search

Back
Top