Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [asp.net]

ASP.NET is a Microsoft web application development framework that allows programmers to build dynamic web sites, web applications and web services. It is useful to use this tag in conjunction with the project type tag e.g. [asp.net-mvc], [asp.net-webforms], or [asp.net-web-api]. Do NOT use this tag for questions about ASP.NET Core - use [asp.net-core] instead.

asp.net
4 votes
3 answers
16k views

UltraWebGrid: How to use a drop-down list in a column

I'm using the Infragistics grid and I'm having a difficult time using a drop-down list as the value selector for one of my columns. I tried reading the documentation but Infragistics' documentation ...
mbillard's user avatar
  • 38.7k
4 votes
2 answers
2k views

Can I generate ASP.NET MVC routes from a Sitemap?

I'm thinking of learning the ASP.NET MVC framework for an upcoming project. Can I use the advanced routing to create long URLs based on the sitemap hierarchy? Example navigation path: Home > Shop > ...
Zack Peterson's user avatar
6 votes
2 answers
944 views

Printers not available unless shared

We are using classic asp to call a C# dll and in the C# dll we are using System.Drawing.Printing.PrinterSettings.InstalledPrinters to get a list of availabe printers. If the printers are not shared ...
Ryan's user avatar
  • 4,642
14 votes
11 answers
2k views

What Url rewriter do you use for ASP.Net? [closed]

I've looked at several URL rewriters for ASP.Net and IIS and was wondering what everyone else uses, and why. Here are the ones that I have used or looked at: ThunderMain URLRewriter: used in a ...
travis's user avatar
  • 36.2k
0 votes
1 answer
485 views

How to organize dataset queries to improve performance

I don't know when to add to a dataset a tableadapter or a query from toolbox. Does it make any difference? I also dont know where to create instances of the adapters. Should I do it in the ...
Artur Carvalho's user avatar
2 votes
3 answers
5k views

How to schedule a batch process in asp.net

I want to run a weekly batch process in an asp.net page. How can that be done? Thanks
Artur Carvalho's user avatar
5 votes
4 answers
753 views

Suggestions for Migrating from ASP.NET WebForms to ASP.NET MVC?

ASP.NET MVC has been discussed on this forum a few times. I'm about to do a large migration of several websites from classic ASP/ASP.NET WebForms to ASP.NET MVC and was wondering what kind of advice ...
user avatar
2 votes
4 answers
6k views

ASP.net AJAX Drag/Drop?

I wonder if someone knows if there is a pre-made solution for this: I have a List on an ASP.net Website, and I want that the User is able to re-sort the list through Drag and Drop. Additionally, I ...
Michael Stum's user avatar
3 votes
2 answers
3k views

user controls and asp.net mvc

Here is one trivial question, that I am not sure how to handle. I need to display list of categories on every page, and to be able to choose items from a specific category to be displayed. I use asp....
Dragan Panjkov's user avatar
0 votes
2 answers
2k views

.NET 3.5 SP1 and aspnet_client Crystal Reports

I recently (a few days ago) installed .NET 3.5 SP1 and subsequently an aspnet_client folder with a bunch of Crystal Reports support code has been injected into my .net web apps. Anybody else ...
Guy's user avatar
  • 66.6k
3 votes
1 answer
5k views

GridView delete not working

I'm using a GridView in C#.NET 3.5 and have just converted the underlying DataSource from Adapter model to an object which gets its data from LINQ to SQL - i.e. a Business object that returns a List&...
Guy's user avatar
  • 66.6k
12 votes
4 answers
7k views

Image manipulation in asp.net/c# without System.Drawing/GDI+

Is there any alternative image manipulation library for .net? I would prefer something that is managed and open source. I ask this because of two reasons: I have encountered hard to debug GDI+ ...
Mike's user avatar
  • 1,983
6 votes
3 answers
6k views

Mobile device is detected as non mobile device

I've included a mobile web form in my asp.net project, I thought that it could/should be seen just for my mobile users but I realize that it can also be seen from any browser, I don't see problem ...
Nelson Miranda's user avatar
4 votes
3 answers
269 views

Should I support ASP.NET 1.1?

I've just started working on an ASP.NET project which I hope to open source once it gets to a suitable stage. It's basically going to be a library that can be used by existing websites. My preference ...
jammycakes's user avatar
  • 5,860
2 votes
3 answers
2k views

Best way to custom edit records in ASP.NET?

I'm coming from a Rails background and doing some work on a ASP.NET project (not ASP MVC). Newbie question: what's the easiest way to make a custom editor for a table of records? For example: I have ...
Kalid's user avatar
  • 22.6k

15 30 50 per page