Run subroutine using UpdatePanel

D

DavidC

I have a FormView that is inside an UpdatePanel that I use for inserting new
records. However, when the ItemInserted runs it calls a code-behind page that
contains code to set the dropdown and default values in preparation for
additional new records. See the code below. The NewTrans() subroutine is not
firing. How can I make it run? Thanks


Protected Sub fvIncExpTrans_ItemInserted(ByVal sender As Object, ByVal e
As System.Web.UI.WebControls.FormViewInsertedEventArgs) Handles
fvIncExpTrans.ItemInserted
NewTrans()
lvIncExpTrans.DataBind()
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top