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 TouchToneTommy 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: *

  • Users: sthmpsn1
  • Content: Threads
  • Order by date
  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

    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...
  3. sthmpsn1

    question on CSS

    When working with CSS. what is the difference between these two and how do you use them .maintext #maintext Thanks.
  4. 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.
  5. 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?
  6. 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...
  7. 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?
  8. 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...
  9. 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
  10. sthmpsn1

    disable a sub routine

    Is there a way to disable a sub routine so it can't run from another sub routine?
  11. 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 {...
  12. sthmpsn1

    Drop Down List Color Picker

    I want to create a DropDownlist that displays all the known web safe colors and there HEX value as the Value for the Dropdownlist. Can anyone help me with this?
  13. sthmpsn1

    Displaying colors in a dropdown menu

    Is there a way to create a drop down menu that shows colors in it
  14. sthmpsn1

    changing styles on a page

    If you go to the following page on ESPN's site they have a section down the page on the right called ESPN Tools. One of the tools lets you choose the font and font size of the text in the story. I am currious how they do this? Anyone have a good example or tutorial...
  15. sthmpsn1

    Antivirus 2004

    Is there any good reason to upgrade my software from 2003 to 2004? OR would it be better just to upgrade my subscription Scott
  16. sthmpsn1

    How to draw using asp.net

    I want to draw a rectangle and display it on my page. How do I do this. What I have doesn't work. Dim objBitmap As Bitmap Dim objGraphics As Graphics Dim objBrush As HatchBrush Dim objFont as New Font(&quot;Arial&quot;, 16) objBitmap = New...
  17. sthmpsn1

    connecting to an SQL Server

    I am using flash MX 2004. Can anyone lead me too a good tutorial about how to connect to an SQL server on windows 2000 Server. I have never created a web service before. I would love to see what things should look like on both ends. Thanks Scott
  18. sthmpsn1

    Help with a function

    I am trying to fill some select boxes in automatically. First question is why isn't my alert working? nothing pops up. Second I am trying to add 1 to the number that is returned in the numdays, but my loop is only 1 less than what I want. So I don't think that x is getting the correct value. My...
  19. sthmpsn1

    code-behind VS.Net problem!

    I am getting the following error when trying to open a page in Visual Studio.net The class file 'index.aspx.cs' specified as the codebehind file for 'agri.aspx' could not be loaded. How can I fix this. the file does exist. here is how I specify it. <%@ Page language=&quot;c#&quot...
  20. sthmpsn1

    removing nulls

    Is there anyway to go through a table with an sql statement and replace any null values with a space &quot; &quot;?

Part and Inventory Search

Back
Top