0
votes
3answers
31 views
determining that a Postback opens a new page
I have a page (page1) with a LinkButton that, when clicked, will take the browser to a new page (page2).
When I click the LinkButton page1 posts back and hits the Init and Load ev …
0
votes
1answer
19 views
ASP.Net: UseSubmitBehavoir for LinkButtons and DefaultButton?
Hi,
every one who works with FireFox and ASP.Net knows the problem:
To enable a DefaultButton, you must set the UseSubmitBehavoir="false" on this button.
Sadly, in LinkButtons i …
0
votes
2answers
41 views
ASP.NET button says it can’t find the method I put in OnClick
I have a log out button on my main menu and I want it to run a method to log out. However I want to store this method in a seperate class as a static method, since this code may be …
0
votes
2answers
576 views
Link Button on the page and set it as default button, work fine in IE but not in Mozila
I have a link button on the page and set it as default button, It works fine in IE but not working in Mozila Firefox. Does anybody have any clue how to resolve this issue?
0
votes
1answer
39 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 <as …
0
votes
1answer
30 views
LinkButton not accessing EventArg
Hello all,
I am using c#.net.
I am trying to create a LinkButton within the code-behind, when I debug my code I recieve no errors, however its not accessing the EventArg attached …
1
vote
1answer
182 views
Add LinkButtons during OnDayRender event of ASP.NET Calendar Control
Hi,
So I need to add some link buttons to each cell of a asp:calendar control dynamically based on data in the database. I wondering what the best way to do this is so that the t …
0
votes
1answer
118 views
Adding a Javascript string value in a LinkButton inside a DataList Item on ASP .NET
I was able to create a client script click event on a link button for normal ID's and numbers. But when I tried to do this with a string it causes a parse error. Not the difference …
0
votes
1answer
199 views
Why doesn’t linkButton change its commandArgument - even after creating a new instance and reassigning a new value?
So I have a LinkButton called linkButton.
protected LinkButton linkButton;
and inside a loop which gets every directory of a specified directory, I have this:
linkButto …
0
votes
1answer
121 views
asp.net linkbutton client-side problem
I have this linkbutton with post-back disabled ... I should have done it with an html control but just did it that way .. It is toggling a language bar on top (marara.com.tr - lang …
0
votes
2answers
493 views
Access linkbutton from datalist on pageload with c# asp.net
Hey Guys,
I have this linkbutton within a datalist and I'm trying to get access to the datalist on the pageload so i can set the linkbutton to be enabled or not based on the user's …
0
votes
1answer
171 views
Calling an external method from a component in Flex 3
I did an application to show a datagrid with a custom column in Flex 3
how can I access to the method loadDetails in this code?:
<mx:Application xmlns:mx="http://www.adobe.com/ …
0
votes
2answers
465 views
How can I call a server side method from a linkbutton inside a gridview I am building programatically?
I have the following code.
I build a grdiview programamtically then I go through and change one of the columns to linkbuttons. Unfortunately, it never calls back to server side lb_ …
0
votes
1answer
953 views
C# LinkButton.PostBackUrl - New window without JS
Hi!
Is it possible to use asp:LinkButton without JavaScript to open new windows?
Currently i have workable next code, but with JS.
<asp:LinkButton ID="lnkPcName" runat="server …
0
votes
2answers
516 views
LinkButton Click Event
Hi everybody,
I have this problem ..
I have one "Login" linkbutton and one "UserList" linkbutton on one masterpage. When the user is logged in, and he clicks "UserList" linkbutto …
