Tagged Questions

0
votes
1answer
64 views

ASP.NET LinkButton not rendered correctly in IE7

We have an issue (one of many) with a customer who switched to MS IE 7 just a few weeks ago (yes, yes, I know....... don't ask.....) In our ASP.NET app, we have a series of <asp:LinkButton> …
4
votes
6answers
5k views

Disable the postback on an <ASP:LinkButton>

I have an ASP.NET linkbutton control on my form. I would like to use it for javascript on the client side and prevent it from posting back to the server. (I'd like to use the linkbutton control so I …
0
votes
2answers
246 views

asp.NET LinkButton not working in Google Chrome

Hi all! I have a page with several linkbuttons, and all of them is not working in Google Chrome. They are working well in IE and Firefox. Chrome Inspector can find the linkbutton and it has a …
3
votes
4answers
762 views

LinkButton in ASP.NET MVC

I need to instantiate some ASP LinkButtons onto an ASP.NET MVC view page. I've tried a few things, and I cant get them to come out right. Heres my most recent incarnation of the code: the aspx file …