1
vote
1answer
20 views
Partial SSL in ASP.NET Webforms without meddling with IIS configuration
We have a very simple ASP.NET web application comprising mostly static content and a single form which we want to protect with SSL. The secured page is in its own folder, but it in …
0
votes
1answer
22 views
moving to App_GlobalResources
The shop that I work at basically has developers creating controls and a backend platform, and producers to skin and customize sites for each client.
We are currently using resx f …
0
votes
3answers
45 views
Can WebForms and MVC live in a single project?
I'd rather be doing MVC as the regular WebForms development eats my soul.
However, I've been given a fairly sizable WebForms project to add a bunch of features to.
Is there a …
0
votes
1answer
33 views
Really simple GridView ASP.NET question
Ok, this should be really easy, but I just don't have enough experience.
I need to throw a GridView on a WebForm and populate with a List, where Template is my class that has ID, …
1
vote
6answers
112 views
I want to detect when user close browser window ?
I have Example and i need to kill the session when user close his browser window.
i tried page_unload() not working.
the example is:i have parent windows and window will open from …
0
votes
3answers
68 views
Is the single <form runat=”server”>-element requirement really necessary for ASP.NET WebForms?
Looking at some of the changes coming to WebForms in ASP.NET 4.0 I can see many improvements that give developers even more control over the output. Some of these improvement have …
3
votes
4answers
91 views
PHP - Is this a good method to prevent re-submission?
This is related to preventing webform resubmission, however this time the context is a web-based RPG. After the player defeats a monster, it would drop an item. So I would want to …
0
votes
4answers
44 views
PHP quiz send data to next page
ok, i'm trying to do a quiz...all good by now. but when i'm trying to send the collected data(radio buttons values) through pages i can't get the logic flow. I have the main idea b …
1
vote
3answers
65 views
Setting properties on a user control inside a foreach loop
I have a user control that I use on multiple pages to show information about an object. Whenever I need to use this usercontrol, I call a method called Display (on the usercontrol) …
0
votes
3answers
19 views
need a jquery time entry widget for an HTML form
Hi - I'm looking for a nice HTML form widget that makes it easy to enter a start time and an end time. Any recommendations?
Thanks,
Graham
0
votes
1answer
16 views
Contact-Me from webpage without using email client
Hi all - help out a noob with a simple web development question??
I want to create a Contact-Me form on my website, but I'd like it to not go through the email client that's insta …
0
votes
1answer
16 views
asp.net CustomValidator never fires OnServerValidate
I have the following ASP page:
<asp:Content ID="Content2" ContentPlaceHolderID="ShellContent" runat="server">
<form runat="server" id="AddNewNoteForm" method="post""& …
0
votes
4answers
56 views
Is it possible to create a form using only JS?
Hi All,
I am trying to create a form using only JavaScript.
I mean create a form for a web page, add elements to it, set their values and submit the form.
Moreover, if JS is disabl …
0
votes
0answers
39 views
‘The report you requested requires further information’ error using SqlDataSource with Crystal Reports
I have followed the Microsoft tutorial here to create a Crystal Report (with v12.0) within Visual Studio and attach it to a web form using a CrystalReportViewer, CrystalReportSourc …
0
votes
1answer
14 views
ASP.NET Ajax - simple clientside communication example?
I need to use javascript to request some data from the server in a.NET 3.5 Webforms demo app.
It comes to mind that I have only ever done this with AJAX.NET, jquery, and updatepan …
