S
sanju
hi there i am trying to fire an button event in ascx file which interacts
with database ,my problem is " i am calling ascx file wiht a button click
dynamically when user needs to update database in aspx page , but the the
update button in ascx is not firing .. ..
but it is working fine when i call ascx like this manually.
'<callcontrol:callcontrol id=callcontrol runat="server"/>
<%@ Register TagPrefix="callcontrol" TagName="callcontrol"
src="callcontrol.ascx" %>
sub logacall(s As Object, e As EventArgs)
dim callcontrol1 as Control
callcontrol1= new callcontrol
LoadControl("callcontroll.ascx")
placeholder1.Controls.Add(callcontrol1)
end sub
plz help me in this regard i am trying since days to sort this.. i want to
load ascx file when a user needs.
sanju
with database ,my problem is " i am calling ascx file wiht a button click
dynamically when user needs to update database in aspx page , but the the
update button in ascx is not firing .. ..
but it is working fine when i call ascx like this manually.
'<callcontrol:callcontrol id=callcontrol runat="server"/>
<%@ Register TagPrefix="callcontrol" TagName="callcontrol"
src="callcontrol.ascx" %>
sub logacall(s As Object, e As EventArgs)
dim callcontrol1 as Control
callcontrol1= new callcontrol
LoadControl("callcontroll.ascx")
placeholder1.Controls.Add(callcontrol1)
end sub
plz help me in this regard i am trying since days to sort this.. i want to
load ascx file when a user needs.
sanju