Tagged Questions

0
votes
0answers
6 views

How do I customize formish error messages?

I'm using formish to handle web forms but I don't like the automatically generated error messages when validation fails. Where do I customize those error messages?
3
votes
2answers
59 views

Impersonation: ASP.Net MVC Controller Action vs. Web Forms

Is there a difference with impersonation between an ASP.Net MVC controller actions vs. an ASP.Net Web Form? Using the exact same code within the same web project, I am able to successfully …
5
votes
4answers
487 views

ASP.NET MVC vs WebForms: speed and architecture comparison

I had an argument with one of my friends who is an architect at a pretty large internet company. Basically he was saying that ASP.NET MVC is not for large-scale enterprise applications, that it is not …
1
vote
4answers
26 views

If an asp.net control’s event’s aren’t binding, what are the things I should check, in order of likly cause?

So I've got an ASP.NET control with a server form with a bunch of runat="server" with events defined in the markup. However none of the events are fireing when I click the buttons. The postback …
1
vote
4answers
29 views

Passing base64_encoded serialized data between form submissions

I'm creating a wizard-based series of forms for taking user inputs. One of the requirements for that wizard is that the script (PHP) cannot save the inputs into the database (MySQL) until the user …
0
votes
1answer
158 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, CrystalReportSource and SqlDataSource …
0
votes
2answers
92 views

Url rewriting in asp.net web forms (with some complications)

When it comes to URL Rewriting there are some alternatives these days like the IIS7 module or Urlrewriter.NET. However, as far as I can see those two are based on wildcards which I sadly cannot use. …
1
vote
1answer
14 views

How do I unit test routes for web forms?

I have a web form such as mysite.com/list.aspx?state=florida&city=miami that I want users to browse using mysite.com/florida/miami/ and I'm using routing to do so. Then instead of using query …
1
vote
1answer
31 views

Can the behaviour of new HTML5 form types be overridden?

I was wondering if anyone knew if it were possible to override the default behaviour of browsers that support the new HTML input types such as type="email" and type="date"? I appreciate that I could …
0
votes
3answers
31 views

Dynamically Size Silverlight Control on Webpage

Here is the issue... I am adding some silverlight 3 controls to an ASP.Net Web Forms application. The silverlight application's height can change based on the amount of data in it. The application is …
2
votes
0answers
80 views

Using DataObjectTypeName in DataObjectSource

The functionality I am trying to use is: - Create a ObjectDataSource for selection and updating controls on a web page (User Control). - Use the DataObjectTypeName to have an object created that …
0
votes
3answers
407 views

ASP.NET Web Forms jQuery AJAX Pass Multiple Paramaters to Web Method

I am calling a Web Method in the code behind with a Method Signature that has 4+ strings accepted. I am creating a params variable and using it to add all input fields I want to pass to the method. …
1
vote
2answers
60 views

Is memory management a concern with asp.net mvc

Hai guys, I want to know,is memory management a concern with asp.net mvc.. comparision of memeory management in both asp.net mvc and web forms by experts
0
votes
2answers
51 views

asp.net-mvc and webforms co-existing

I know I've asked this question before, and I know there are plenty of resources out there describing the technique but I cannot for the life of me work it out. I began by creating a simple WebForms …
4
votes
6answers
263 views

What’s the best way to write a maintainable web scraping app?

I wrote a perl script a while ago which logged into my online banking and emailed me my balance and a mini-statement every day. I found it very useful for keeping track of my finances. The only …

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