![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
If I have, say: <a href="../page1.aspx?a=1&b=gonow">Go Now</a in my html, on clicking the link, will FF give : blah blah/page1.aspx?a=1&b=gonow in the address bar? It's not doing that for me. It gives blah blah/page1.aspx?a=1&b=gonow |
#2
| |||
| |||
|
|
mark4asp wrote: If I have, say: <a href="../page1.aspx?a=1&b=gonow">Go Now</a in my html, on clicking the link, will FF give : blah blah/page1.aspx?a=1&b=gonow in the address bar? It's not doing that for me. It gives blah blah/page1.aspx?a=1&b=gonow Can you post a URL where that happens? |
#3
| |||
| |||
|
|
Martin Honnen wrote: mark4asp wrote: If I have, say: <a href="../page1.aspx?a=1&b=gonow">Go Now</a in my html, on clicking the link, will FF give : blah blah/page1.aspx?a=1&b=gonow in the address bar? It's not doing that for me. It gives blah blah/page1.aspx?a=1&b=gonow Can you post a URL where that happens? I'm sorry. It is happening right now on my local web-server. This is an asp.net 2.0 application I am running over microsoft's Cassini server [the developer's 'baby' web-server - not IIS]. Even if it were live, it's a subscription only site. It's a puzzle alright. I tell asp.net to write an & in the code behind for the gridview (OnRowDataBound event). It gives me a & But if I tell it to write an & for the asp.net Repeater I get the & in the html with no problems. [ILLOGICAL]. The asp.net controls shoudl be consistent! |
![]() |
| Thread Tools | |
| Display Modes | |
| |