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.0ThingsForSale ExampleThingsForSale Example
Previous
 
Next
New Post
11/6/2007 10:17 PM
 

I'm using the ThingsForSale example as a starting point, but I'm running into trouble.  I want to be able to store everything in a single table like ThingsForSale, but I to limit the view so people could only see thier stuff.  It's for another type of application, this way an "administrator" could see all the records, but the person putting in the data could only see the data they put in.  But also check to make sure that the record was not already in the table.  So two people could not type in "fish".  I have this set on the database side, but can't seem to get a catch statement to work right. 

I thought I could add add a column in the table for the useID and store it and then with the stored procedure only pull back the records where (moduleID = @moduleID and userID=@userid), but that did not work.  I also tried just using the userID instead fo the moduleID, but that did not work either.  Here is what I added to the controller.  I modified the info as well to add the userID information and used a new Stored Procedure so I would not mess up the orginal one.

Any idea or an example I could look at?  It always seems that I can only find a portion of what I want to try and accomplish.

Thanks.

 

I tried:

<DataObjectMethod(DataObjectMethodType.Select)> _
Public Shared Function LandingPages_SelectAll(ByVal ModuleID As Integer, ByVal UserID As Integer) As List(Of LandingPagesInfo)
Return CBO.FillCollection(Of LandingPagesInfo)(CType(DataProvider.Instance().ExecuteReader("Stuff_SelectAll", ModuleID, UserID), IDataReader))

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0ThingsForSale ExampleThingsForSale Example


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