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...Module ForumsModule ForumsFeedbackFeedbackmod. feedback module doesnmod. feedback module doesn't send all textfields
Previous
 
Next
New Post
2/16/2009 12:07 AM
 

If you're not able to compile successfully, how do you expect your changes to be commited and visible. Change your object type in the codebehind to ImageButton and compile successfully first. If you've compiled successfully make sure that the newly created dll is in your dotnetnuke\bin folder - if it's not then copy it over

Sanjay


AcuitiDP - Oracle Data Provider for DotNetNuke
 
New Post
2/16/2009 1:29 AM
 

Sanjay Mehrotra wrote

make sure that the newly created dll is in your dotnetnuke\bin folder - if it's not then copy it over

Sanjay



Thanks Sunjay for you quick respond but i created this problem to just show you that my ASCX file is not linked

with ASCX.VB file

now lets do this so that we dont get error and our Project gets Compiled

Now

File : Feedback.ascx

<asp:linkbutton id="cmdSend" ....

<asp:ImageButton ID="cmdSend_New" .....

File : Feedback.ascx.vb

 Protected WithEvents cmdSend As System.Web.UI.WebControls.LinkButton
 Protected WithEvents cmdSend_New As System.Web.UI.WebControls.ImageButton

Now to write the code for So created "cmdSend_New" when i double click on image button

i get  following code
<script runat="server">

    Protected Sub cmdSend_New_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)

    End Sub

</script>

in the Feedback.ascx file ... shouldnt i go to FeebBack.ascx.vb ??

For more simple way

i changed the following tin the vb file

 Private Sub cmdSend_Click(ByVal sender As Object, ByVal e As EventArgs) Handles cmdSend.Click
            'To Handle Firefox users.
            MsgBox("Sending...!!!") ......

Aftert i click "Send" dont get the msgbox ? ... but the Module works !


 

 
New Post
2/16/2009 7:23 AM
 

This is the exact the same problem i am facing

http://www.justskins.com/forums/codebehind-problem-60725.html

In solution its told 

"I did rebuil the solution, but with
no success. I then deleted the dll from within the VS.NET
enviroment and build the project. That recreated the dll,
which fixed the probelm."

But if i delete the DLL file then i cant compile the project.

Plz explain which Folder's DLL to delete and where does new DLL compiles

 

 
New Post
2/16/2009 10:11 AM
 

I'm not sure I understand your last post. Are you able to build the project or not?  If you're not able to build the project then you're not going to see the changes on the website.
Also, I'm not sure of your folder/directory structure so can't tell you which way your feedback project is building. If you're familiar at all with Visual Studio then determine the build path for your feedback module and make sure it points to your website/bin folder. If you do this, it should automatically update the existing copy of feedback in the bin folder with the new one.

From your error it doesn't sound like you've changed the object type for cmdSend. Please open the ascx.vb file (feedback) and identify where the button is defined (at the top). Make sure it is defined as an ImageButton and not LinkButton.

Thanks
Sanjay


AcuitiDP - Oracle Data Provider for DotNetNuke
 
New Post
2/16/2009 10:16 AM
 

What version of Visual Studio are you using? It should be VS 2005 and make sure you've installed the patch which enables WAP projects.

Sanjay


AcuitiDP - Oracle Data Provider for DotNetNuke
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackmod. feedback module doesnmod. feedback module doesn't send all textfields


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