Search

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

Matching Posts

  • Re: Problem with FileUpload control

    Thanks to everyone that replied. I've got my form working, even though a postback is incurred. I had to register the button that submits the form as a trigger, and it will find the FileUpload control as usual. Brandon
  • Problem with FileUpload control

    Hello everyone, I have a simple form with one FileUpload control for resumes. When I place the FileUpload into the Content Template of an UpdatePanel and submit the form, the PostedFile is null. When I take the FileUpload out of the UpdatePanel and submit the form, the PostedFile is there. What do I need to do in order to get access to the file being posted, if I'm using it in conjunction with the ajax.net controls? Many thanks in advance, Brandon Taylor
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by brandon1974 on 2/12/2007
    Filed under: ajax.net, FileUpload
  • Re: Render images from Access Database stored as OLE Objects

    Hi, Actually it was the way I was saving the data in to the db that was causing the problem, but everything is cool now and it works like a charm. I didn't have to change any of my ashx handler code. Brandon
  • Render images from Access Database stored as OLE Objects

    Hello everyone, I can't get this handler to render anything more than an image placeholder with a red X in it. What am I doing wrong? I have a SQL Server version working perfectly, but this OLE version isn't rendering at all. The images are stored as OLE Objects (long binary), and I'm using C#. Anyone have any ideas? Below is my code so far... public void ProcessRequest (HttpContext context) { OleDbConnection con = new OleDbConnection(ConfigurationManager.ConnectionStrings[2].ToString()); con.Open
    Posted to HttpHandlers and HttpModules (Forum) by brandon1974 on 12/22/2006
  • Re: How to bind binary data to an asp:image control?

    Awesome. Thank you. Thank you, and THANK YOU! Brandon
    Posted to Data Presentation Controls (Forum) by brandon1974 on 12/20/2006
  • How to bind binary data to an asp:image control?

    Hi Everyone, I'm using C#, SQL Server 2005. I have images stored in SQL2K5 as binary data. I can insert/update/delete just fine. I can output the file to the http header and save the file just fine, but for the life of me, I can't figure out how to bind that binary data to an asp:image control, so that I might make a gallery. I have seen examples of using a separate page to output the binary stream to the header, but for hundreds of images, that seems a little impractical, as you'd be requesting
    Posted to Data Presentation Controls (Forum) by brandon1974 on 12/20/2006
  • Uninstalling VS 2K5 Beta 2

    Hello everyone, I'm having an issue when uninstalling VS 2K5 Beta 2 using the automated tool from Microsoft - the MSDN Library for VS 2K5 Beta 2 is taking hours and hours to uninstall. I haven't tried leaving it overnight, but I let it run for a little over 3.5 hours this morning and it wasn't even halfway through "Collecting Required Information." What can be done to speed this process up? I would like to install Visual Web Developer Express, but it won't install until all features of Beta 2 are
    Posted to Getting Started (Forum) by brandon1974 on 11/29/2005
  • Re: Checkbox List problem

    Hi Greg, thanks for your reply. The check box list is populated from a Data reader when the selected index of a Data List is changed. Then the values for which items are checked is done by looping through another data reader. I did set the EnableViewState attribute to true for the CheckboxList, and the CheckboxList is only populated during the SelectedIndexChanged event of the Data List, not during the Page Load. Thanks, Brandon
    Posted to Visual Studio 2005 (Forum) by brandon1974 on 10/12/2005
  • Checkbox List problem

    Hello everyone, I'm using VS 2005 Beta 2, VB.NET. I have a page with a datalist, a panel, a check box list and a "save" button. When the selected index of the datalist changes, the checkbox list is populated from a database, and pre-selected items are determined. Everything is right with the world, until the "save" button gets clicked. The checkbox list loses all of its values, and returns nothing, zilch, nada. None of the selected or non-selected items will be present to use elsewhere. I know that
    Posted to Visual Studio 2005 (Forum) by brandon1974 on 10/12/2005
  • Re: Need help with Regular Expression

    Got everything working, here's the solution: RegExp: \w{3,20}
    Posted to Visual Studio 2005 (Forum) by brandon1974 on 7/19/2005
Page 1 of 3 (26 items) 1 2 3 Next >