Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Required Validation Error / Possible Data Corruption
Last Post 05-09-2012 01:39 PM by Ryan Bakerink. 6 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages Not Resolved
David JamellUser is Offline
skipping stones
skipping stones
Posts:14
Avatar

--
05-08-2012 03:47 AM
    I'm Running DF Ver:4.0.11.16442
    and having problems with Validation on a TextBox
    .

    To get started I imported the form from another website and started making adds/deletes/changes.  Now I can't create a "required" textbox and validate it.  When Validation is turned on for the Field "Phone1" I get the error below.

    I have deleted the field, cleared the DF Recycle Bin, and created a new fieled with a different name and it still throws this error.

    Is there a table with corrupt data?  I'm no stranger to DNN Tables and have access to the database through SQL Mgmt Studio.  Tell me what to look for and I can probabaly fix it.

    AssemblyVersion: 6.1.5

    PortalID: 0

    PortalName: xxxxx

    UserID: 3

    UserName: xxxxxxxxxx

    ActiveTabID: 92

    ActiveTabName: Careers

    RawURL: /Careers.aspx

    AbsoluteURL: /Default.aspx

    AbsoluteURLReferrer: http://newprospect-com.web35.winsvr...reers.aspx

    UserAgent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0

    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

    ExceptionGUID: 5c80adf7-823d-4518-857d-6b23801d35d2

    InnerException: Unable to find control id 'TBR_GUID0f3c0a46-f831-40dc-ae28-d592893f6c92Phone1' referenced by the 'ControlToValidate' property of 'Validate_0f3c0a46-f831-40dc-ae28-d592893f6c92'.

    FileName:

    FileLineNumber: 0

    FileColumnNumber: 0

    Method: System.Web.UI.WebControls.BaseValidator.CheckControlValidationProperty

    StackTrace:

    Message: DotNetNuke.Services.Exceptions.PageLoadException: Unable to find control id 'TBR_GUID0f3c0a46-f831-40dc-ae28-d592893f6c92Phone1' referenced by the 'ControlToValidate' property of 'Validate_0f3c0a46-f831-40dc-ae28-d592893f6c92'. ---> System.Web.HttpException: Unable to find control id 'TBR_GUID0f3c0a46-f831-40dc-ae28-d592893f6c92Phone1' referenced by the 'ControlToValidate' property of 'Validate_0f3c0a46-f831-40dc-ae28-d592893f6c92'. at System.Web.UI.WebControls.BaseValidator.CheckControlValidationProperty(String name, String propertyName) at System.Web.UI.WebControls.BaseValidator.ControlPropertiesValid() at System.Web.UI.WebControls.BaseValidator.Validate() at System.Web.UI.Page.Validate(String validationGroup) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---v
    David JamellUser is Offline
    skipping stones
    skipping stones
    Posts:14
    Avatar

    --
    05-09-2012 10:47 AM

    I exported the Form.  Uninstalled the Dynamic Forms Module.  Made sure all of the Files/Tables/Stored Procedures were deleted.

    I installed Dynamic Forms, imported the data, and I still get the same error!

    Please help! 

    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    05-09-2012 11:40 AM
    Hello David,

    Are you using a Compare Validator anywhere on your form? It sounds like you had a Compare Validator set and then you deleted the question that was being compared to, so therefor you're Comparing the value of one field to a field that no longer exists.

    If that's not the case, then there must be some sort of validation stuck that's referencing a question that doesn't exist any longer.

    Is Phone1 an available question on your form? Or is this a field that you deleted?

    Please let me know.

    Thanks,

    Ryan
    David JamellUser is Offline
    skipping stones
    skipping stones
    Posts:14
    Avatar

    --
    05-09-2012 11:59 AM

    There is a compare validation, but it's comparing an Email Field with a ConfirmEmail Field.

    Phone1 does exist and the DF Rrecycle Bin is empty.

    If I turn off the required validation for Phone1 the form will submit, but data from 4 fields, including Phone1, do not save in the Results or are in the emailed results.

    You can see the page here:

    http://newprospect-com.web35.winsvr...reers.aspx

    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    05-09-2012 01:00 PM
    Please go to Module Configuration -> AJAX & jQuery Configuration and disable jQuery. Then go to Module Configuration -> Validation Configuration and let me know if you have Client side and Server Side Validations enabled(meaning that you have those two checkboxes checked).

    I will need credentials to your site to investigate this issue. You can email me credentials to rbakerink at datasprings dot com.

    Let me know if you have any questions.

    Thanks,

    Ryan
    David JamellUser is Offline
    skipping stones
    skipping stones
    Posts:14
    Avatar

    --
    05-09-2012 01:13 PM
    Done.  And both Client Side and Server Side Validation is checked.
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    05-09-2012 01:39 PM
    Hello David,

    I just finished dedicating 20 minutes trying to find the source of your issue. Please review the email I sent you.

    Thanks,

    Ryan
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi