Tagged Questions

ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites and web applications. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ...

learn more… | top users | synonyms

3
votes
1answer
61 views

Need advice for approach for a web-based app that loads excel worksheet but exposes only the charts

I'm looking for suggestions on the Visual Studio approach to take for a web application that is in the conceptual stage. My environment has a lot of tools: Windows Server 2008 R2 Standard 64bit ...
-2
votes
0answers
38 views

Visual studio's useful plugins [closed]

As .NET developers most of us are using Visual Studio at work each now and then i found out that there is a very useful plugin just like http://vlh2005.codeplex.com/ that if i had from before could ...
-2
votes
2answers
138 views

As ASP.NET C# developer should we learn HTML5 and Javascript? [closed]

Should we learn HTML5 and Javascript or can I expect ASP.NET and C# will generate my HTML5 components and Javascript code (as usual)?
0
votes
1answer
40 views

Use Theme/Skin or CSS in Asp.Net

I am working on a website which is using Skin templates everywhere in the page. Because of this all the controls, even labels, are server controls. I was wondering if it is worth changing at least ...
-1
votes
0answers
29 views

Error executing child request for Payments.aspx [closed]

i got this error: Error executing child request for Payments.aspx. when i tried to transfer pages: Server.Transfer("Payments.aspx"); any ideas?
-3
votes
0answers
36 views

what is the difference between Visual C# 2010 Express edition and its Licensed edition? [closed]

Possible Duplicate: What is the difference between Visual Studio 2010 Express and the Regular version? what is the difference between Visual C# 2010 Express edition and its Licensed ...
6
votes
4answers
183 views

How viable is it to switch stacks for setting up a startup [closed]

I am currently employed with a company for 2.5 years and I have been working with the .net stack for the entire duration mainly on the MVC framework. I believe I have some cool ideas for a startup but ...
-1
votes
0answers
33 views

How to host an application in Cloud and how it is managed? [closed]

I have very little knowledge of Cloud hosting. I have an existing ASP.NET application with SQL Server back-end. If I plan to go for Cloud Hosting on, say, AWS, how the application is charged? ...
3
votes
4answers
180 views

How can I design an application so that it works well with a database selected by the customer?

I want to write an ASP.NET 4.0 application with IBM DB2 Express-C as its back-end. One thing that worries me, is hosting this application on a remote server. I don't know any hosting provider who ...
1
vote
1answer
69 views

Team Parallel development in ASP.NET

I am developing an application written in ASP.NET (C#) which heavily use on Master Page and Session. As there will be enhancement in the same web application, and will be done by my teammate. is ...
-3
votes
0answers
21 views

errors with controls - asp.net [closed]

Possible Duplicate: error with controls - in asp.net i had rating control in my aspx page, but it show nothing (exception didnt throw too), i mean nothing happend, what can be the problem?? ...
-2
votes
0answers
22 views

error with controls - in asp.net [closed]

i had rating control in my aspx page, but it show nothing (exception didnt throw too), i mean nothing happend, what can be the problem?? ...
-5
votes
0answers
24 views

any good asp.net book “Problem-Solution Approach” [closed]

i look for asp.net book A Problem-Solution Approach
-5
votes
1answer
88 views
0
votes
4answers
110 views

Can I share data between two users in an ASP.NET Application?

I have an issue with Roles.IsUserInRole function. It take hell amount of time to just check if the logged-in user is in particular role(typ 3-9 sec). I searched to find a solution and arrived on this ...
0
votes
2answers
132 views

What strategy should be employed to access Facebook data offline?

I'm working on a project similar to Klout which provides detail about how you influence other people and who influenced you. We'll be fetching data from few social networking sites (i.e linked in, ...
-3
votes
0answers
50 views

For What kind of applications ASP.Net MVC is suitable? [closed]

I want to develop a realestate website like (iproperty.com)? which one is better to use ASP.net or ASP.Net MVC?
1
vote
3answers
198 views

What things do I need to become expert ASP.net MVC [closed]

I graduated in computer science. I had pretty good knowledge in Java. I have about a year experiences in ASP.net C# Web form. What other things do I need to know if I want become expert in ASP.net MVC ...
0
votes
0answers
29 views

Extracting data from sql table by comparing data from a List [migrated]

I have a List of IDS say 1,2,4,6 in my LIST (C#) what i need to do is extract data corresponding to these IDS from my table Connections My LIST code is the following: string str = "SELECT id1 FROM ...
0
votes
0answers
32 views

Multi edit/save grid (hiddenfield + javascript) [migrated]

I got a gridview which contains 10 rows where 1 of the columns is a combobox that can be edited. When I click on an "edit" button, all of the 10 rows becomes editable and I want to keep track of which ...
2
votes
2answers
158 views

Is it possible to integrate UDP file transfer into a .NET web application?

Background I have recently been tasked with designing a rebuild of an existing .NET web application that currently uses a third-party company to handle large file transfers (as big as 50Gb). ...
1
vote
3answers
191 views

Should one bind data with Eval on aspx or override ItemDataBound in code-behind?

For data bound controls (Repeater, ListView, GridView, etc.), what's the preferred way of binding data? I've seen it where people use Eval() directly on the aspx/ascx inside the data bound control to ...
-3
votes
1answer
108 views

What do I need to learn of C# for ASP.NET? [closed]

Possible Duplicate: What do you need to learn to become professional ASP.NET programmer? Should I be a professional in C# programming in order to build good web applications using ASP.NET? ...
3
votes
1answer
100 views

UserControl inside Placeholder good/bad? + Postback problem

Currently I'm working a bit with ASP.NET and trying to find the best way to navigate through pages. Right now I have an UpdatePanel which has a Placeholder inside it. This Placeholder will then add ...
0
votes
2answers
115 views

Using alternative MVC framework

I am new to ASP.NET MVC and EF. I read about open source implementations of MVC pattern like Spring, FubuMVC, Castle etc. I want to know how flexible these alternatives are when compared with ASP.NET ...
-2
votes
2answers
261 views

What I do now in my spare time [closed]

I am a guy who has 8 hour responsibility as a developer and other time I have nothing to do. I have no internet connection. In that hours what thing I should do. Well I have no college degree. So in ...
0
votes
1answer
106 views

How much time will take me to learn LINQ + Entities or some ORM [closed]

I'm building an ecommerce website with ASP.NET and SQL Server 2008. I have 80% of the database tables, 80% of the html/css/js view, and 60% of business logic, however I use stored procedures + ADO.NET ...
1
vote
1answer
193 views

Best Practice: strategy regarding Website Projects and versioning

What are the best practices and strategy for designing and developing a website? The key parts I want considered are: DLL deployment IIS publishing project versioning namespace Please answer ...
-1
votes
0answers
91 views

Extensibility in multi-tenant systems? [closed]

Possible Duplicate: How do you manage extensibility in your multi-tenant systems? I asked this on StackOverflow, but I thought it might be more appropriate for Programmers. I've got a ...
16
votes
7answers
941 views

Should I use the language I'm most comfortable in, or the company “standard”

I'm going to be developing an Intranet site for my specific plant, and our company standard for web-development is IIS + ASP.Net + VB.Net + Microsoft SQL Server (note that we have about 10+ plants). ...
1
vote
5answers
223 views

An aspiring programmers proverbial fork. (asp.net or …) [closed]

Possible Duplicate: Is it better to specialize in a single field I like, or expand into other fields to broaden my horizons? Do Diversified Skills Foster or Hinder Specialization? ...
3
votes
3answers
145 views

What is the right way to develop ASP.NET applications in order to separate data access from data visualization?

I'm currently involved in a migration to TFS from SVN of a large project that is going to be divided into five different sites. This project allows some providers to insert five different product data ...
3
votes
2answers
155 views

How do delegates fit into ASP.NET?

A developer told me they used delegates to bind most of their events in ASP.NET. Until then, I did not even know it was possible to use delegates in ASP.NET in a meaningful way. My understanding ...
1
vote
0answers
78 views

Exposing warnings\errors from data objects (that are also list returned)

I'm exposing Data objects via service oriented assembly (which on future usages might become a WCF service). The data object is tree designed, as well as formed from allot of properties.Moreover, ...
0
votes
3answers
217 views

Optimizing ASP.NET's performance

What should I keep in mind when trying to optimize the performance of my ASP.NET site?
10
votes
4answers
264 views

How do you manage extensibility in your multi-tenant systems?

I've got a few big web based multi-tenant products now, and very soon I can see that there will be a lot of customizations that are tenant specific. An extra field here or there, maybe an extra page ...
1
vote
3answers
172 views

Best practice for using a user control across many projects

I have a messaging User Control, that is used across 4 projects, and for each change I have to propagate it in 4 places. This is obviously against the DRY principle. However, centralizing user ...
0
votes
2answers
73 views

In search of a control

I'm looking for a control for use in web development (ASP.NET) that mimics gmail-labels or Facebook recipients when sending FB messages. It's a label with an attached [X] to facilitate deleting of ...
0
votes
3answers
31 views

What's better approach when creating a user control: receive a full object or only the needed values?

I'm working with ASP.NET Web User Control (WUC) and I got to this question: I'm creating a WUC to show an object's data. This object is already loaded when I call that WUC. I'm wondering what would ...
0
votes
1answer
241 views

Best Tutorial for C#/ASP.Net [closed]

Possible Duplicate: Trying to learn ASP.net I am trying to learn C# and ASP.Net together, and I'm trying to find tutorials, but everything seems to be back from 2001-2004ish. Obviously I ...
-3
votes
1answer
85 views

google analystics with asp.net web application

I am trying to add google analytics to a web application built in asp.net c# that is already pretty mature. The requirement is to have all sorts of event tracking on buttons clicks, breaking up page ...
4
votes
1answer
75 views

How to detect impacts caused by changes?

I've often run on this problem. Now I am working on a team of 4 and we built a lot of stuff. We are still finishing somethings and making changes. The problem is that those changes can (and most ...
0
votes
0answers
78 views

How to auto generate string ID [closed]

am a newbie in using aspnet , I have a problem regarding auto generate of id's can anyone tell if there's a problem regarding my code... the requirement is that whenever the user clicks add the ...
2
votes
4answers
324 views

What are the tools/frameworks used to build C# ASP.net applications? [closed]

I am basically a java programmer who wants to move to .net. I haven't worked in .NET companies so I don't have any idea about the tools they use. In a Java company people use Maven, Hibernate and ...
0
votes
0answers
59 views

Looking for input on a daily scheduler app UI and implementation

I'm currently evaluating different asp.net components for the main UI in a “Daily Employee Scheduler” app I'll be making. The tool will be rolled out at a few different locations, which makes it ...
2
votes
3answers
140 views

How to update display during large processing job

I have an ASP.NET C# application that needs to go off and iterate through a directory of .xml files and do some processing on the data inside them. This is easy enough, but i need to display the ...
0
votes
2answers
118 views

A good substitute for ASMX web service methods, but not a general handler

The best thing I like about ASP.NET MVC, is that you can directly call a server method (called action), from the client. This is so convenient, and so straightforward, that I really like to implement ...
7
votes
2answers
514 views

Where does jQuery fit-in with frameworks like JavaScriptMVC, BackboneJS, SproutCore and Knockout?

I have been happily using JQuery for the last 2 years and have been quite sucessful creating some really cool functionality with it...so I am very comfortable with it. I also beleive the future of ...
8
votes
6answers
785 views

How should data be passed between client-side Javascript and C# code behind an ASP.NET app?

I'm looking for the most efficient / standard way of passing data between client-side Javascript code and C# code behind an ASP.NET application. I've been using the following methods to achieve this ...
1
vote
0answers
103 views

What is the best certification for the self-taught ASP.Net programmer? [closed]

I learned the C#.Net language from books and many other resources then i did some good projects with ASP.Net "Web Forms & MVC". But i wanna a good certificate to get a better work out of my ...

1 2 3 4 5 6