Questions tagged [asp.net-1.1]

For issues relating to development with ASP.NET, version 1.1.

ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.

115 questions
3
votes
4 answers

Compatibility problems with Internet Explorer 10/11 and an old .net framework 1.1 website

The Scenario I have a very old website developed in .net (framework 1.1). The site has several problems with Internet Explorer 10/11 that can be fixed using compatibility view. The Problem Problem is that framework 1.1 doesn't recognize Internet…
2
votes
1 answer

My asp.net 1.1 site will not refresh

I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the issue is not browser caching. I searched for similar…
Darren Griffith
  • 3,290
  • 3
  • 28
  • 35
2
votes
1 answer

Convert XMLDocument to DataSet ASP.Net 1.1

I need to convert XMLDocument to DataSet in ASP.Net. I do not want To Save the XMLData to any physical location.
Sandhurst
2
votes
3 answers

Using SSRS in ASP.NET 1.1

Is it possible to use SSRS for reports in an ASP.NET 1.1 application? Is there a report viewer control for ASP.NET 1.1? If not is there any workaround for this?
Satish
  • 3,020
  • 7
  • 35
  • 47
2
votes
8 answers

Why would upgrading from SQL Server 2000 to 2005 result in slower queries?

Are there any common reasons why upgrading a database from SQL Server 2000 to SQL Server 2005 would result in slower queries? This is coming from an ASP.NET 1.1 application with hundred of tables, everything is indexed and seems to run well on the…
Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
2
votes
1 answer

explanation of ASP.NET Apps v1.1.4322 Anonymous Requests object in permon

Can someone please tell me more about performance monitor object ASP.NET Apps v1.1.4322 Anonymous Requests - defined as The number of requests that use anonymous authentication. Running Windows server 2003 standard and iis6 Is this a real time…
kiev
  • 2,040
  • 9
  • 32
  • 54
2
votes
1 answer

ASP.NET 1.1 - "<%=" and "%>" tags being rendered in address bar

I inherited an ASP.NET 1.1 application that was written about 8 years ago, the app is obviously someone's first immersion in .NET as the code is a mixture of code-behind as well as server-side scattered throughout the markup. The problem I'm…
Andy Evans
  • 6,997
  • 18
  • 72
  • 118
2
votes
1 answer

Date format issue

I'm facing problem while conversion of date if I used -- Date.parse("28/01/2011") it gives me error as "String was not recognized as a valid DateTime." so then I modify above code as -- CDate("28/01/2011") it gives me error as "Cast from string…
Amit Patil
  • 1,893
  • 4
  • 19
  • 23
2
votes
2 answers

How to Upgrade Existing ASP.NET 1.1 Custom CMS to ASP.NET 4.0?

Here's what I have: Custom-made C# CMS where the content is stored in a database in XML, and XSLT is applied to format the page content. Here's my task: Design new front-end site and upgrade to ASP.NET 4.0 (via ASP.NET 2.0 first) in the process.…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
2
votes
3 answers

window.showModalDialog Page Load not being executed

I am actually loading a page as a modal dialog box as window.showModalDialog("url.aspx"). The first time the modal dialog is poped up the page load event gets called. When i close it and call the same again, the Control does not come to the…
Vinod
  • 31,933
  • 35
  • 96
  • 119
2
votes
4 answers

Multiple controls with the same ID

Multiple controls with the same ID 'xxxx' were found. FindControl requires that controls have unique IDs. I want to bypass this validation. I want to have same id's for multiple elements. I am creating dynamic controls and my css class is applied…
CıPhEr
  • 49
  • 1
  • 7
2
votes
3 answers

Writing a cookie from an ASP.Net HTTPHandler - Page.Response object?

I am creating an HTTP handler that listens for calls to a specific file type, and handles it accordingly. My HTTP Handler listens for .bcn files, then writes a cookie to the user's computer and sends back an image... this will be used in…
Jeeby
  • 1,464
  • 1
  • 25
  • 30
1
vote
2 answers

Writing DataReader Rows to Excel File

I've got data in SQL Server 2000 and have a HyperLink that goes to a pass-through form whose code-behind will output the data to an Excel file. I've been following this…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
1
vote
1 answer

AjaxPro for .NET

I am new to Ajax .I have used AjaxPro In ASPX page for executing method .I have used below code for .NET 2.0 In ASPX: $(function() { $( "#sortable" ).sortable({ placeholder: "ui-state-highlight", update: function(event,…
Sree
  • 584
  • 6
  • 20
1
vote
4 answers

What is the best way to print screens from an ASP.NET page .NET1.1/.NET2.0

I have seen examples of printing from a windows application but I have not been able to find a good example of any way of doing this.
WACM161
  • 1,013
  • 2
  • 9
  • 20