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 Chriss Miller 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 stevensteven

  1. stevensteven

    Datatable events: rowchanging vs rowchanged

    Hello, What is the difference between these events? To me, my row appears to already be changed in my rowchanging event. Is this suppose to be how it works? Steve
  2. stevensteven

    ASP.NET / IIS Freezing machine in debugger

    Hello, I am having a problem where my computer is freezing when I run a ASP.net project. It freezes in the debugger, or if I try to run it as localhost. I cannot even access the windows Taskbar, or anything. I have to power off my computer. It is a brand new machine, XP Pro, VS.NET 2003...
  3. stevensteven

    ASP.NET / IIS Freezing machine in debugger

    Hello, I am having a problem where my computer is freezing when I run a ASP.net project. It freezes in the debugger, or if I try to run it as localhost. I cannot even access the windows Taskbar, or anything. I have to power off my computer. It is a brand new machine, XP Pro, VS.NET 2003...
  4. stevensteven

    Any Web Servers host ASP.NET besides IIS?

    Just to let you guys know, this didn't completly work for me. I mean I did get IIS running in the end, but VS.NET 2003 had problems with IIS and would not allow to create and open projects. I also had problems with WebMatrix and my old ASP.net files. I caved in and spent the $300 to upgrade my...
  5. stevensteven

    Outlook vs Outlook Express Image Attachments Viewing

    Hello, I want to upgrade from outlook express to outlook, but what I don't know how to do is when I recieve emails, display the picture attachments in the body of the email (such as outlook express) instead of it just showing up as an attachment (as in outlook). Thanks in advance, Steve
  6. stevensteven

    Join two DataTables in a DataSet

    Hi Guys, If have two tables in a dataset, and would like to join them on a certin column. How would I do this? Thanks in advance. Steve
  7. stevensteven

    Help! Window update not working

    Hello, I'm trying to fix my uncles computer which he did not update windows for a VERY long time. I try to go to windows update, and it get stuck on the screen... "checking for latest version of windows update software" I can progress past this part only in safe mode, but I believe window...
  8. stevensteven

    Any Web Servers host ASP.NET besides IIS?

    Hello, I have just got a new computer and need to have a web server that can host asp.net pages. 1. I have XP Home Edition on my new machine, can I somehow make IIS available? 2. If not, are there any other web servers that can host asp.net pages? Thanks Steve
  9. stevensteven

    Databinding

    Hello, I am working an a datagrid control, and for somereason it is not recognizing the changes I have until i move my row cursor. HasChanges() always returns false. Any ideas? Thanks, Steve
  10. stevensteven

    Scrollable Pane on Page?

    That 2nd set of code is exactly what I am looking for. Thank you. Steven
  11. stevensteven

    Scrollable Pane on Page?

    Hello, Is there a control or HTML tag that allows me to make a section of page scrollable. From my great diagram of a page: _____________________ |............................... | | The page................ | |................................ | |.... ___________ ..... | |... | Scroll...
  12. stevensteven

    Table Row Properties

    Is there a property in the Web Control Table that is able to change the colors of alternating rows? I can't seem to find it. Steven
  13. stevensteven

    Setting up Mail to work with Outlook

    Hello, I'm new to this IIS thing, and I have the SMTP available on my IIS. I was wondering, can I configure outlook express to send and recieve emails with it? So I can send emails from the account me@mydomain.com??? Thanks. Steven
  14. stevensteven

    Dynamic Events not working

    Hello, I am trying to create a button and have a click event. I am not getting the event with the following : protected Button btnReply = new Button(); private void Page_Load(object sender, System.EventArgs e) { //Somewhere in here I add it to a control. } override protected void...
  15. stevensteven

    Creating MessageBox in a thread

    korach, Couple of questions..... 1. How do I wait for the thread to complete? 2. How can I get the result from the thread? Thanks, Steven

Part and Inventory Search

Back
Top