Search

You searched for the word(s): userid:667580

Matching Posts

  • Video verification

    Sorry if this is in the wrong place, but I couldn't find anything related... I have heard about sites or apps where a user can watch a video. Then someone gets and email or can view a report that details how long the user watched the video. I know a lot of scorm LMS sites do this, but I'm not even sure what the proper term for this is. I need to replicate this functionality for a custom .NET based system - could be Silverlight, SP Web Part, or Web App, not sure depends on the coding required
    Posted to Web Forms (Forum) by jcrabtreesla on 8/5/2009
  • Re: Video verification

    Thanks, that was a great video and I'll definitely be using that for something. But that's not quite what I was looking for. I need a way to tell exactly how much (percentage or seconds) of a video the user watched before stopping, navigating away from the page, or closing the browser. Based on what I saw in the video there should be a video player or at least a method somewhere that can tell me the time info and then trap an ".Abandon()" method or something of that sort where I
    Posted to Web Forms (Forum) by jcrabtreesla on 8/5/2009
  • AJAX-ifying multiple redirects

    I have a web page - .NET 3.5, that starts off a long process. This process involves multiple redirects back and forth behind the scenes until the final destination is reached. The redirects happen across domains and environments, so I can't control all the sites it's redirecting to. Because of all the redirects, sometimes up to 8, the originating page (my page) just sits there with the status bar moving very slowly. It's kind of confusing to users, they don't know what's causing
  • Mid Level .NET/SharePoint Developer - Permanent Full Time - Washington D.C.

    Watkins Information Technology Group, L.L.C. is looking for the following position. Please respond if interested. Paid re-location is not available. Thank You. Job Title: .NET/SharePoint Developer Department : Business Solutions Reports to: Business Solutions Manager Office Location : Herndon, VA; Bethesda, MD Job Summary : As a member of the Business Solutions Group, this individual will be a part of a small development team building custom solutions for clients utilizing the Microsoft .NET 2.0
    Posted to Jobs (Forum) by jcrabtreesla on 2/3/2009
  • Setup Project - running exe during setup

    I have a standard setup project for a windows application that installs the windows app and a console app, along with Access db, to the users machine. After the files are installed and before the setup ends, I want to run the sync app .exe. Anyone know how to make this happen? Thanks.
    Posted to VS Web Deployment Projects (Forum) by jcrabtreesla on 12/15/2008
  • Disable button after first click

    I have an AJAX enabled .NET 2.0 page with 1 submit button. I would like to disable the submit button on first click to prevent multiple entries. All validation is done server side. What is the best way to accomplish this? Thanks.
    Posted to ASP.NET AJAX UI (Forum) by jcrabtreesla on 11/18/2008
  • Re: Button click event not firing

    I got it figured out.... I was inheriting from the WebControl class, which apperantly you can't call a click event from. I had to instead inherit from CompositeControl. Once I did that, my code worked fine. Thanks.
    Posted to Custom Server Controls (Forum) by jcrabtreesla on 9/12/2008
  • Re: Button click event not firing

    rrmacman, No, had I declared my control like this: Dim withevents btnSubmit as Button Then you would be correct. Since I did: Dim btnSubmit as Button I had to add the handler in the CreateChildControls
    Posted to Custom Server Controls (Forum) by jcrabtreesla on 9/12/2008
  • Re: Button click event not firing

    James, My click event actually needs to do a Context.Respons.Redirect, but I couldn't get that working. So I wanted to test it with a Context.Response.Write. I thought if I could get that working, then I knew my redirect would work. Since I couldn't get the text I assumed my click event wasn't firing. What is the best way to determine if my event is firing? Thanks.
    Posted to Custom Server Controls (Forum) by jcrabtreesla on 9/12/2008
  • Button click event not firing

    I have been pulling my hair out over this one. I can't get a button click event to fire inside a custom webcontrol. The postback happens, but I never get the text I am writing out. Is Context correct or should I be using Page.Response.Write? What am I missing here? Thanks. 1 Imports System 2 Imports System.Collections.Generic 3 Imports System.ComponentModel 4 Imports System.Text 5 Imports System.Web 6 Imports System.Web.UI 7 Imports System.Web.UI.WebControls 8 Imports System.Data.SqlClient 9
    Posted to Custom Server Controls (Forum) by jcrabtreesla on 9/12/2008
Page 1 of 25 (245 items) 1 2 3 4 5 Next > ... Last »