View Single Post
Old 03-04-2006, 11:27 AM   #2 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
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 is offline   Reply With Quote