Questions tagged [webforms]
The webforms tag has no summary.
58 questions
1
vote
2
answers
680
views
Identifying states when using state machine to validate a form field
Scenario is simple, a password field with few validation rules.
The states I came up with are
default ( when the form loads or reset button is pressed)
filled ( should this even be a state ?)
valid ( ...
1
vote
1
answer
466
views
Identifying Risks/Gotchas When Using Static
I am intending to come from the perspective of development choices, code reviews, and general testing against defined environments (Development, Test, Production, etc.). I will be using C# as the ...
-1
votes
1
answer
46
views
Business forms automation options Decision
There is this situation
We have many business paper forms that needs to be turned into web based Forms with approval workflows
Well we have a small development team (2 developers) who are also ...
0
votes
1
answer
149
views
Treeview column chooser devexpress asp.net WebForms
Due to a lot of columns to chose from, the standard column selector in Devexpress doesn't cut it for me. So I thought of something like a "grouped" column chooser. This should work like a treeview ...
1
vote
1
answer
1k
views
Should I separate client-side API calls into a separate .js file and class, and reference that?
Summary
Instead of calling WebApi straight from a Web Forms User Control, I have created JS class which contains functions returning jQuery AJAX requests. The control would instantiate the class and ...
1
vote
1
answer
919
views
Queue management project - Recommendations
I would like to develop a Patient Queue management system with online booking.
In this case there are options to generate queue tokens for various departments. For example dept A will have tokens ...
2
votes
2
answers
649
views
When to update a database from changes in a "live" HTML form?
I'm working with some software that uses an HTML form for a user interface to change some configuration information. The back end is a database (loosely speaking).
The front end has a hierarchy of ...
1
vote
1
answer
44
views
Web Crawling Form Help Needed [closed]
If I have a form built on my website. How can I get that form 1 to plugin results into another websites form 2 and extract information to display on my website?
For example, if I wanted to create a ...
0
votes
2
answers
650
views
Abuse of 302 Temporary Redirect
So I am junior programmer, and I just started working with .net webforms a little over six months ago. I have been studying SEO, and trying to optimize best practices with a senior level developer. I ...
5
votes
0
answers
229
views
Does a design rationale exist for the PHP-Style Nested Webform pattern? [closed]
I'm working on an implementation of a webform decoder and am looking to support the nested webform pattern employed by PHP and Ruby/Rails (possibly amongst others).
PHP: parse_str(); Ruby: Rack::...
150
votes
8
answers
25k
views
Are bad programming practices typical within the software industry? [closed]
I just started my first job as a software developer over a month ago. Everything I have learned about OOP, SOLID, DRY, YAGNI, design patterns, SRP, etc. can be thrown out the window.
They use C# .NET ...
0
votes
2
answers
143
views
Reinventing the Wheel: C# Webforms Content Management System
We need a content management system, but we need alot of features that are not available on the market now: integration with Azure AD, integration with our phone system, and a couple others.
I'm ...
0
votes
1
answer
223
views
Source Control - ASP.NET WebForms - Inexperienced team
I am currently working at a company that has a small(2) development team for our ASP.NET WebForms project. This was something we picked up from a previous team. The current team is made up of recent ...
23
votes
2
answers
37k
views
Why would anyone use multipart/form-data for mixed data and file transfers?
I'm working in C# and doing some communication between 2 apps I'm writing. I have come to like the Web API and JSON. Now I am at the point where I am writing a routine to send a record between the two ...
3
votes
2
answers
1k
views
Mix Web Forms and ASP.NET MVC
I am working on a very large ASP.NET Web Forms project. Our team wants to rewrite this project with ASP.NET MVC and domain driven design. Is it a good idea to combine Web Forms with MVC?
With this ...