﻿<?xml version="1.0" encoding="utf-8"?><!--RSS Genrated: Fri, 17 Apr 2026 04:56:48 GMT--><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Data Springs, Inc.</title><link>http://</link><atom:link href="https%3a%2f%2fwww.datasprings.com%2fDefault.aspx%3fTabId%3d97%26ctl%3drss%26mid%3d537%26userid%3d25206%26language%3den-US" rel="self" type="application/rss+xml" /><description>RSS document</description><item><title><![CDATA[A Solution to Performance Issues with Dynamic Forms]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/91/A-Solution-to-Performance-Issues-with-Dynamic-Forms</link><description><![CDATA[  
There have been some reports that Dynamic Forms can be very slow in edit mode and becomes cumbersome, especially when creating a large form with a variety of field types.  Thanks to Peter Nuiten ...]]></description><pubDate>Fri, 23 May 2014 03:26:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/91/A-Solution-to-Performance-Issues-with-Dynamic-Forms</guid></item><item><title><![CDATA[DNN Security Leak Bypassing Dynamic Registration]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/90/DNN-Security-Leak-Bypassing-Dynamic-Registration</link><description><![CDATA[ 
 We've come across a situation that we want to share with you.  Several customers using Dynamic Registration were finding that people were able to bypass this and somehow get to the standard DNN ...]]></description><pubDate>Fri, 23 May 2014 02:31:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/90/DNN-Security-Leak-Bypassing-Dynamic-Registration</guid></item><item><title><![CDATA[IE 10 & Dynamic Form Submit Button issues]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/8/IE-10--Dynamic-Form-Submit-Button-issues</link><description><![CDATA[ I’ve seen several cases of this in IE 10. I found that when the Dynamic Form’s submit button is rendered by IE 10, the OnClick event has: “JavaScript:;” inside of the onClick event. It seems that IE ...]]></description><pubDate>Thu, 25 Apr 2013 18:26:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/8/IE-10--Dynamic-Form-Submit-Button-issues</guid></item><item><title><![CDATA[JavaScript Function to replace ' and " with Single Quote or Double Quotes]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/9/JavaScript-Function-to-replace--and--with-Single-Quote-or-Double-Quotes</link><description><![CDATA[ We all know that collecting information from users can be potentially dangerous. Not because the user means to be malicious, but because you may not have a procedure/function in place to handle ...]]></description><pubDate>Thu, 11 Apr 2013 09:22:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/9/JavaScript-Function-to-replace--and--with-Single-Quote-or-Double-Quotes</guid></item><item><title><![CDATA[SQL Driven Queries for Combo Boxes, Radio Buttons, Listboxes, and Checkbox Groups]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/10/SQL-Driven-Queries-for-Combo-Boxes-Radio-Buttons-Listboxes-and-Checkbox-Groups</link><description><![CDATA[ Dynamic Forms & Dynamic Registration require that you return at least two columns for a SQL Driven questions:  QuestionOption  and  QuestionOptionValue  
  QuestionOption  = Text User will see 
  ...]]></description><pubDate>Mon, 25 Mar 2013 08:40:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/10/SQL-Driven-Queries-for-Combo-Boxes-Radio-Buttons-Listboxes-and-Checkbox-Groups</guid></item><item><title><![CDATA[Integrating Dynamic Forms and the jQuery Tooltip Widget]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/11/Integrating-Dynamic-Forms-and-the-jQuery-Tooltip-Widget</link><description><![CDATA[ Dynamic Forms has a feature named “Help Icons” which work as Tooltips for your Questions. By Default this feature is disabled, so to enable you’ll need to go to Module Configuration –> General ...]]></description><pubDate>Mon, 26 Nov 2012 12:35:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/11/Integrating-Dynamic-Forms-and-the-jQuery-Tooltip-Widget</guid></item><item><title><![CDATA[T-SQL Script Generator BETA]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/12/T-SQL-Script-Generator-BETA</link><description><![CDATA[ Hello Everyone,   I have just opened our SQL Scripting website to the public. Over the past month I have been piecing this website together. I am now confident and feel that we’re in a good place ...]]></description><pubDate>Tue, 20 Nov 2012 11:34:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/12/T-SQL-Script-Generator-BETA</guid></item><item><title><![CDATA[SQL Server Triggers]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/13/SQL-Server-Triggers</link><description><![CDATA[ Triggers are a special type of procedure that can be executed in response to one of the following conditions:     INSERT    UPDATE    DELETE      You can create a Trigger to fire a query based on ...]]></description><pubDate>Mon, 19 Nov 2012 11:02:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/13/SQL-Server-Triggers</guid></item><item><title><![CDATA[SQL Server Indexes]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/14/SQL-Server-Indexes</link><description><![CDATA[   Data Retrieval Methods within databases:      Method 1:  Sequential access method, by searching through each individual record looking for a match. Unindexed table  AKA  Full-table scan    Method ...]]></description><pubDate>Sun, 11 Nov 2012 11:41:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/14/SQL-Server-Indexes</guid></item><item><title><![CDATA[SQL Server Constraints]]></title><link>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/15/SQL-Server-Constraints</link><description><![CDATA[   Getting Started:     Constraints are rules assigned to columns in your SQL tables. The main use of a Constraint is to help ensure that data integrity measures are met. Data integrity is very ...]]></description><pubDate>Tue, 06 Nov 2012 09:49:00 GMT</pubDate><guid>https://www.datasprings.com/Help/Blog/ArtMID/537/userid/25206/ArticleID/15/SQL-Server-Constraints</guid></item></channel></rss>