Search results for query: *

  • Users: skunkx1
  • Content: Threads
  • Order by date
  1. S

    Printing an html/xml

    hello, I have a program that takes a dataSet, transforms it to xml and then transforms it with an xslt. The final file is saved as an html. The code looks like this: Dim htmlFileName As String = "C:\Inetpub\wwwroot\MITWebSite\Print.html" Dim xslStyleSheet As String =...
  2. S

    Help with a dataList

    I have a datalist that pulls variables from a dataset. This dataset holds statistics about many servers. Due to the fact that the servers are different (com, web, queue, etc.......), some servers have attributes that others don't have. Because of this some fields in the dataset are empty or...
  3. S

    ASP.NET if statement

    Hi everyone, I'm having trouble with an if statement in ASP.NET. I have a page that pulls Items of interest from a database. Some of these fields are empty. I want to check if the fields are either blank or <null>, and if not, then it gets outputed (if thats a word) to the datalist. For...
  4. S

    Viewing/Changing a Particular App Pool

    Hey Everybody, This is my first post ever: I am trying to write a program that gets a list of application pools, and then you are able to view the current Identity(Username and Password), and then change it. The current code i have to view it only seems to get the identity of the default pool...
Back
Top