i have used a link button and write some code on click event of this.
the application is working fine on my system but when i deploy it to server the link button click ebent not fired.
can anybody tell me the reason?
i have used a link button and write some code on click event of this.
the application is working fine on my system but when i deploy it to server the link button click ebent not fired.
can anybody tell me the reason?
The symptom described by — LinkButton click works locally but not after deployment — most often comes from deployment or environment differences rather than a bug in the control itself. ’s point about differing environments and ’s note about server-side wiring are relevant; the next step is a short, targeted checklist to isolate whether the problem is on the server, in the deployed build, or in the browser.
Enable tracing or temporary debugging on the server and compare web.config differences between dev and prod. For reference on event wiring and page lifecycle, see the official ASP.NET documentation: ASP.NET page life cycle and event handling and .
Jump to Post— jamello 158you have to say more details.
Is your webserver configured correctly? are there any errors when displaying the internet explorer for example.
Since you say the app is working well on your dev. machine, it goes to say naturally that your environment (betwixt your dev machine and server) are different. …
you have to say more details.
Is your webserver configured correctly? are there any errors when displaying the internet explorer for example.
Since you say the app is working well on your dev. machine, it goes to say naturally that your environment (betwixt your dev machine and server) are different. Maybe your web server. but you have to pay attention to your app's behavior on the server and report back any error(s);)
i have used a link button and write some code on click event of this.
the application is working fine on my system but when i deploy it to server the link button click ebent not fired.can anybody tell me the reason?
if u not set that linkbutton
in html tag runat="server"
then possibility of occuring this error
bt i m damn sure u r not so fool top forget writing this.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.