Search

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

Matching Posts

  • Re: SQL Express quit working

    OK, I found the problem. I took my computer to my tech the other day because it was running so extremely slow. He found and removed a bunch of malware stuff and also disabled all background services that might be degrading the computer's performance, and it appears that one of those was SQLExpress. This is strange because he specifically asked if I used SQLServer and I answered, "All the time." Anyway, I was so desperate that I prayed then felt the idea to look in the Services list
  • Re: SQL Express quit working

    El inglés que utilizaste en este post se entiende perfectamente bien. Además, muchas personas que han de saber escribir el inglés--que lo han aprendido desde su niñez--no lo realizan bien. Where do I find the SQL Server Logs?
  • SQL Express quit working

    I have a site dependent on my provider's SQL Server share deployed to the Web and it's working fine. However, all my local development web projects based on SQL Express are not working, which gives me the impression that I maybe corrupted the valid instance that was working satisfactorily but not now, for whatever reason. For example, I deleted the Northwind database then tried to add it back in, which it seems to do according to the Solution Explorer; but when I try to view the tables in
  • Re: how to remove button from CreateUserWizard ContentTemplate

    [quote user="ryafel"] Sorry for bringing up an old post, but what if i want to add another custom navigationtemplate to my current createuserwizard? I have customized the wizard but now there are a few things that needs to be done for every step [/quote] I've learned a lot in the almost two years since I wrote the first post on this page so hopefully I can provide some advice for you. By the way, I ended up using only the CreateUserWizardStep and CompleteWizardStep. You should be able
    Posted to Security (Forum) by muybn on 9/21/2009
  • best way to use FileUpload control

    I have a button in a page that allows users to add a photo and caption to a page (displayed finally in an .Net 3.5 ListView). When they click the button, this unhides a panel with a user control containing a photo upload button, a photo caption textbox, and a Submit button. However, users report this to be a confusing process so I need to do something different. It's confusing for them because the photo upload button takes them to a different page; so I need to find another alternative. I tried
    Posted to Web Forms (Forum) by muybn on 9/21/2009
  • Re: resized image doesn't save

    Thanks, your code worked, for the most part. It sizes and displays images correctly, with the exception of one image, which turns out all black. Can't figure that one out.
    Posted to System.Drawing/GDI+ (Forum) by muybn on 9/1/2009
  • Re: resized image doesn't save

    <BUMP> Hey, folks, I still need help. Don't abandon me! Surely there's someone with expertise on problems such as this?
    Posted to System.Drawing/GDI+ (Forum) by muybn on 8/28/2009
  • Re: resized image doesn't save

    I'd like to go back to my original code and make changes from there. I'm getting an error on line 14 that reads "Parameter is not valid." I imagine it has to do with the objImage parameter but I don't know what to do about it.
    Posted to System.Drawing/GDI+ (Forum) by muybn on 8/23/2009
  • resized image doesn't save

    The image resizes fine in the following code but it doesn't save. Instead, the original-sized image is loaded back in the browser. Any suggestions? Dim txt As TextBox Dim lbl As Label Dim rbl As RadioButtonList Dim chk As CheckBox Dim ddl As DropDownList Dim ful As FileUpload Dim lnk As HyperLink Public Function ImageResize(ByVal strSrc As String, ByVal strDest As String) As String Dim objImage As Image = Image.FromFile(strSrc) Dim dblNewHgt, dblNewWidth, dblFactor As Double Dim dblOldHgt As
    Posted to System.Drawing/GDI+ (Forum) by muybn on 8/22/2009
  • Re: resized image doesn't save

    Thanks, but I'm still getting the GDI+ error (I think that's what it's called).
    Posted to System.Drawing/GDI+ (Forum) by muybn on 8/22/2009
Page 1 of 86 (852 items) 1 2 3 4 5 Next > ... Last »