Creating custom form

Posted By saturation Tue 22 Feb 2011
Add to Favorites0
Author Message
saturation
 Posted Tue 22 Feb 2011
Supreme Being

Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)Supreme Being - (66,830 reputation)

Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108, Visits: 1,185
I need to create a custom form that inserts data into a custom table, and I need advice on the best approach.   Should I just use the master template and add my custom fields, create my own DSN SQLDataAdapter and use an insert that way?   What other options do I have to do this?  
Paul
 Posted Sun 27 Feb 2011
große Käse

große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)große Käse - (524,158 reputation)

Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807, Visits: 2,748
You could do this... it should be a lot easier in Kartris 1.3 (which we're working on now and hope to release in a few weeks) as this will have much more open code. You'd have full access to the code behind for aspx and ascx files, as well as most of the DAL and BLL.

Another way if you want to link to a completely external form (or create an external one outside of kartris to connect to the db) is to use an iframe embedded within a custom page. This way, the form and form handler could be asp.net, or even asp or php.

If your site runs with SSL, make sure you link to the remote document src of the iframe using HTTPS to avoid security errors when pages are viewed with HTTPS.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top