I haven't used ASP.NET in a few years, but you should wrap your "do this on postback" code in Page.IsPostBack
:
if(IsPostBack) {
//do your data-saving code...
}
I haven't used ASP.NET in a few years, but you should wrap your "do this on postback" code in Page.IsPostBack
:
if(IsPostBack) {
//do your data-saving code...
}
You could try using the Post/Redirect/Get pattern. Basically instead of letting the postback send the data, redirect to the page. That way, if a user refreshes, s/he is refreshing the GET command rather than the POST.
I am having problems with jpeg files exported from Lightroom 2.2 http://www.ebook-search-queen.com/ebook/ligh/lightroom-2.2.all.html . I dont think ImageGetExifMetadata working properly for LR images. I can see the all exif information with a different programs. One of the errors:"Element Focal Plane Y Resolution is undefined in a CFML structure referenced as part of an expression. ". "Element Focal Plane Y Resolution" is there but CF can't read it. I have tried all sorts with no luck.On the other hand it works for non LR jpg images. Any ideas?