[web] link button ...doPostBack nothing

Started by
2 comments, last by jedifreeman 18 years, 5 months ago
Hi Whenever i run my web application from another computer than the one it was deployed , when i click a link button nothing happens. I have a single instruction at that event (Response.Redirect).I see in the browser the intention of java script LinkButton1 doPostBack , but no redirection. I have no clue why is this happening. THX
Advertisement
You seem a little confused.

Are you using &#106avascript to achieve this? Or is this an ASP or ASP.NET application?

Response.Redirect is a function of ASP or ASPNET. It can only be used on the server side, and has no business being in client-side scripts.

Please post more info about your environment, with specific attention to:

- Are you using client or server-side scripting
- What language(s) are you using for each of them
- What application server are you using (.e.gh ASP or ASPNET)?

Mark
well ...yes i'm a bit confused...i'm working on ASP.NET(C#) for just 2 weeks now.I mentioned the java script doPostBack event just becouse this was what it was written in the ie task bar. Are you saying that i can't run the application from another computer?

THX a lot
Hermes,

Can you post your ASP.NET code for your Button OnClick event and for your Page_Load for the page?

This topic is closed to new replies.

Advertisement