Search

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

Matching Posts

  • Re: SQL Server Express won't start up after the latest Windows Updates and a reboot of the server!

    You might need to change the process owner of the SQL Server instance. At least that was the solution to my issue :-) Eric
  • Re: blank page in IIS 7 on Server 2K8

    My problem was a Validation contol that wasn't assigned to a control to validate! You might want to check for one of those on your blank page.
    Posted to Configuration and Deployment (Forum) by eric2820 on 8/7/2009
  • I'm having some trouble with theis mobile page...

    I'm having some trouble with one of my mobile pages: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="m.join.aspx.cs" Inherits="m_join" %> <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %> <html xmlns=" http://www.w3.org/1999/xhtml " > <body> <mobile:Form id="Form1" runat="server" Title="My-MSI.Net | Join"><p>Thank
    Posted to Mobile and Handheld Devices (Forum) by eric2820 on 7/17/2009
  • Re: I'm having some trouble with theis mobile page...

    Nice catch, but I fixed that, uploaded it to the server and it still doesn't render. The strange thing is that every other page works right on the mobile devices and if I hack the HttpModule on IE as well! Here is the revised markup for the page: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="m.join.aspx.cs" Inherits="m_join" %> <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System
    Posted to Mobile and Handheld Devices (Forum) by eric2820 on 7/17/2009
  • Still having a problem getting the AjaxControlToolkit.SlideShowExtender to work

    Okay, now I'm getting the follwing messaqe from one of my imageButtons that sets up the SlideShowExtender properties: "The server method 'LoadImageGroup' failed with the following error: System.InvalidOperationException-- Invalid web service call, missing value for parameter: 'id'." The problem is that the web service parmeters work for the first imageButton, but not any of the other imageButtons: ssMain.ContextKey = "{'id' : 1, 'seqStart' : 1, 'seqEnd'
    Posted to ASP.NET AJAX Control Toolkit (Forum) by eric2820 on 7/10/2009
    Filed under: C#, WebService, SlideShowExtender, "AJAX .NET 2.0" " "Ajax Control Toolkit"
  • Re: How do i create same page name with different ID and content?

    Okay, let's first see if I'm on the same page as you. Your issue is that you don't see the connection between qurey strings ex: project.aspx?id=1 and pulling the correct data from the database. From within your Page_Load method, you need to pull the query strings into a local variable: int num = int.Parse( Request.QueryStrings["id'] ); or string value = Request.QueryStrings["name"]; You then use these local variables in your database query. You shouldn't need to
    Posted to Getting Started (Forum) by eric2820 on 7/5/2009
  • Re: SlideShowExtender problem

    [quote user="TATWORTH"] [quote user="eric2820"] Well, I tried to download the Fiddler 2.0 application, but it doen't appear to be working on their server, because the download failed twice before I gave up on it.[/quote] I have just downloaded Fiddler2 to my PC (however I did have to restart it). Have you checked the issue log at http://ajaxcontroltoolkit.codeplex.com/ ? [/quote] I just checked the issue log, and all I was able to discover is that someone is doing exactly
    Posted to ASP.NET AJAX Control Toolkit (Forum) by eric2820 on 7/5/2009
  • Re: SlideShowExtender problem

    Here is the url for the post: http://ajaxcontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=12316 I was just able to register with that site, and now have the opportunity to contact that poster. BTW, Twiddler has been less than helpful because the next button is not sending anything back to the server, so Twiddler has nothing to show for the ajax postback! You can see this for yourself at: http://www.my-msi.net/gemsFamily
    Posted to ASP.NET AJAX Control Toolkit (Forum) by eric2820 on 7/5/2009
  • Re: SlideShowExtender problem

    Well, I tried to download the Fiddler 2.0 application, but it doen't appear to be working on their server, because the download failed twice before I gave up on it. As for the smallest sample ilustrating the problem, what I'm trying to do is the simplest thing, and I think that I've reported all of the necessary information for someone to be able to provide a bit of assistance to me. By goal is simply to get the AjaxControlToolkit.SlideShowExtender to work with images stored in a SQL
    Posted to ASP.NET AJAX Control Toolkit (Forum) by eric2820 on 7/4/2009
  • Re: How to detect Mobile devices

    [quote user="hans_v"] [quote user="eric2820"]Does anyone know exactly what the iPhone uses, because apparently it doesn't appear as a MobileDevice, so how would I detect an iPhone specifically?[/quote] Did you take a look in the link I provided? copy the latest mobile.browser file you can download from that site and you can identity all the latest devices, including the iPhone!!! [/quote] Yes, I did go to that site, but for some reason I was unable to download the zip file
    Posted to Mobile and Handheld Devices (Forum) by eric2820 on 7/4/2009
Page 1 of 31 (310 items) 1 2 3 4 5 Next > ... Last »