January 2008 - Posts

18
Comments

Stop IE Flickering Between Pages by stefan.sedich

I dont know if anyone has noticed but in IE when you click between pages in your site that have common elements i.e. a header. Your page will flicker for a brief moment. But in FireFox the page will not flicker and it will look smooth. I came across a...
Filed under: , , , ,
2
Comments

Gotcha with linq and paging by stefan.sedich

Hey All, Had a query which I was paging on the front end. I knew that a certain product was meant to be in my display but could not see it. But on page 2 a product would repeat itself. Odd, got into profiler and looked at the queries. The first page would...
Filed under: , , , , , ,
5
Comments

Issues using HyperLink control with an image in a URL Rewriting scenario by stefan.sedich

Hey All, I was using the HyperLink control in my page and added URL Rewriting to my page so that for example: http://site/test/test/default.aspx would be rewritten to http://site/default.aspx. I had a HyperLink control on the default page like so: <asp...
5
Comments

EventValidation issues with asp.net ajax and FireFox caching causing issues... by stefan.sedich

Hey All, Was having some wierd issues with asp.net ajax in firefox. If for example you put a textbox and a button in an updatepanel and put in a value and click the button. Then you hit F5, in IE the value will be gone, but in FireFox the value is still...
9
Comments

CrossPagePostback in new window... by stefan.sedich

Hey All, As you may know to postback a page to another page i..e Cross Page Postback you set the PostBackUrl to the page you would like to post the page to. But what if you would like to post back the page and have it open in a new window. I thought easy...
7
Comments

Handling Default Values With LINQ to SQL by stefan.sedich

Hi All, Have run into some issues with using default values in my SQL database with LINQ. I set AutoGenerated in the LINQ Designer to true which made use of my default values but this did not let me update this manually as it would throw an exception...
Filed under: , , , , , ,
6
Comments

PNG Fix Component by stefan.sedich

Needing a solution to fix transparent PNG in IE6 I came to start using one of the many javascript based solutions to do this. But when it came time to use ajax and populating new images in my postbacks this obviously broke. So I created a custom ASP.NET...
More Posts