For issues relating to development with ASP.NET, version 2.0.
13
votes
6answers
2k views
Remove trailing zeros?
I have some fields returned by a collection as
2.4200
2.0044
2.0000
I want results like
2.42
2.0044
2
I tried with String.Format, but it returns 2.0000 and setting it to N0 rounds the other ...
13
votes
7answers
875 views
What is the simplest way to charge money over the Internet?
I have a .Net 2.0/3.5 WebApplication.
I want to be able to take money over the internet for my service.
Each of my customers will have an AccountNo.
I wish to offer several products each of which ...
12
votes
6answers
2k views
How to make a website secured with https
I have to build a small webapp for a company to maintain their business data... Only those within the company will be using it, but we are planning to host it in public domain, so that the employees ...
12
votes
4answers
28k views
How to register ASP.NET 2.0 to web server(IIS7)?
I have a web-page application already created, but when I open it in visual studio 2008, it says there that:
ASP.NET 2.0 has not been registered on the Web Server. You need to
manually configure ...
11
votes
6answers
9k views
How to dynamically create CSS class in JavaScript and apply?
I need to create a CSS stylesheet class dynamically in JavaScript and assign it to some HTML elements like - div, table, span, tr, etc and to some controls like asp:Textbox, Dropdownlist and datalist.
...
10
votes
5answers
5k views
RequiredFieldValidator - how to get rid of the default red font color
I can't seems to change the default color of the required field validator. In the source it is:
<span class="required">*</span>
<asp:RequiredFieldValidator ID="valReq_txtTracks" ...
10
votes
5answers
3k views
How to generate an 401 error programatically in an ASP.NET page
As you can see this is a question from a none web developer. I would like to have an aspx page which, under certain circumstances, can generate a 401 error from code.Ideally it would show the IIS ...
9
votes
3answers
707 views
Creating a subscription based website in ASP.NET
I'd like to update my website to make it subscription based. It's a ASP.NET Web forms project. I am looking for the following functionality:
Ability to have users sign up for
different plans (Gold, ...
9
votes
4answers
8k views
jQuery DataTables server side processing and ASP.Net
I'm trying to use the server side functionality of the jQuery Datatables plugin with ASP.Net. The ajax request is returning valid JSON, but nothing is showing up in the table.
I originally had ...
9
votes
10answers
3k views
SQL Server 2005 Reporting Services - Pros and Cons
I am developing a web application using ASP .NET 2.0, VS 2008 and SQL Server 2005. I would like to Use SSRS 2005 for the various reports I need to build for this web application. I would like to ...
8
votes
3answers
9k views
8
votes
4answers
4k views
WebResource.axd requested without parameters - This is an invalid webresource request
I'm finding this problem every now and then in my production website, and it has me absolutely stumped...
My app works perfectly in both dev and production, but every now and then, I get an e-mail ...
8
votes
4answers
2k views
Capturing HTML generated from ASP.NET
How do I best capture the HTML (in my instance, for logging) rendered by an aspx-page?
I dont want to have to write back to the page using Response.Write, since it messes up my site layout.
Using ...
8
votes
4answers
3k views
Is there any native way in ASP.NET to do a “success message”?
Say you have something like an ASP.NET ASP:DetailsView to show and edit a single record in a database.
It's simple to record the error cases... you add validation and a validation summary. When your ...
7
votes
7answers
416 views
Static methods in a class - okay in this situation?
Hey all - I have an app where I'm authenticating the user. They pass username and password. I pass the username and password to a class that has a static method. For example it'm calling a method with ...
6
votes
13answers
771 views
How can I learn ASP.NET?
I am an absolute beginner at ASP.NET. How can I learn it better?
Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?
6
votes
4answers
3k views
Is there an easy way to clear an ASP.NET form?
is there an easy way to reset ALL text fields in an asp.net form - like the reset button for html controls?
6
votes
2answers
3k views
Changing the application pool through a Web Deployment Project
Is there a way to configure a Visual Studio 2005 Web Deployment Project to install an application into a named Application Pool rather than the default app pool for a given web site?
5
votes
2answers
378 views
IIS7: URL Rewriting with period
I'm using SEO-friendly URLs, and I can process most of them with ASP.NET, by mapping aspnet_isapi.dll to all URLs. (I set up an Handler Mapping in IIS that uses the dll for all paths. (path = *))
...
5
votes
5answers
1k views
How to detect browser close at server side in asp.net?
I wanted to know when the browser is closed at server side in asp.net 2.0. How to detect in code behind?
5
votes
4answers
1k views
Asynchronous pages in the ASP.NET framework - where are the other threads and how is it reattached?
Sorry for this dumb question on Asynchronous operations. This is how I understand it.
IIS has a limited set of worker threads waiting for requests. If one request is a long running operation, it will ...
5
votes
1answer
398 views
Why is @MasterType directive not implied when setting @Page masterPageFIle?
The docs for @MasterType have this example.
<%@ Page masterPageFile="~/MasterPage.master"%>
<%@ MasterType virtualPath="~/MasterPage.master"%>
Why is @MasterType even needed? ...
5
votes
5answers
16k views
IIS 7.5 and ASP .NET 2.0
Are there any known issues with IIS 7.5? I'm getting the following error when I try to browse/start/view any page on the site.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be ...
5
votes
4answers
10k views
Setting selected item in a ListBox without looping
I have a multi-select listbox which I am binding to a DataTable. DataTable contains 2 columns description and value.
Here's the listbox populating code:
DataTable copytable = null;
...
5
votes
7answers
1k views
How to avoid a database race condition when manually incrementing PK of new row
I have a legacy data table in SQL Server 2005 that has a PK with no identity/autoincrement and no power to implement one.
As a result, I am forced to create new records in ASP.NET manually via the ...
5
votes
3answers
8k views
How to Deploy/Publish an ASP.NET website?
Is there any easy way to Deploy/Publish a website written in asp.net ?
And what is the difference between deploy and publish ?
5
votes
2answers
1k views
What's the performance difference between HttpModule and Global.aspx?
I have made a web app where I am using a module which redirects without "www" urls (http://example.com/) to with "www" urls (http://www.example.com/). But as I am on shared hosting server, where I ...
5
votes
2answers
4k views
Manually setting a GridView's PageCount when DataSource doesn't return full result set?
I'm trying to figure out ASP.NET's GridView pagination mechanics so I can use the framework's native functionality instead of my company's home-brewed manual pagination routines which take a lot of ...
5
votes
4answers
1k views
Users being forced to re-login randomly, before session and auth ticket timeout values are reached
I'm having reports and complaints from my user that they will be using a screen and get kicked back to the login screen immediately on their next request. It doesn't happen all the time but randomly. ...
5
votes
2answers
3k views
Using ASP.NET Forms Authentication, how do I get an image to appear on the login screen?
I am doing simple forms authentication for a small ASP.NET (3.5, C#) application and setting up my usernames and passwords in the web.config.
I would like to apply the default stylesheet and include ...
5
votes
10answers
8k views
Compile Error CS0433 on pre-compiled ASP.NET 2.0 site
I keep getting this error ever so often when I launch the debugger to debug my site. I'm using the Telerik controls, and usually the error is in my tab strip. Here is an example of the error I'm ...
5
votes
3answers
536 views
ReSharper giving C# 3.0 Code Inspection Warnings to .NET 2.0 Projects
When I am working in .NET 2.0 projects with the newest version of ReSharper (4.1) I am getting warnings about using the var keyword and lambadas etc.. Any idea how I can disable this only for .NET 2.0 ...
4
votes
3answers
71 views
Why is my PostBack occurring before my jQuery click event?
I'm fairly new to jQuery, but I have some links on my page which should toggle sections of the form visible when clicked, or if javascript is disabled it does a full postback to toggle those sections
...
4
votes
4answers
291 views
Better way to handle multiple DropDown selection
I have a menu with multiple DropDowns. I added code but at present, it entirely resides in the code-behind file. I want to use any design pattern to handle in an easy and uncluttered way the variety ...
4
votes
7answers
352 views
javascript regular expression for percentage btween 0 and 100 [closed]
Possible Duplicate:
Javascript percentage validation
I want to allow 0.00 to 100.00 only.
function ValidateText(i)
{
if(i.value.length>0)
{
i.value = ...
4
votes
2answers
269 views
Why has my ASP.NET single sign-on stopped working?
I have a .NET 2.0 web application which acts as authentication stub for an older .NET 1.1 web app. So a user logs in via the 2.2 app and then gets redirected to the 1.1 app to do their business. I had ...
4
votes
3answers
303 views
Cancel a cross-page postback?
I have a page that has several ListBoxes that have some cascading filtering based on the selected values using an AutoPostBack. The form takes all the selected values and generates an excel doc by ...
4
votes
1answer
377 views
ASP.NET application in virtual folder uses web.config of application in root folder of website
I have several ASP.NET applications in virtual folders (already configured as applications, and with different application pools), but I want to install another ASP.NET application that will redirect ...
4
votes
2answers
109 views
Are there any ASP.NET template technologies which can be used both client and server-side?
Currently I'm working with ASP.NET 2.0, which may explain why I'm not as up on this as I might be. However, I don't see a full solution in my Googling of ASP.NET MVC, etc.
Here's my background ...
4
votes
1answer
353 views
How do I filter a generic list in .Net2.0?
I am using asp.net 2.0 and C#.
I have a generic list,
List<EmployeeInfo> empInfoList;
this list is loaded with the employee information. Now, I want to filter this list with the textbox ...
4
votes
2answers
338 views
Creating .NET 3.0 sub-applications within .NET 1.1 applications in IIS/ASP.Net
I am basically trying to do the same thing as this question,
create a new application within a folder so it could be accessed as follows.
* http://www.domain.com/ < Main App
* ...
4
votes
2answers
321 views
ASP.NET Control's UniqueID delimiter
The UniqueID of a control is delemited with the '$', is it possble that the delimiter can change, and if so, is there a property somewhere that contains the delimiting character?
4
votes
3answers
2k views
Text box with drop down suggestions
I currently have a databound dropdown list on my ASP.Net C# 2.0 website that has around 400 items in it. I want to replace it with something similar like the textbox in google search where you enter ...
4
votes
3answers
747 views
Secure Login credential without using SSL
I am new in SSL, whatever i read and know that its paid digital certificate and after using SSL in website https:// the data transfer is secure at network layer.
In my application i don't have much ...
4
votes
7answers
969 views
Compelling Reasons to Migrate from ASP.NET 2.0 to ASP.NET 3.5
Forgive me if this is a repeat question. I've searched StackOverflow and did not find the answer to my question, so here goes.
We currently have a web application running ASP.NET 2.0 with AJAX ...
4
votes
2answers
10k views
Web Service error 'Could not create type' when calling service from Ajax
I've downloaded the Ajax Control toolkit
When I create a website from the Ajax control Toolkit template, I can create a web service in a single file (asmx) and hook this up to different Ajax controls ...
4
votes
4answers
2k views
Testing a Container.DataItem with inline code
I would like to do something like this in ASP.Net 2.0:
<asp:Repeater id="myRepeater" runat="server">
<ItemTemplate>
<% if (DataBinder.Eval(Container.DataItem, ...
4
votes
3answers
10k views
How to access your website through LAN in ASP.NET
I have an asp.net web-page application and i want it to be accessed using a local area network(LAN) or wireless area network(WLAN).
I do not know where to start. Is there something that i will ...
4
votes
4answers
1k views
What is the best menu for an ASP.Net application?
What do you find to provide the best menu for an ASP.Net 2.0 - 3.5 web application? Suggestions do not have to particularly be ASP.Net controls, but could be other menu's that work well within an ...
4
votes
3answers
302 views
Problems with relative links while using friendly url
I'm using urlrewiter.net in order to implement friendly url's.
It's a great and easy to use package!
Nevertheless, while using subfolders I had problems with the relative links to images and to other ...