Skip to main content

Questions tagged [webforms]

1 vote
2 answers
680 views

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 ( ...
ama's user avatar
  • 21
1 vote
1 answer
466 views

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 ...
eparham7861's user avatar
-1 votes
1 answer
46 views

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 ...
Ali's user avatar
  • 1,222
0 votes
1 answer
149 views

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 ...
bautista's user avatar
  • 117
1 vote
1 answer
1k views

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 ...
Brownish Monster's user avatar
1 vote
1 answer
919 views

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 ...
Surensiveaya's user avatar
2 votes
2 answers
649 views

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 ...
Jason S's user avatar
  • 815
1 vote
1 answer
44 views

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 ...
user313188's user avatar
0 votes
2 answers
650 views

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 ...
Grim's user avatar
  • 903
5 votes
0 answers
229 views

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::...
rgchris's user avatar
  • 365
150 votes
8 answers
25k views

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 ...
Grim's user avatar
  • 903
0 votes
2 answers
143 views

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 ...
S. Walker's user avatar
  • 103
0 votes
1 answer
223 views

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 ...
Mykrosoft's user avatar
23 votes
2 answers
37k views

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 ...
Ian's user avatar
  • 423
3 votes
2 answers
1k views

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 ...
Mahdi_Nine's user avatar

15 30 50 per page