Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > General Computer Discussion > General Computer Support > Problem in using linkbutton in asp.net2.0

Reply
Thread Tools

Problem in using linkbutton in asp.net2.0

 
 
IvanTsoi IvanTsoi is offline
Junior Member
Join Date: Jul 2011
Posts: 1
 
      07-27-2011
I install a plug in (DualSelectListBox.dll) in lib that can product a DualSelectListBox in a web page.

the following is the Header
<%@ Register TagPrefix="cc1" Namespace="Skynet" Assembly="DualSelectListBox" %>
.........


I replaced the DualSelectListBox inside a panel

<Panel1>
......
<cc1ualSelectListBox id="DualSelectListBox1" runat="server" Width="750px" >....</cc1ualSelectListBox>
......
</Panel1>

Then use a LINKBUTTON to call an event
<asp:LinkButton id="Linkbutton4" onclick="OKClick" runat="server" />

But I find it cannot fire when I push the linkButton unless I replace the linkbutton as button or put the DualSelectListBox outside the panel.

It was OK in ASP.net1.0. But when Upgrade to 2.0, it is out of order.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linkbutton does not look like a linkbutton Sathyaish ASP .Net 3 09-08-2005 09:41 AM
Linkbutton does not look like a linkbutton Sathyaish ASP .Net Datagrid Control 1 09-08-2005 08:44 AM
Spawn New Browser Using LinkButton Control nwa ASP .Net 1 02-28-2005 02:07 AM
Spawn New Browser Using LinkButton Control DM ASP .Net 5 05-28-2004 01:43 PM
Disabling LinkButton using JavaScript? Jeelz ASP .Net 2 06-28-2003 08:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57