Products

Solutions

Resources

Partners

Community

About

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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Probelm insert in tableProbelm insert in table
Previous
 
Next
New Post
10/18/2010 1:43 PM
 
Good evening,
For the problem described I got a forward but not what I want even with the code below I can write the desired table for Registered Users:

 Protected Sub Button1_Click (ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
            If (UserId = 1 Or UserInfo.IsInRole ("Administrators") Or UserInfo.IsInRole ("Registered Users") Or UserInfo.IsInRole ("Subscribers")) Then


                Dim myConnection As New SqlConnection (ConfigurationManager.ConnectionStrings ("SiteSqlServer"). ToString)
                'As String Dim SQLString
                Dim cmd As SqlCommand = New SqlCommand ("Ivi_EnvMail_Newsletter", myConnection)

                Try



                    cmd.CommandType = CommandType.StoredProcedure

                    cmd.Parameters.Add (New SqlParameter ("@ email", SqlDbType.VarChar, 100))
                    cmd.Parameters.Item ("@ email"). Value = Me.TextBoxMail.Text




                    myConnection.Open ()

                    cmd.ExecuteNonQuery ()

                Catch ex As Exception
                    Response.Write (ex.ToString)
                End Try

                myConnection.Close ()
                TextBoxMail.Text () = ""


                Me.pnl1.Visible = True
            End If
        End Sub


but to do so in the module settings I'd have to have the active checkbox in the edit module and this can not happen, that's gotta be the module visible but not editable by registerd users.

Help please
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Probelm insert in tableProbelm insert in table


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