Click here to Skip to main content
15,894,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionImage Rotation in ASP.NET or in Scripting. Pin
Prashant C4-Mar-07 18:31
Prashant C4-Mar-07 18:31 
AnswerRe: Image Rotation in ASP.NET or in Scripting. Pin
Vasudevan Deepak Kumar6-Mar-07 9:39
Vasudevan Deepak Kumar6-Mar-07 9:39 
QuestionAbout server.transfer in asp.net Pin
Vinay Dornala4-Mar-07 18:10
Vinay Dornala4-Mar-07 18:10 
AnswerRe: About server.transfer in asp.net Pin
badgrs5-Mar-07 0:18
badgrs5-Mar-07 0:18 
QuestionImage update problem Pin
dasumohan4-Mar-07 17:23
dasumohan4-Mar-07 17:23 
AnswerRe: Image update problem Pin
Venkatesh Mookkan4-Mar-07 19:21
Venkatesh Mookkan4-Mar-07 19:21 
GeneralRe: Image update problem Pin
dasumohan4-Mar-07 23:21
dasumohan4-Mar-07 23:21 
GeneralRe: Image update problem Pin
Venkatesh Mookkan5-Mar-07 1:14
Venkatesh Mookkan5-Mar-07 1:14 
dasumohan wrote:
Image1.ImageUrl = "SiteURL here/images/studios/S-arc-0001.jpg"


You are using the Absolute URL for Image Path. Use relative path.

Say,

Image1.ImageUrl = "images/studios/S-arc-0001.jpg"


dasumohan wrote:
Response.Cache.SetCacheability(HttpCacheability.NoCache)


If you need the Cacheability, set it in the Page Load event.

The relative path may solve your problem.


Regards,
Venkatesh Mookkan.
Software Engineer, India
My: Website | Yahoo Group

AnswerRe: Image update problem Pin
qiangtian4-Mar-07 19:53
qiangtian4-Mar-07 19:53 
GeneralRe: Image update problem Pin
badgrs5-Mar-07 0:15
badgrs5-Mar-07 0:15 
AnswerRe: Image update problem Pin
Vasudevan Deepak Kumar6-Mar-07 9:40
Vasudevan Deepak Kumar6-Mar-07 9:40 
QuestionAllow to Check only one checkbox at a time in the datagrid Pin
BORN...again!4-Mar-07 15:28
BORN...again!4-Mar-07 15:28 
AnswerRe: Allow to Check only one checkbox at a time in the datagrid Pin
Sylvester george4-Mar-07 17:59
Sylvester george4-Mar-07 17:59 
AnswerRe: Allow to Check only one checkbox at a time in the datagrid Pin
Vasudevan Deepak Kumar6-Mar-07 9:40
Vasudevan Deepak Kumar6-Mar-07 9:40 
Questionmaximise Pin
hariram284-Mar-07 1:23
hariram284-Mar-07 1:23 
AnswerRe: maximise Pin
Vasudevan Deepak Kumar4-Mar-07 1:58
Vasudevan Deepak Kumar4-Mar-07 1:58 
Questionunique number Pin
hariram284-Mar-07 1:17
hariram284-Mar-07 1:17 
AnswerRe: unique number Pin
MoustafaS4-Mar-07 4:59
MoustafaS4-Mar-07 4:59 
GeneralRe: unique number Pin
hariram284-Mar-07 6:06
hariram284-Mar-07 6:06 
GeneralRe: unique number Pin
Hesham Amin4-Mar-07 6:44
Hesham Amin4-Mar-07 6:44 
AnswerRe: unique number Pin
Guffa4-Mar-07 8:30
Guffa4-Mar-07 8:30 
GeneralRe: unique number Pin
hariram285-Mar-07 6:08
hariram285-Mar-07 6:08 
AnswerRe: unique number Pin
Luka Grabarevic4-Mar-07 23:40
Luka Grabarevic4-Mar-07 23:40 
AnswerRe: unique number Pin
VishalSharmaDev4-Mar-07 23:43
VishalSharmaDev4-Mar-07 23:43 
AnswerRe: unique number Pin
Vasudevan Deepak Kumar6-Mar-07 9:41
Vasudevan Deepak Kumar6-Mar-07 9:41 

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.