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: MikeL04
  • Content: Threads
  • Order by date
  1. MikeL04

    Possible to hyperlink to a specific slide in a PPT file?

    I need to search the contents of a PowerPoint file and if any matches are found then provide a hyperlink to the PPT on the slide where the match was found. Is this even possible? I have done a tonne of searching on the subject with no luck. Thanks for any and all help or suggestions. Mike
  2. MikeL04

    Need help with a stored procedure, re-ordering hierarchal data

    I have a stored procedure that receives two comma separated lists, parsing them and inserting into a temp table. Selecting from the temp table shows what I am working with: ParentID PageID MenuOrder ----------- ----------- ----------- 1 6 5 1 3...
  3. MikeL04

    SqlDataAdapter use results in SQL Server processes 'AWAITING COMMAND'?

    I originally posted this in the ASP.Net forum but have not recieved a reponse and the problem is getting worse with SQL Server 2000 maintaining many proceses for what seems to be no reason. The SQL stored proc is listed at the bottom of this post. I have a web app in ASP.Net that uses a Data...
  4. MikeL04

    SqlDataAdapter use results in SQL Server processes 'AWAITING COMMAND'?

    I originally posted this in the ASP.Net forum but have not recieved a reponse and the problem is getting worse with SQL Server 2000 maintaining many proceses for what seems to be no reason. The SQL stored proc is listed at the bottom of this post. I have a web app in ASP.Net that uses a Data...
  5. MikeL04

    SqlDataAdapter use results in SQL Server processes 'AWAITING COMMAND'?

    I have a web app in ASP.Net that uses a Data Access Logic Component that has the following method to return a DataRow to the calling business logic. This may be called 10+ times on rendering the aspx page to the client depending on the number of pannels with dynamic help on a page. I have ran...
  6. MikeL04

    OnItemCommand event not firing for Repeater?

    I have an OnItemCommand event not firing for a Repeater control using VB.NET for ASP.NET and I can't figure out why!? I have a UserControl with the following Repeater: <asp:repeater id=&quot;RepeaterMemberList&quot; OnItemCommand=&quot;ImageButton_ItemCommand&quot; runat=&quot;server&quot;>...
  7. MikeL04

    d/l doc/pdf from behind SSL service invoked by email? Any ideas?

    Hello all, I need a way of delivering documents in an email by means of a link or links to a pdf/document in an email. I was thinking that I could create a page on a public website which takes the parameters passed via the link in the querystring to validate the user and invokes a webservice...
  8. MikeL04

    Ideas on a document management / portal application?

    Hello all, Not sure if this is the ideal forum to post this question but since the end solution will be ASP.Net it seemed like a descent fit. There is a project I am working on which is essentialy a custom protal app with some document management integrated into it. We are considering an...
  9. MikeL04

    Extended StoredProc causing error.

    Hello all, I am having some difficulty getting a extended stored proc to work on SQL2000 on a 2000 box. I wrote an extended proc that uses tcp/ip to send specified data to a specified ip and port. I wrote it in c++7 (.net) and installed it on MSDE sql2000 on my xp box and it runs perfect...
  10. MikeL04

    Continually poll db for changes and update display as nec.

    Here is the problem. I have an enhancement that I need to make to a security system in which a vb, or even an asp app if possible, will display an employee's picture and access point upon scanning their security card at a door. On the scan, a database is queried and a row is inserted to a...
  11. MikeL04

    WinHttp 5 and Sessions. Help!!

    Has anyoe had experience working with the MS WinHttp 5 component? I am using it to capture the HTML of a materials order form on a webside and incorporate it into a 3rd party website. I have it working perfectly which was a bit tricky being the original order form was not designed to be used as...
  12. MikeL04

    Intermittent ODBC timeouts occuring on StoredProc exec.

    I have an ASP application which is using many storedprocs etc. This one proceedure has been giving me an extreme amount of difficulty. The ASP application hangs and then returns the ODBC timeout error on line xxx, which of course is the line where the proceedure is being executed. I have done...

Part and Inventory Search

Back
Top