-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Disappointingly, the members page for HtmlForm 2.0 is missing...
My research seems to indicate that HtmlForm.Action is a property that was added in .Net Framework 3.5. However, I'm using VS2005 and my reference to System.Web (the namespace HtmlForm is under) is to a .Net Framework 2.0 runtime version…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Few days ago I had a case when I needed to make FORM POST from my ASP.NET WebForms page to an external site URL. More specifically, I was working on implementing Simple Payment System (like Amazon, PayPal, MoneyBookers). The operator asks to make FORM POST request to a given URL in their website,…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've made a simple form, with the proper enctype for uploading files. When i try to upload a .docx everything works fine in IE 8 and Safari, but in Firefox or IE 7 or 6 i can't even click submit, nothing happens! Could this still be a server issue? It's an apache server.
Everything works fine if…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'm working on a servlet that makes a connection to a database gets the information of one of the tables ans sends this information to a jsp file. This file will print on the brower the information table, adding radio buttons that allows us to choose one of the rows.
The servlet looks like this:
List<InfoBean>…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is is possible to insert value in an input element of a html form if the element is of type "file"? How to do so, if it is possible?
>>> More