Thread
:
OverWriting dataTable Obj on each Rows.Add
View Single Post
03-04-2006, 11:27 AM
#
2
(
permalink
)
rdove
Masked Moderator
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
Every time an asp.net event occurs, the Page_Load event i triggered.
Try using
If Not Page.isPostBack Then
'execute your function call
End If
__________________
~Ryan
rdove
View Public Profile
Find More Posts by rdove