Search results for query: *

  1. T

    Pop up window in asp.net

    Thanks for your help, I found a nice example minutes after posting this thread. I usually work with windows applications and frameworks, so incorporating javascript into asp controls is something that is still a bit confusing for me. However I found a sub and made it into a class so I will...
  2. T

    Pop up window in asp.net

    Hello, I need a simple window to pop-up when an asp button is clicked can someone help? TedManowar
  3. T

    floating point value

    Hi, I am having a quite silly problem I think.... I am reading floating point values from an XML file and when I read a value like 69.00 when converting it to double or integer i get back 6900 !!!! can someone help! I cannot believe this is happening.. TedManowar Actually, I think I know...
  4. T

    ASPX Back Button

    the reson that i need an asp: button to do that is because i need to be able to use some of the button's properties, i.e. to make it visible whenever i want
  5. T

    ASPX Back Button

    can you give me an example of code to put on the onclick event of an asp:button?
  6. T

    ASPX Back Button

    Hi, I am looking for a way to navigate back on a webpage when an ASP button is clicked. I know how to do it in javascript, but i need and <asp:button> and not an <input type="button"> to do that for me. Can anyone help? Thanks in advance
  7. T

    Write data to Excel

    I'm afraid it doesn't work with the 5.5....
  8. T

    Write data to Excel

    I don't seem to have the 9.9 i only have the 5.5 is that any good?
  9. T

    Write data to Excel

    Hello, Thank you for yor quick reply, however excel.application excel.workbook and excel.worksheet aren't recognized by vb.net 2005 :( do you know of another way to do this? TedManowar
  10. T

    Write data to Excel

    Hello, I need to export data to excel, from a Dataset or DataGrid. I know how to import but not how to export. Can anyone help me??? TedManowar
Back
Top