Search results for query: *

  1. W

    DataGrid Preventing Some items from not displaying

    Lovely...That did the trick. Thanks
  2. W

    DataGrid Preventing Some items from not displaying

    Hi I have a datagrid connected to a database and basically there is one row that I do not want displayed as it contains data that should not be modified. How can I do this? Thanks Will
  3. W

    Comma Problem string manipulation

    Another problem now. I am getting a SQL error when I run the app: I display the sql syntax to the screen to see what the problem is but it looks fine to me. Here it is: select email_address from subscriber_list where zip_code in ('45675','23456','44444','73653'); Thanks
  4. W

    Comma Problem string manipulation

    Thanks very much Craig. That did the trick.
  5. W

    Comma Problem string manipulation

    Hi I have simple problem that is causing me to get a bad headache. here is my sinppet of code that is causing the problems: '***********trying to loop through list boxes Aghaaa!!!! Dim loopzip_code As String = Nothing Dim loopstore_code As String = Nothing Dim i...
  6. W

    Session problem (I think)

    Ok, I figured out how to dosplay the session name to the screen and guess what I am displaying a blank. Response.Write(("This is the session variable") + Session("PageName")) Any suggestions?
  7. W

    Session problem (I think)

    Hi I am new to programming and playing around with Visual Studio at the moment. I have created mini CMS which writes the actual body of the html to a dayabase. Now I have decided that I want to have a defferent Masterpage for different categories. This is where my problem begins. I am having...
  8. W

    Reading Word Document Properties

    I have just started playing with VB and I have run in to a problem. I have a number of Word documents which are obscurely named and I have attempted to write a little app that will allow me to view the properties of particular documents. Everything was fine till I tried to pull the 'Author'...
Back
Top