Search

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

Matching Posts

  • TableAdapterManager

    Hi all, I created a typed dataset in a Winforms project for testing purposes, because I almost always develop sites. I saw a TableAdapterManager was generated (I know this is new in 3.0/3,5), but only now I saw it isn't generated in webform application. There are a few other differences between win- and webforms as well with datasets. The question is why? And where can I find more information about it? With kind regards, Erik
    Posted to Getting Started (Forum) by Eriksk on 4/4/2008
  • Re: Multiple response streams

    Thank you for your reply. 1) I have to stay on the same page. Besides that, the report isn't saved to disk, just from memory 'to' browser. 2) I used the ticker as an example, but you couldn't know that. I want to perform a postback to write an object to the viewstate. It contains concurrency information... Session state isn't an option. Will think of something. Regards, Erik
    Posted to Web Forms (Forum) by Eriksk on 12/18/2007
  • Multiple response streams

    Hi all, I've got a small problem and I can't find a solution or workaround for it, so here it comes. My webpage has a button that saves all values in the db and generates a report that is streamed (using the httpresponse object) / pushed to the client. It works, but I need to adjust the page aswell. How can I do this, while you can only sent one stream to the client? Response.BufferOutput = True Response.Clear() Response.ContentType = "application/pdf" Response.AddHeader( "Content
    Posted to Web Forms (Forum) by Eriksk on 12/17/2007
  • Re: provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server

    It's dissappeard... for an ' Object reference not set to an instance of an object. ' exception. But with to less information to solve this one
    Posted to Getting Started (Forum) by Eriksk on 11/1/2007
  • Re: Copy a dataset and insert it in the db

    It's quite funny... after strugling for a while with this, I solved it a few minutes after posting: I generated a new dataset with the copy function and changed the rowstate to added. The problem where with my relations. I had NONE for my update rule where it had to be CASCADE . Problem solved
    Posted to Getting Started (Forum) by Eriksk on 11/1/2007
  • Copy a dataset and insert it in the db

    Hi all, I've got a little problem. I know a solution for it, but I want an easier / better / shorter one. Ok, this is the problem: I have a dataset with a project. A project has some lines and every line has some lineitems. This is the output in xml: < ProjectDetailData xmlns= "http://tempuri.org/ProjectDetailData.xsd" > < Project > < ProjectID >6</ ProjectID > < Name >test</ Name > < Customer >test</ Customer > < StateID >1<
    Posted to Getting Started (Forum) by Eriksk on 11/1/2007
    Filed under: clone, copy, database
  • Re: My dates have gone mad! help!

    Yes it is... see my previous post.
    Posted to Getting Started (Forum) by Eriksk on 5/10/2007
  • Re: reffering url

    Or even simpler: My .Request.UrlReferrer With or without the My namespace
    Posted to Web Forms (Forum) by Eriksk on 5/9/2007
  • Re: My dates have gone mad! help!

    Try not to insert dates as string types but as datetypes. Use stored procedures or queries with parameters. SQL will handle it (no conversion is needed because date types are floats / doubles). Displaying the date in the correct format use globalization. Mostly I do it in the web.config, but per page is possible aswell: Web.config for the dutch format: < globalization culture = " nl-NL " uiCulture = " nl " /> Hope it helps
    Posted to Getting Started (Forum) by Eriksk on 5/9/2007
  • Re: Set Masterpage Image...

    You can work with one. Just check in the onpageload if the user is authenticated. If not, get the default image, otherwise the non-default...
    Posted to Getting Started (Forum) by Eriksk on 5/8/2007
Page 1 of 12 (119 items) 1 2 3 4 5 Next > ... Last ยป