Click here to Skip to main content
15,901,373 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: VS2005 - Why No Website Project/Publish Options? Pin
Christian Graus16-Dec-08 12:54
protectorChristian Graus16-Dec-08 12:54 
AnswerRe: VS2005 - Why No Website Project/Publish Options? Pin
Abhijit Jana16-Dec-08 17:48
professionalAbhijit Jana16-Dec-08 17:48 
GeneralRe: VS2005 - Why No Website Project/Publish Options? Pin
cbjroms20-Dec-08 20:03
cbjroms20-Dec-08 20:03 
QuestionDate Time Control Pin
dptalt16-Dec-08 10:15
dptalt16-Dec-08 10:15 
AnswerRe: Date Time Control Pin
Rutvik Dave16-Dec-08 11:18
professionalRutvik Dave16-Dec-08 11:18 
QuestionUpdate image problem Pin
nour12316-Dec-08 8:07
nour12316-Dec-08 8:07 
AnswerRe: Update image problem Pin
Christian Graus16-Dec-08 8:40
protectorChristian Graus16-Dec-08 8:40 
AnswerRe: Update image problem Pin
Rutvik Dave16-Dec-08 9:01
professionalRutvik Dave16-Dec-08 9:01 
post the portion of the code for clear idea,

but as per my understanding, you are loading the image to some temp file on the server, i.e. userimage.jpg and you have displayed that image on the page. and when user changes you are just replacing that image with another user image, so the name remains same every time.

if this is the case then, your browser will not know, that image is changed, as the name of the image is same, with same size. so it will not request the image from the server next time, and loads the image from the history (temp internet files folder on client pc). this will happen until the image/content is not expired. (you can set this timeout value in <% Register ...> Tag on the aspx page )

to avoid that just put the username or random number before/after the image name i.e. <username>image.jpg
or use the direct memory binding instead of file base assignment.
AnswerRe: Update image problem Pin
Rutvik Dave16-Dec-08 9:12
professionalRutvik Dave16-Dec-08 9:12 
GeneralRe: Update image problem Pin
nour12316-Dec-08 9:35
nour12316-Dec-08 9:35 
GeneralRe: Update image problem Pin
Christian Graus16-Dec-08 9:54
protectorChristian Graus16-Dec-08 9:54 
GeneralRe: Update image problem Pin
Jeremy Falcon16-Dec-08 10:10
professionalJeremy Falcon16-Dec-08 10:10 
GeneralRe: Update image problem Pin
nour12316-Dec-08 19:31
nour12316-Dec-08 19:31 
GeneralRe: Update image problem Pin
Shog916-Dec-08 10:10
sitebuilderShog916-Dec-08 10:10 
GeneralRe: Update image problem Pin
nour12316-Dec-08 19:34
nour12316-Dec-08 19:34 
GeneralRe: Update image problem Pin
Abhijit Jana16-Dec-08 18:23
professionalAbhijit Jana16-Dec-08 18:23 
GeneralRe: Update image problem Pin
nour12316-Dec-08 19:29
nour12316-Dec-08 19:29 
QuestionError: "Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine" Pin
coolsatty16-Dec-08 7:12
coolsatty16-Dec-08 7:12 
AnswerRe: Error: "Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine" Pin
Christian Graus16-Dec-08 8:41
protectorChristian Graus16-Dec-08 8:41 
Questionjavascript regular expression Pin
nesfrank16-Dec-08 6:26
nesfrank16-Dec-08 6:26 
AnswerRe: javascript regular expression Pin
Guffa16-Dec-08 6:34
Guffa16-Dec-08 6:34 
GeneralRe: javascript regular expression Pin
nesfrank16-Dec-08 6:37
nesfrank16-Dec-08 6:37 
GeneralRe: javascript regular expression Pin
Guffa16-Dec-08 14:20
Guffa16-Dec-08 14:20 
Questionpopulating a gridview in a Page_Load method Pin
laziale16-Dec-08 4:04
laziale16-Dec-08 4:04 
AnswerRe: populating a gridview in a Page_Load method Pin
Paddy Boyd16-Dec-08 4:24
Paddy Boyd16-Dec-08 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.