Link Button
Hi,
I have developed a website which is on ASP.NET 1.1
On my Development machine Everything Works Fine But When I reg. Domain Name n Took Webspace from WebHost AND uploaded my pages to Webserver. LINK Button DoesNot work. The full detail is as under:
Normal Button, ImageButton,Hyperlink All are working Fine
BUT LINKBUTTON is not working
if I use Link button to link some page like
Response.Redirect("Contactus.aspx") or LinkButton for Logout Like
FormsAuthentication.SignOut
I write all above code on LinkButton_Click Event But EVENT DOESNOT FIRE for Link Button.
If I use Link Button in Datagrid its not working in Datagrid also.
I need ur advice to solve this problem. Also advise what may be the reason for not working LinkButton n other Buttons working.
Pls Help me.
|