asp.net linkbutton client-side problem -
I have this link button, which is post-back disabled ... I should have used it with html control but it just It did the same way .. It is toggling a language bar at the top (marara.com.tr - language link). It needs to be clicked twice to get the feeder in the feed. I need this problem I can fix it but just want to know why this happens in the first click on the address bar # Adds a sign, then on the second click it does this which is supposed to be .. a lead?
thanx in advance
Emre
There was a problem. It depends on the browser you are using (this happened when I was using Firefox but when I was not testing in IE6) It looks like the browser looks at the URL and sees that nothing has changed (except #) ... so it does not reload the URL, due to which the # ... do not register you query string Thinking it 'and amp;' Can change by adding Prior to '#' so that you have the URL & amp; Add # ...
Comments
Post a Comment