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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNNTextSuggest and AJAX ProblemDNNTextSuggest and AJAX Problem
Previous
 
Next
New Post
7/3/2008 8:04 AM
 

Hi ,

  I am using a DNNTextSuggest web control in a module. When the module's control is not set to support parialy rendering in the module definition, everything goes OK. But when the module control is set to support partialy rendering with the module definition, I get problems. Everytime I click a button in the module's page, the DNNTextSuggest textbox disappears.

  Is this a bug? Any help will be appreciated.

 
New Post
7/7/2008 9:08 AM
 

The existing webcontrols and UpdatePanel scenarios don't play well together.  This should be fixed in the new version of webcontrols.  The release notes in this defect explains the issue.


 
New Post
9/23/2008 2:34 PM
 

Thank you for your help.  It took a few days to work through the problems, but I finally am able to call a web service .asmx fle's functions from JavaScript on the client.  There were two problems with my code.  The first problem is this line was missing from my .ascx file:

<%@ Register assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI" tagprefix="asp" %>

I never had to worry about it while I was using UpdatePanels because I made a practice of dragging the UpdatePanel control from the toolbox to the web control in Design mode.  Visual Studio always created the @ Register line for me.  Without this line, the reference to the ScriptManager, as follows, returned Nothing:

objScriptManager = ScriptManager.GetCurrent(Me.Page)

 

The other problem was in my .ascx.vb code in setting the path for the ServiceReference.  I was doingthis:

objServiceReference.Path = "Talk.asmx"

when I should have been doing this:

objServiceReference.Path = ResolveUrl("Talk.asmx")

The .asmx file is in the same folder as the web control, but the full path is required.

 

-Pat

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNNTextSuggest and AJAX ProblemDNNTextSuggest and AJAX Problem


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