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

    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
  5. 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
  6. 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...
  7. 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
  8. 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
  9. 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...
  10. 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
  11. 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
  12. 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...
  13. stevensteven

    Creating MessageBox in a thread

    Is it possible to create a new MessageBox in a thread, and be able to not select the window that called the message box? // In Code MenuHandler Callback Create MessageBox in new Thread // It HAS to be in another thread // Wait for For DialogResult And not allowed to select the window calling...
  14. stevensteven

    .net Autos font size

    For some reason my font size for the 'Auto' when i'm debugging has grown to a fairly big size. The locals tab is still ok, but the autos is too big to read. How do I reduce the size. Thanks. Steve
  15. stevensteven

    Show me a tip!

    Hello, I have noticed on .NET controls such as a listbox, if an item is too large to fit into the listbox, there is no tool tip that shows the entire item. Is there a way to turn this on?? Thanks for your help.
  16. stevensteven

    Not returning

    This is probably a silly question but... Is there some way to not return to a calling function? For example: File A Code (CANNOT BE MODIFIED) FuncA () { FuncB(); // More Code // I do not want to execute } File B Code (CAN BE MODIFIED) FuncB { return; }
  17. stevensteven

    Codes Changes not applying

    Hello, I have a couple of questions. 1. I have a solution that contains a project which is a open source project on SourceForge. I have tried to make a minor change to the code (comment out a section of code for testing purposes), but it does not seem to work. When I step through the code...
  18. stevensteven

    Design Help

    Hello, I have a page that is going to dynamically display information from a database. What I am looking to do is to somehow add formatted text onto the page, but within the formatted text, I wanted to have controls in there as well, where they can handle events. What is the best way to do...
  19. stevensteven

    Page Name

    Is it possible in C# and ASP.NET if I could get what page I am on. This would be helpful in a Web User Control I have, to know the page open (ie index.aspx, login.aspx)? Thanks Steven
  20. stevensteven

    Terminate All Threads

    Hello, New treads have been started in my program from a file I cannot modify. Is there a way to terminate all threads? Steven

Part and Inventory Search

Back
Top