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!

Search results for query: *

  • Users: stfarm
  • Content: Threads
  • Order by date
  1. stfarm

    SCOPE_IDENTITY() problem, please assist

    I hope that you guys can help me. I get an error msg when I run my asp page. It does not seem to recognize my field that I return. Here is my stored proc CREATE PROCEDURE [dbo].[FACT_ins_Initiative] @initiative_description varchar(250) AS insert into FACT_Initiative (initiative_description)...
  2. stfarm

    Need DataBound Masked TextboxUsercontrol

    Hi everybody, I have some code for a user control that formats a phone number in a text box nicely. But I can't databind it. Could somebody please explain to me how to do that? Thank you... Steve Here is the code I have so far. Delegate Sub Changed(ByVal sender As Object, ByVal e As...
  3. stfarm

    Custom DataGrid code problem.

    Hi everybody, I have been struggling with the following code. When the grid comes up, it is empty. (Records show up when I do not use this code.) I am sure I am missing a part, could you please let me know which one. Thanks...........Steve DA.Fill(DS, "TA1") DataGrid1.DataSource...
  4. stfarm

    Check for records (Windows Form)

    Hi everybody, this must be a silly question, but I can't remember (or find) how to check if my qry retrieved any records. Where and how can I check for that? Any suggestions is greatly appreciated. Here is some of my code: Dim DS As New DataSet Dim Conn = New OdbcConnection(DB2 + UID...
  5. stfarm

    Change site entries globally

    Over the weekend, my work place changed server names, and since I mapped the sites directly to the server, I need to change all of them (arround 80), is that a way to change them all at the same time? Maybe a find a replace in some file? Any help is appreciated. Steve http://www.GeekTavern.com...
  6. stfarm

    Template problem: Make Title tag editable ??

    Could somebody please let me know how I get the Title tag to be editable in version 7.01? (page title) Thanks, Steve Steve http://www.ShopHereNow.net http://www.XdataSolutions.com http://www.ItsMoreThanSoftware.com
  7. stfarm

    Convert ASP to JSP

    Hi, is there a utility that can convert my ASP pages to JSP? Any suggestion are appreciated. Thank you, Steve
  8. stfarm

    My machine keeps cgraching, please help.

    Here is a post from somebody that has the same problem. Is this a known issue? Is there a fix for it? I would like to use VS.NET 2003 soon again. Any help is appreciated. Thank you, Steve http://www.dotnetjunkies.com/Forums/ShowPost.aspx?PostID=6027 ASP.Net application times out...
  9. stfarm

    Amazon Wev services (ECS 4.0) Questions

    Hi Guys, is anybody experienced with the Amazon web services? I downloaded the ASP.NET sample in VB.NET form the Amazon site, and I would like to add some images to the display, but when I add item.MediumImages, I get nothing. I am sure I am just overlooking something. Thank you for the help...
  10. stfarm

    Dynamic row color in Datagrid.

    I need to indicate to my users when certain values are there. I would like to chnage the backgroundcolor of the datagrid row based on values in my code. I am hoping you guys know how to do that. Thank you. Steve http://www.ShopHereNow.net http://www.XdataSolutions.com...
  11. stfarm

    Windows.open (fullscreen) does not work with SP2. Please help

    Hi, I have an ASP.NET page that needs to open in full screen mode, yet, SP2 does not seem to allow that. Do you guys have any ideas how I could get around that limitation? Thank you Steve http://www.ShopHereNow.net http://www.XdataSolutions.com http://www.ItsMoreThanSoftware.com
  12. stfarm

    ASP Cookie

    Hi, I would like to create a cookie and append it to my IIS log files. I would like to able to see how each visitor moves around my site. I know the basics, but I am not sure how I am able to determine if the visitor has been on the site before, maybe also from where and when? I guess I have...
  13. stfarm

    Visual Studio .Net 2003 - Open Web Project

    Hi, I could find a forum for Visual Studio, but I hope you can help me anyway. I create an asp.net web project on my remote server from home. No Problem. Now I am at work and need to connect to it, big problem. When I click on file - open - open project from web, I always get prompted to...
  14. stfarm

    How to create a tracking cookie?

    Hi, I would like to create a cookie and append it to my IIS log files. I would like to able to see how each visitor moves around my site. The bad thing is, I have no clue how to do this. I guess I have to have a cookie script on each page? I hope somebody can help me. The cookie will be for...
  15. stfarm

    Change Color in Movie

    Hi, I am a beginner with flash, I downloaded a movie for my site, but I would like to change the overall color. Right now it is blue, with gradients and different shades of blue, and I would like to keep the shades. How can I for example gray scale the whole movie, or change to whatever color...
  16. stfarm

    Combobox.SelectedIndexChanged event fires twice, please help.

    I have a problem. I use a combobox in my datagrid, but I noticed, as soon as the user clicks on the field where the combobox, the event fires with a index value of 0, then of course with the selected index value as it should. But why is it firing the first time. How do I make it stop? Please...
  17. stfarm

    Update existing record trouble (Access DB). Please help.

    I have an application (Windows App), with several buttons, and functions. There is one that updates my access DB with some values, works fine, then I have another one where I only need to update 2 values, and it will NOT update the DB. Maybe I lost my mind, or I will soon. I am sure I am...
  18. stfarm

    Datagrid and chromeless window

    I have a column in a datagrid that is a hyperlink. I am passing a variable over to another page. I would like to open it with a custom javascript. But it does not seem to have an onclick event. How can I do that. http://www.chromeless.org/ Thank you, Steve
  19. stfarm

    Get PDF from database blob

    I saved a PDF into a blob, in a SQLserver2000 DB. Now that seems silly, but I would like to display the pdf in a web page. How do I do that? I can't find the right help online. Thank you.
  20. stfarm

    Get textbox value from datagrid problems

    Hi, could you please tell me what is wrong with this piece of code. I have a DataGrid, and I would like to know the value of a textbox field, and it never returns anything. Dim item As DataGridItem If Not IsPostBack Then For Each item In DataGrid1.Items Dim...

Part and Inventory Search

Back
Top