|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can i make a dynamic link ?!!!!
Hello,<br><br>I'd like to make an dynamic link on my aspx page but how ???<br><br>With asp you can do :<br><br><br> a href="maPage.aspx?var1=<%=myAspVariable %>"<br><br><br>But now, with the 2 pages -- .aspx and .aspx.cs -- I wonder how can i do that.<br><br>It's the same problem if i want to put an image with a source which changes, if i use the HTML tag IMG i don't have dynamic effect because i'm in the ****ing .ASPX PAGE !<br>And the WebControl is not ok because i'd like to use map on this image...<br><br>What can i do ?<br><br>Thank you,<br><br> chab
|
|
#2
|
|||
|
|||
|
You make one Get Property in .cs page, which will return the required value and in place of myAspVariable in <%=myAspVariable%> write the name of property.Your<br>link will be created in RUnTime.
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > How can i make a dynamic link ?!!!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|