Tagged Questions

0
votes
1answer
18 views

tabular data in asp.net webform

I have an arraylist which I'd like to display in a tabular fashion, but instead of one item per row, I'd like to do it like this: item1 | item 2 | item 3 | item 4| item 5 | etc. Is there a …
2
votes
1answer
53 views

ASP.NET - Display Images and pdf in a GridView

I want to display in an asp:GridView an "Images" column. The idea is to provide a thumbnails of the image with link to real size image. For some rows, this may alternatively be a PDF document. I'd …
0
votes
2answers
50 views

Sending information from one webform to another

i'm generating HyperLinks, all of them (depending on the circunstance, could be 1, 2 or 1000) send to the same webform: from default.aspx to envia.aspx i can't use session, or anything i already …
0
votes
2answers
42 views

URL rewriting and GET forms in Apache/PHP

I enabled URL rewriting on my PHP site with Apache (http://example.com/index.php?param=12 becomes http://example.com/index/param/12). I have a few forms which are in GET instead of POST. After …
0
votes
1answer
25 views

Several simple select boxes to replace a multiple select box in HTML

I'd like to replace a multiple select box like: <select multiple="multiple" name="options"> <option value="option1">option1</option> <option …
1
vote
3answers
65 views

What is the difference between the clearing and reseting a web form?

I want to reset the value of a web page using JavaScript reset function. Which operation is the JavaScript performing first: the reset or a clear? And what is the difference in between the two? Also, …
0
votes
2answers
73 views

Any suggestion for 3rd parties .NET web form generator/builder

Do you have any suggestion for a product/solution that allow clients to create web forms online? This is the scenario: Superuser creates web forms and publish them for further usage (for other users …
1
vote
1answer
24 views

Easy way to upload a screenshot (from clipboard) through a browser form

Hi, i am pretty sure, that i've seen such a feature on a website somewhere in the web. i want to give the user a form, where he can input some data and attach the current clipboard content (very …
1
vote
3answers
75 views

ASP.NET dynamic Command Button event not firing

I'm trying to create Command Buttons dynamically, but clicking the button in question doesn't seem to raise the corresponding CommandButton_Click event. I noticed that in the examples on SO a property …
0
votes
4answers
49 views

problem with if statement in Ruby on rails

I know this is probably rather trivial but i have had a lookt at previous questions and i've tried them but they still issued an error unfortunately :s My issue is the following, i have an html.erb …
0
votes
2answers
26 views

Web form design - multiple pages vs single page with AJAX

We are designing a data capture process with many questions (using ASP.NET), which can repeat (e.g. enter all your vehicles). In rare cases this could be over 100 repeating groups. Therefore I've …
1
vote
2answers
35 views

Looking for a replacement for NMS FormMail.pl

I have a simple contact form that I knocked up in a few minutes using NMS FormMail.pl. But the customer has requested that I have a second email address entry field, and validation that kicks them …
0
votes
1answer
15 views

IIS 7/ASP.NET WebForms application on Multi Processor server getting confused? Column ‘{dataColumn}’ does not belong to table {dataTable}

We have been working on our application for about a year now and today we performed a manual stress test with about 70 users. Our SQL server and WinForms application ran smooth, however, once the web …
1
vote
2answers
33 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 the problem. The …
0
votes
1answer
28 views

Refactoring a legacy WebForms app to better separation of concerns.

i.e. Is MVP still the next best choice when MVC is not an option? I thought I'd ask this here as I'm sure there are others like me who don't have the luxury of being on a green-field project and want …

1 2 3 4 5 36 next
15 30 50 per page