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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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!!!
  16. csssuperman

    adding to Xml tags

    Hi Any help to add to elements/tags existing already in a file ex. xmlList.xml sample tags <grub> <pizza> <topping>sausage</topping> <topping>onions</topping> </pizza> <hotd> <topping>ketchup</topping> <topping>onions</topping> </hotd> </grub> Many thanks!!!!
  17. csssuperman

    adding to xml tags (in asp.net)

    Hi Any help to add to elements/tags existing already in a file ex. xmlList.xml sample tags <grub> <pizza> <topping>sausage</topping> <topping>onions</topping> </pizza> <hotd> <topping>ketchup</topping> <topping>onions</topping> </hotd> </grub> Many thanks!!!!
  18. csssuperman

    asp.net forum creation

    Hi. I want to create my own forum..in asp.net thru vb any suggestions on how to store a thread to access? I know acces limits text to 50 chars I beleive, but if I go beyond that..should I just store the thread to a file and point to the file from an acess field..if so how would I do that...
  19. csssuperman

    css web of confusion

    Chris btw..Tried your code in notepad stright up/ it was beautiful..very eloquent!! yet so simple..well probably to you..at least with the coding..will recreate according to your specs Thanks again soo much example you gave me rocked!!! You rock and are an awesome coder Take care and keep up...
  20. csssuperman

    calendar view by week?

    Hi Anyone with some asp.net vb code to render calendar control view by the week... let's say I want not only to display a celndar by month , showing some cell data (hperlinks, vac tracking, etc..) but someone wants to view a particular week..any good ideas/thoughts/CODE!!! [2thumbsup] examples...

Part and Inventory Search

Back
Top