Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
forms
- Page 1
How to show visa info based on country selection in a travel form?
Programming
Web Development
4 Weeks Ago
by eservices
… — especially if you’ve done something similar for multi-country
forms
. ✅ This version: Avoids links and commercial terms Focuses on technical…
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
by rajshah85412
…) If you're building a front-end (ASP.NET Web
Forms
, HTML, etc.), you can: Add a web reference to your…. Call the RegisterUser and ValidateUser methods from the front-end
forms
to register or log in users.
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
4 Weeks Ago
by Dani
I have moved your post into the web development forum instead of the advertising/marketing forum where it was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so that we can help diagnose this for you. For example, if the JSON response is empty, it is most likely because of a bug in the …
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
3 Weeks Ago
by groverharleen
Hello, please use developer tool while working on HTML/PHP with AJAX. in the console you can easily track what was the POST/GET request made to PHP file and what is the responses shared by PHP file. try debugging response accordingly or if still you face any trouble, please do share screen shot of Header / Request / Response Tabs. i'll …
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
I felt like some fun, so I just put together an example for you using CDN's and bootstrap 5. From what you are talking about you probably want to put some of that logic into the Javascript and not need to send a server request for each one, I usually do this kind of thing with javascript objects/arrays (eg `settings['GB']['visa_req'] = false;…
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
1 Month Ago
by JackRyan248
… register by March 16. > > The program includes all
forms
of sexual exploitation of children (SEC) and commercial sexual exploitation…
Can I Use AI to Build a Block Management Website for Ilford Clients?
Programming
Web Development
1 Month Ago
by kearawill
…? The site needs standard features like: Property listings Service request
forms
(for tenants) Payment gateway Backend for property managers to update…
Re: Can I Use AI to Build a Block Management Website for Ilford Clients?
Programming
Web Development
1 Month Ago
by trcooke
This feels like a solved problem. Have you done any research for existing "off the shelf" property sales / real estate website solutions? I would start there as it could save you and your client a whole bunch of time and money compared to building one yourself from scratch.
Forms
Programming
Web Development
20 Years Ago
by kah22
… WYSIWYG program. Anyway I want to insert a series of
forms
in one of the pages giving random Male Names, Female… (i=0;!x&&i<d.
forms
.length;i++) x=d.
forms
[n]; for(i=0;!x&&d…
Forms
Digital Media
UI / UX Design
15 Years Ago
by erinewold
I'm trying to create some PDF
forms
. One of the
forms
will have multiple pages. The idea is that some of …'t have to keep reselecting. I'm new to creating
forms
and such. Any help would be appreciated. Thank you! Erin
Forms
Programming
Software Development
17 Years Ago
by Bobby_999
Hi, Any one please help me working with
forms
. I have created two
forms
frist one form1 then i have created a login…
forms
Programming
Software Development
15 Years Ago
by elizabeth mwash
i got a problem. i want to have 3
forms
and both linked..i.e you can access all of them.the first to be a log in form, which when you have entered the correct user name and password,it lets you to the second form.the second and third are just
forms
to be filled in by the user. kindly assist. PS. concerning MDI parent and child classes.
Re: forms
Programming
Software Development
15 Years Ago
by finito
…[/QUOTE] Sorry you confused me. Lets Says you have three
forms
. Loginfrm // Your Login form Secfrm // Your Second Form Thirdfrm // Your…
Re: forms
Programming
Software Development
15 Years Ago
by elizabeth mwash
….Data; using System.Drawing; using System.Text; using System.Windows.
Forms
; namespace FAIRDEAL { public partial class frmStores1 : Form { public frmStores1() { InitializeComponent…
Re: forms
Programming
Software Development
15 Years Ago
by elizabeth mwash
….Data; using System.Drawing; using System.Text; using System.Windows.
Forms
; namespace FAIRDEAL { public partial class frmStores2 : Form { public frmStores2() { InitializeComponent…
Forms
Programming
Web Development
17 Years Ago
by Serv8r
…. Our site is repeatedly trying to authenticate users for public
forms
. The NTFS permissions are set correctly for the files to…
Forms
Programming
Software Development
15 Years Ago
by functionalCode
I have a main form and I have menu's that open up within the form, but when I open a menu they open off the form. What do I need to do to make the
forms
open at the center of the main form? Thanks
Re: Forms
Programming
Software Development
15 Years Ago
by sknake
There is a property on the form itself called "StartPosition" -- Set it to center parent. [code=c#] this.StartPosition = System.Windows.
Forms
.FormStartPosition.CenterParent; [/code]
Forms
Programming
Software Development
14 Years Ago
by Belk
… example three times there will be three Form2. All the
Forms
have textBox. What I want is from one Form2 sent…
forms
Programming
Software Development
12 Years Ago
by james89
I need help on how to link different
forms
when programming
Re: forms
Programming
Software Development
12 Years Ago
by tinstaafl
Define link. As long as the
forms
are in the same project they are all linked.
Forms Authorization/ Authentication using asp .net and vb .net
Programming
Web Development
21 Years Ago
by Slade
…system.web> <authentication mode="
Forms
"> <
forms
name="cookie" loginUrl="Login.aspx… passwordFormat="Clear"> </credentials> </
forms
> </authentication> </system.web> …="Test" /> </credentials> </
forms
> </authentication> </system.web> <…
Re: Forms Authorization/ Authentication using asp .net and vb .net
Programming
Web Development
15 Years Ago
by suzainform
The
forms
which are often used in terms of authority given to …;http://www.sampleforms.org/category/authorization-
forms
"]authorization
forms
[/URL]. By the use of authorization
forms
, we can simply give authority to…
Forms Not Returning Correct Information
Programming
Web Development
20 Years Ago
by kah22
… WYSIWYG program. Anyway I want to insert a series of
forms
in one of the pages giving random Male Names, Female… showed Female Names. When I tried it with places all
forms
showed places. Anyway I'm not a programer, all I… (i=0;!x&&i<d.
forms
.length;i++) x=d.
forms
[i][n]; for(i=0;!x&&…
Forms Authentication removing images from my login page?
Programming
Web Development
15 Years Ago
by rcook
… username and password in a database; I use
Forms
Authentication to write a cookie with an authentication ticket… [CODE=xml] <authentication mode="
Forms
"> <
forms
name=".ASPXFORMSAUTH" loginUrl="/Login.…; is that still right, if I'm using
forms
authentication? Also, after login, I make no attempt…
forms are not getting step by step
Programming
Web Development
12 Years Ago
by adeeb.keyaam
…) and $_POST["up_login"] == 'up_login' ) { include '
forms
/up_login.php'; } else if ( isset( $_POST["up_info"]…;step"] ); } else { displayStep1(); } } else { include '
forms
/up_account.php'; } > up_account.php <form id="add_info…
Re: Forms Authentication removing images from my login page?
Programming
Web Development
15 Years Ago
by rcook
… other stuff here --> <authentication mode="
Forms
" > <
forms
loginUrl="login.aspx" name=".ASPNETAUTH"…" path="/" timeout="20" > </
forms
> </authentication> <!-- This section denies access to…
forms authentication in asp.net
Programming
Web Development
16 Years Ago
by chriscross86
…="utf-8" ?> <configuration> <!-- enable
forms
authentication --> <system.web> <authentication mode="…;
Forms
"> <
forms
name="ASP101SampleAuth" loginUrl="login.aspx"…
Forms Authentication
Programming
Web Development
15 Years Ago
by sonia sardana
…; <system.web> <authentication mode ="
Forms
"> <
forms
loginUrl="FrmLogin.aspx" protection="All"…" password="citm1234"/> </credentials> </
forms
> </authentication> <authorization> <allow users…
Forms Authentication and AD and SQL
Programming
Web Development
15 Years Ago
by Cruize_Invades
… to ASP.net Luckily I've manage log-in using
forms
authentication so that i could have a customize log-in… entry goes here--> <authentication mode="
Forms
"> <
forms
name=".ADAuthCookie" timeout="10" />…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC