img src
-
i am working in .net2.0 i am getting the imageURL from database and store this value in a variable how call this variable in design page image src . my img is html control it is not a server control with out using cookies , session my coding like .aspx.cs file borderimage="images/br.git"; .aspx <img src="<%=borderimage%>" /> but it dose not working please help me
with regards, bretto
-
i am working in .net2.0 i am getting the imageURL from database and store this value in a variable how call this variable in design page image src . my img is html control it is not a server control with out using cookies , session my coding like .aspx.cs file borderimage="images/br.git"; .aspx <img src="<%=borderimage%>" /> but it dose not working please help me
with regards, bretto
Any errors are you getting ? if so the whats the error could please write here !!! :)
Thanks, Arindam D Tewary
-
i am working in .net2.0 i am getting the imageURL from database and store this value in a variable how call this variable in design page image src . my img is html control it is not a server control with out using cookies , session my coding like .aspx.cs file borderimage="images/br.git"; .aspx <img src="<%=borderimage%>" /> but it dose not working please help me
with regards, bretto
brettokumar wrote:
but it dose not working
What does 'does not work' mean ? Does it compile ? Does it create HTML ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
Any errors are you getting ? if so the whats the error could please write here !!! :)
Thanks, Arindam D Tewary
hi it display error like this The name 'border_tr' does not exist in the current context
with regards, bretto
-
hi it display error like this The name 'border_tr' does not exist in the current context
with regards, bretto
and what is border_tr ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
hi it display error like this The name 'border_tr' does not exist in the current context
with regards, bretto
brettokumar wrote:
The name 'border_tr' does not exist in the current context
but where are you using this variable ? I can't see this in the code given.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
brettokumar wrote:
but it dose not working
What does 'does not work' mean ? Does it compile ? Does it create HTML ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
complie error
with regards, bretto