Search results for query: *

  1. ArizonaRedneck

    Serialize arraylist

    I was just wondering how to serialize an arraylist to xml. After that, I would like to store the generated xml into a sql server database. Any help would be appreciated. Thanks in advance
  2. ArizonaRedneck

    debug error

    when I try to start the project, it gives the error that "could not start asp.net or atl server debugging" I am running VS 2002 on windows 2003 server. Please Help!
  3. ArizonaRedneck

    collaberation

    I was the only developer at my work since I started. I have always worked as the only .net developer in my previous jobs as well. My work just hired another developer. I have visual studio on both machines so we each work on web sites locally. The problem that I'm faced with is that we both work...
  4. ArizonaRedneck

    datagrid problems

    hello, I have a datagrid that I need to be able to update directly from the datagrid. I have done this before and it worked fine. I am trying to do it again and it's doing some very strange things! First of all the "_EditCommand" only works if the edit/update/cancel column is set for linkbutton...
  5. ArizonaRedneck

    StreamWriter error

    hey ya'll, having a little trouble here. I want to save a text file to a mapped network drive (Y) in asp.net. This works fine and dandy in regular vb.net but when I try the same path in asp.net it says the vb and the asp are running on the same server objWriter = New IO.StreamWriter(New...
  6. ArizonaRedneck

    Format Excel Column

    I need to transfer a dataset into excel for work. I can do that, but I don't know how to format the column through code. for example... in excel, you would highlight the column,click format,cells, and under category I would choose text. I need to do this because some of the fields in my...
Back
Top