

http://msdn.microsoft.com/nl-be/vstudio/dd582936(en-us).aspx
So, how do you force IsPostBack to true? I am goiing to start by spoiling the surprise (if any). Looking at what I found so far : it can’t be done… Now some context. I am building an automatic object viewer (sortable, searchable item lists + editable property grids) to go with my own little framework. All the code and markup for this [...]
Mijn laatste Microsoft certificaat dateert ondertussen alweer van 2000 of iets in die strekking. Hoog tijd dus om nog eens een examen te doen. Omdat ik niet onmiddellijk van plan ben om een lange serie examens af te werken heb ik iets redelijk algemeens gekozen: MCTS EXAM 70-562 ofte Microsoft .Net 3.5 – ASP.NET Application Development. Dit [...]
I fixed my POP3 / Mime parser problem! I am once again able to read all mails and attachments that ever hit my mailbox. The problem itself was a simple error in one of the MIME headers ( missing quotes to be exact ). But I ended up making some major changes to my setup. Since OpenPOP.NET completely refused to [...]
Here’s the thing. I am using a pop3 mailbox to allow customers to send images to my application. The application parses all incoming mail, strips the attachments and uploads them into the application. I started out using standard .NET stuff, but soon found out that that didn’t support the full MIME tree (that was 2 [...]