Guest_imported
New member
- Jan 1, 1970
- 0
I have to short questions
When I want to specify path in ImageURL attribute,
it only works if I use relative URL(relative to the location of the web page).
But I can't specify full path,that is absolute URL.
//it doesn't work
ImageURL="localhost/what/X.jpg"
If I have TextBox control and AutoPostBack="TRUE",does
a page get posted back only if I changed some text in a box?Why not everytime?
Lets say I write a word 'HEY'in a box.This time page will be posted back.But why won't it be posted back the second time if I won't change any text?The reason I notice this is because I used AdRotator control which displays different images whenever page is posted back!
Thank you for taking the time
When I want to specify path in ImageURL attribute,
it only works if I use relative URL(relative to the location of the web page).
But I can't specify full path,that is absolute URL.
//it doesn't work
ImageURL="localhost/what/X.jpg"
If I have TextBox control and AutoPostBack="TRUE",does
a page get posted back only if I changed some text in a box?Why not everytime?
Lets say I write a word 'HEY'in a box.This time page will be posted back.But why won't it be posted back the second time if I won't change any text?The reason I notice this is because I used AdRotator control which displays different images whenever page is posted back!
Thank you for taking the time