1
vote
2answers
27 views
Dynamic creation of ASP.NET Form Elements
I'm trying to build a form which generates itself as it is used. I have created a really simplistic example, loosely related to what I'm trying to do below, but which demonstrates …
0
votes
2answers
55 views
How can I remove values from a dropdown so they are not there on page submit?
Hi All,
I have a textbox and a dropdown list on an aspx webform. The user would type in a number and then submit and the dropdown would be populated with values relevant to the ty …
0
votes
1answer
17 views
ASP.NET Webforms IHttpModule Singleton
I have a class that implements IHttpModule in a separate assembly from a website. The module implementation intercepts requests and rewrites urls for the website.
The mappings …
0
votes
1answer
96 views
Move items betweem list boxes in c#
Hi friends,
I developed a webpage in which I used the following code to move the selected items between two list boxes.
It is very slow.
Is there any optimization for this? Ple …
0
votes
2answers
40 views
asp.net mvc webforms like gridview
is there a grid for asp.net mvc that acts just like the asp.net webforms datagrid
the behavior that I need is to pass to the grid a DataTable without specifying the amount of colu …
0
votes
1answer
32 views
How might I clear a hiddenfield value when the page is refresh in ASP.NET?
How can I clear the value of an asp:HiddenField control when the user hits the refresh button in the browser?
0
votes
3answers
39 views
Issues with a drupal form submission with a checkbox whose value is 0
I am writing a drupal module that involves a form with many checkboxes. E.g.
$form['myform_checkboxes'] = array('#type' => 'checkboxes', ...)
I have made the key for these ch …
0
votes
1answer
29 views
MVP Pattern, Interfaces, Error Message Display in webform
Hi Experts,
I am working on a webform project, where I want to implement MVP Pattern.
I have gone through few articles and project based on MVP. It seems fine to me.
At most of …
1
vote
2answers
20 views
Why do I get a 405 Error in ASP.NET when posting back to “/”?
Whenever I do a postback to "/", I get a 405 error. However, when I post back to "Default.aspx", things work fine.
As I am somewhat new to web devleopment, I haven't the foggiest …
0
votes
2answers
11 views
How do i access Autogenerated validation and decryption keys in asp.net?
If I have the DecryptionKey and ValidationKey set to AutoGenerate in the machineKey section of the machine.config, how do i look up from .NET the actual generated keys which have …
2
votes
3answers
45 views
php Input field coming across as Integer
EDIT 2:
After writing up an incredibly long explanation in more detail I, of course, discovered my problem and it had nothing to do with the question I asked.
It was caused because …
2
votes
7answers
156 views
Creating an AntiForgeryToken through Dependency Injection
I'm working on improving the security of my company's website and wanted to create a token to prevent forgery attempts that could be easily maintained this is what I came up with.
…
1
vote
1answer
41 views
What’s the best way to create a paging gridview-style partial view in Asp.net MVC?
In the current MVC project I'm working on, I need to be able to create something exactly like the GridView from asp.net webforms. I'm actually using FubuMVC, but I can adapt any A …
0
votes
0answers
17 views
IE7 onSubmit return false in function may fail?
I found this forum thread in google, but no one here seems to encounter the same problem, so I would like to know if onsubmit='return false;' really fails in some IE7 browsers, mea …
5
votes
6answers
192 views
Tables were deprecated? And JavaScript has libraries? Help me catch up!
I need to tweak the web interface of an in-house print system, but it's going on a decade since I touched HTML. Could anyone recommend some tutorials on writing HTML forms and proc …
