Stefan Sedich's Blog
My adventures in the wonderful world of .NET.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 1.1
.NET 3.5
AJAX
ASP
ASP.NET
Attributes
C#
Caching
Configuration
CONTROLS
Cross Page Postback
Event Validation
FireFox
Javascript
LINQ
MICROSOFT
PAGING
PARAMETRES
PNG
RSS
SEO
Sitemap
SQL
TagCloud
Tagging
Tags
THREADS
Urchin
URL Rewriting
UserControl
VB.NET
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
August 2008 (2)
July 2008 (1)
April 2008 (3)
March 2008 (7)
February 2008 (4)
January 2008 (7)
December 2007 (5)
November 2007 (2)
October 2007 (1)
Favourite Sites
Slashdot
The Daily WTF
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:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
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:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
SQL
,
LINQ
,
C#
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...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
URL Rewriting
,
VB.NET
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...
Filed under:
AJAX
,
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
Event Validation
,
FireFox
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...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
Cross Page Postback
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:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
SQL
,
LINQ
,
C#
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...
Filed under:
Javascript
,
AJAX
,
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
PNG
More Posts