Tagged Questions

3
votes
2answers
557 views

How do I logout of multiple asp.net applications?

I have a main asp.net app, which is written in asp.net 1.1. Runnning underneath the application are several 2.0 apps. To completely logout a user can I just logout of the 1.1 app with …
2
votes
3answers
400 views

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?
2
votes
8answers
376 views

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, …
2
votes
4answers
903 views

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 …
2
votes
2answers
163 views

How to transform a WebService call that is using behaviours?

We have some really old code that calls WebServices using behaviours (webservice.htc), and we are having some strange problems... since they've been deprecated a long time ago, I want to change the …
1
vote
2answers
45 views

How to create an Input Button in ASP.NET 1.1

I'm trying to create a generic <input type="button"> button in ASP.Net using an ASP.Net control and I'm unfortunately stuck using ASP.Net 1.1 right now. I know you can use the …
1
vote
2answers
114 views

How to change the Page Title in ASP.Net 1.1 ?

With ASP.Net 2.0 you can use the Title property to change the page title : Page.Title = "New Title"; But since in ASP.Net 1.1 there isn't a Title property in the Page class, how can I change the …
1
vote
2answers
787 views

Hidden Input Field causes potentially dangerous Request.Form value error

In my ASP.NET 1.1 application, I am compressing and replacing the hidden Viewstate variable with an alternate compressed value, stored in a hidden field called __VSTATE. This works well but on a few …
1
vote
3answers
543 views

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

Hey all, 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 …
1
vote
5answers
216 views

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.
0
votes
1answer
18 views

How can I get Ajax and client side validators working with my ASP.Net 1.1 application in Firefox?

Ok, long story short - I've got an ASP.Net 1.1 website, which uses Validator controls and Ajax (ajax.dll, v5.7.22.2)... All of these elements of the site were chosen/implemented before I got here, and …
0
votes
1answer
143 views

Dropdownlist with <optgroup>s for version 1.1 of asp.net?

Is it possible to create a select box containing optgroups with asp:DropDownList in version 1.1 of asp.net? Similar question has been asked here and elsewhere for newer versions of asp.net with …
0
votes
1answer
486 views

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.
0
votes
1answer
410 views

IIS7 Response.WriteBuffer not working

We have an ASP.NET 1.1 application that uses Crystal Reports to spit out an excel spreadsheet. The codes works under IIS6 but when we try to migrate it to IIS7 it is spitting out html with no content …
0
votes
1answer
178 views

Legacy ASP.NET 1.1 with jQuery integration problem

I am working on a legacy web application written in VB.NET for ASP.NET 1.1. One particular page has a form with a number of fields. In response to a drop down box changing value, I am clearing a …

1 2 next
15 30 50 per page