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 wOOdy-Soft 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 sthmpsn1

  1. sthmpsn1

    List indent problem

    When you create an html list it indents the list. how can I stop it from indenting?
  2. sthmpsn1

    Help with coding using css

    thank you
  3. sthmpsn1

    Help with coding using css

    I have a Div where Its width is 770px wide. Aligned to the right on the top is a picture with text that wraps around the picture. Can someone tell me how they would add a table under the picture that has 2 columns and 4 rows? I want the table to be separated with a little space from the picture...
  4. sthmpsn1

    question on CSS

    So your saying if I have something like this #contentheader #maintext I can use it like this? <div id="contentheader">Whatever here </div> <div id="maintext">Whatever here </div>
  5. sthmpsn1

    question on CSS

    When working with CSS. what is the difference between these two and how do you use them .maintext #maintext Thanks.
  6. sthmpsn1

    pros and cons of code behind

    Can someone point me to some places where I can find the pros and cons of using code behind in development. Like I know code behind uses more system resources then putting the code right on the aspx page. Can anyone send me some links on this subject.
  7. sthmpsn1

    Subscription question

    I have Antivirus 2003. I need to format my computer because of some major problems. I renewed my subscription of antivirus when my subscription ran out. After formating my hard drive and reloading antivirus how do I update that information so I do not have to pay money again?
  8. sthmpsn1

    Help with a datagrid

    I tried this and didn't get any errors but also didn't get the color change. With themonthdata For i = 0 To (.Items.Count - 1) If themonthdata.Items(i).Cells(7).Text = &quot;v&quot; Then objColor = Color.Blue .ForeColor =...
  9. sthmpsn1

    Help with a datagrid

    I have a datagrid that I want to color the text of each row based on the value in code <%# Container.DataItem( &quot;code&quot; ) %>. Depending on the value in that field I want to rows forecolor to be a different color. How would I do this. Any help would be great! <asp:datagrid...
  10. sthmpsn1

    halo effect around textfields

    How do you create the halo effect around a text input field like Macromedia has on there search textbox on there main page. When you click on it too type it has a green halo around it? How did they create that? I tried applying a themecolor but that didn't work?
  11. sthmpsn1

    populating a listbox from a web service

    I have a web Service that has several metheods. One of which grabs data from a database and returns a dataset. I want to grab that information from the web service web method and place it in a listbox in flash. Can someone help me with how to do this. I am using Flash MX 2004 Professional. I...
  12. sthmpsn1

    Question regarding critical update

    How would I tell if I was actually being attacked by this vulnerability?? Is there a way to know that the vulnerability is being hit? http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/bulletin/excoct03.asp
  13. sthmpsn1

    disable a sub routine

    Is there a way to disable a sub routine so it can't run from another sub routine?
  14. sthmpsn1

    Help wih code

    thank you
  15. sthmpsn1

    Help wih code

    I am trying the take the following code and change it to VB. Can someone tell me what the equivelent to this., is for VB? public class DynamicallyAddingControls : System.Web.UI.Page { // a Property that manages a counter stored in ViewState protected int NumberOfControls {...

Part and Inventory Search

Back
Top