Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Multiple loading  of Sub form_loadMultiple loading of Sub form_load
Previous
 
Next
New Post
7/31/2008 4:29 PM
 

 

Platform:
DotNetNuke_04.08.04_Install.zip
DotNetNuke_04.08.04_StarterKit.zip
SQL Server 2000
XP:IIS6/ASPNET 2.0.5.0727

In my custom module (default page), I notice that the sub "Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load, Me.Load" was being loading twice for each module instance. It runs fine, but it just make the calls twice. They are not postbacks becuase the code block in


If Not Page.IsPostBack  then

[code block]

End if


was running.

currently, I use a static variable to check and exit the sub


 

Static status As Boolean

If status Then

Exit Sub

End If

status = True


Thanks in advance.

 
New Post
8/1/2008 10:03 AM
 

I figured out why i am having this problem.

The page is loading twice because of an extra Me.Load at the end of the page_load sub.

"Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load, Me.Load"

How I created this problem?

I found that if I double clcik on a ascx page to go to the code behind, vb.net will add the "Me.Load" at the end of the page_load sub. I know <F7>, but I do dblclick too.

The problem is not really noticeable unless you were stepping though the code. The solution is remove the Me.Load and not use double click to goto the code behind page.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Multiple loading  of Sub form_loadMultiple loading of Sub form_load


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out