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!

Recent content by csssuperman

  1. csssuperman

    insert into autonumber

    Hi Is ther anyway I can do a insert statement like oracle tyle and update a field that is type =autonumber ex insert into values(id.nextval) where id is an autonumber type Many thanks!!
  2. csssuperman

    ogin to root (suse )

    Hi Anyone how the command so I can always login as root Running suse 9.3 And it boots to kde
  3. csssuperman

    sendmail & phpbb

    Hi. I have tried install of phpbb and mailing out from windows relatively successfully. I have now tried phpbb now on my linux server running 9.3 suse It seems that mails only are seen "locally" from within. I have installed sendmail. Please any firewall suggestions, email dns...
  4. csssuperman

    suse 9.3 dns

    Hi I can't get my domain open to the public. Ex. www.ex.com Can only be seen on my server. My wan ip is just fine for the server. Yes I have it setup in apache2 conf file under ServerName. Any suggestions. Tried firewall on / off. Thanks!
  5. csssuperman

    calendar cells

    Hi Please check out the site http://www.codedinamerica.com/WebVB2/WebForm2.aspx (See Sept month espically...not uniform during week span) How can I be more uniform with cell data structure in calendar control..tried top / left (horiz./vert. settings) in some of the properties but it still...
  6. csssuperman

    usb & windows 2003

    Hi Is it just me or does the world have problems with w2k3 recognizing usb 2 hd's, flash drives, etc.. Any installs take a dive..somteimes the drives says it installed but no drive letter becomes visible Yes I have sp1 Any time of mounting to do? Registry tweaks..uh MS..uh hmm..no...
  7. csssuperman

    dynamic table

    Hi Is there any way to include a <thead> when building a dynamic table for special headings I can do this fine t(0).Rows(0).Cells(cc).text="Waz up?" Thank you.
  8. csssuperman

    monthCalendar control

    Thanks JM But need for monthCalendar control not datetimepicker There is .VALUE for monthCalendar control, selectedDate doesn't work??? hmmmm... Help!!! Argh! Also any way to do datediff function with vb import? Thanks again. :)
  9. csssuperman

    monthCalendar control

    How do you grab a selected date from this control thingy??? Its like tooth extraction I bet 4 C# Window app example Thanks!!! Oh if every language can be like VB?!
  10. csssuperman

    calendar control alignments

    Hi Please check out the site http://www.codedinamerica.com/WebVB2/WebForm2.aspx (See Sept month espically...not uniform during week span) How can I be more uniform with cell data structure in calendar control..tried top / left (horiz./vert. settings) in some of the properties but it still...
  11. csssuperman

    saving to xml file

    Hi My xml shows as follows in asp.net Dim xml As New XmlDocument xml.Load(Server.MapPath("xmlList.xml")) Dim xNode As XmlNode xNode = xml.SelectSingleNode("grub/pizza") Dim xElem As XmlElement xElem = xml.CreateElement("topping")...
  12. csssuperman

    saving xml creation / update to file

    Hi My xml shows as follows in asp.net Dim xml As New XmlDocument xml.Load(Server.MapPath("xmlList.xml")) Dim xNode As XmlNode xNode = xml.SelectSingleNode("grub/pizza") Dim xElem As XmlElement xElem = xml.CreateElement("topping")...
  13. csssuperman

    Deleting from XML tags

    Hi Any code to help delte from a tag(s) from an xml doc Doin the coding in asp.net Many thanks!!!
  14. csssuperman

    dns nameserver

    Hi How can I currently change what my dns setting is for my nameserver. Ex. Currently people connect to me under the nameserver ns0.happyplace.com I want to change happyplace.com to sadplace.com as a nameserver of choice. How can I do this. Thanks. I am the admin and I have both names...
  15. csssuperman

    Deleting from XML Tags

    Hi Any code to help delte from a tag(s) from an xml doc Doin the coding in asp.net Many thanks!!!

Part and Inventory Search

Back
Top