Tagged Questions

1
vote
3answers
26 views

Regular Expression for ASP.NET ID Using Javascript

I am trying to extract the word "need" from this string. ctl00_ctl00_ContentMainContainer_ContentColumn1__needDont_Panel1 I have tried [__]([.]?=Dont) This is using javascript …
0
votes
6answers
112 views

1000 users a day for 10 minutes equal what concurrent load?

Is there a formula that will tell me the max/average # of concurrent users I would expect to have with a population of 1000 users a day using an app for 10 minutes?
0
votes
1answer
30 views

Mixing ASP.NET MVC into ASP.NET WebForms

For some reason my routing is ignoring any attempt to access my MVC pages and simply giving me 404s. I have a WebForms app set up like the following: Virtual Directory: thing S …
0
votes
2answers
26 views

Silverlight and ASP.NET MVC living together in the same team?

Let's say you have an intranet development team where it is in your best interest for each developer to be happy with their work - one person leaving will negatively impact the oth …
3
votes
4answers
39 views

How can I find which object in ASP.NET can’t be serialized?

I'm getting the following error in my application: Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state …
0
votes
1answer
17 views

When would I use my own RouteHandler?

I understand that in ASP.Net DynamicData (and maybe regular ASP or MVC) I can provide my own RouteHandler routes.Add(new DynamicDataRoute("{table}/{action}.aspx") { RouteHandl …
0
votes
3answers
45 views

Scaleable MS Access ASP.NET app

I am constrained by the following, no way around it: 1) Read-Only Data: Microsoft Access 2) JET 4.0 OLDB 3) ASP.NET 2.0 4) Shared Host, very little control. 5) OR Mapper - LLBL Ge …
2
votes
5answers
55 views

is it good to use Wait cursor in websites?

Hi all. Just wanted to ask - is it good to use Wait cursor in websites? on heavy loading pages.. we dont generally see it used with websites...(please share some if u have seen a …
0
votes
2answers
37 views

How do you generate an Excel 2007 file in ASP.NET without getting a warning message?

Whenever I open an xls file I generated on my ASP.NET page with Excel 2007, I get the following error: The file you are trying to open, 'filename.xls', is in a different format th …
1
vote
2answers
25 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
1answer
33 views

Iteration in asp.net databinding

Say I have an array like so in my code behind: public static string[] fields = new string[]{"field1", "field2", "field3", "field4"}; I would like to use this array to retrieve fi …
0
votes
2answers
24 views

API for word definitions…

hi all, i'm trying to implement a little app which basically only hs a label, textbox and a button and when the user enters a word, i want to connect to some online api to retrieve …
1
vote
2answers
27 views

Working with multiple branches in ASP .NET

I've seen several other posts similar to this (namely http://stackoverflow.com/questions/5237/solutions-for-working-with-multiple-branches-in-asp-net) but there are several issues …
0
votes
1answer
19 views

asp:button Created Programmatically: EventHandler does not fire

I am writing a SharePoint web part which will have a simple ASP.NET form. I am using HtmlTextWriter to render the controls. The problem I have is that my button does not seem to be …
0
votes
6answers
61 views

Best practices for how to Layer a ASP.NET/C# web app

I have been working on an ASP.NET/C# web app for some time and its size has gotten way to large for how it is being programmed. It has become very hard to maintain and getting hard …

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