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

Efficient way to store current URL

I am working on a legacy ASP.NET 1.1 application which doesn't have linkified bread crumb navigation. By this I mean, the bread crumbs exist, but are not hyperlinked. One of the current requirements is to linkify all the crumbs properly. Each page…
Animesh
  • 4,926
  • 14
  • 68
  • 110
0
votes
3 answers

How to Register and Use DLL files in ASP.NET 1.1

I have moved a couple of DLL files in the BIN folder but Visual Studio is not picking these up. Do I need to manually register them for 1.1? I know in later frameworks, it is as easy as moving DLL files in the BIN folder but the same is not working…
Farhan Haque
  • 33
  • 3
  • 10
0
votes
1 answer

Can I remove multiple items from a DropDownList based on match to partial text

I have a drop down list with contents similar to: City1 City1_SearchCriteria City2 City3 City3_SearchCriteria City4 City4_SearchCriteria I'm wondering if its possible to remove the items in this drop down that contain _SearchCriteria Or should I…
swolff1978
  • 1,845
  • 7
  • 28
  • 44
0
votes
1 answer

File or assembly name ImageHandler, or one of its dependencies, was not found

Tool: Visual Studio 2003 Enterprise Architect , ASP.net WebForms 1.1 Language: C# Hello Guys, I'm trying to implement IHttpHandler for the first time ,I thought I was going ok,but it's not. My gridview was not showing Image ,I used Img tag and used…
DayTimeCoder
  • 4,294
  • 5
  • 38
  • 61
0
votes
1 answer

Debug error in HTTPHandler : Server side-error occured on sending debug HTTP request

Tool: Visual Studio 2003 Enterprise Architect , ASP.net WebForms Language: C# Hello Guys, I have just implemented HttpHandler for the first time ,I thought I was going ok ,but I'm facing this error Error Message: Error while trying to run poject:…
DayTimeCoder
  • 4,294
  • 5
  • 38
  • 61
0
votes
0 answers

Configuring ASP.NET 1.1 application on IIS 7.5 window 2008 R2

I deployed asp.net 1.1 applications (vs2003) on window 2008 R2 at IIS 7.5. While browsing default page it is giving httphandle of errors. I want to know if an asp.net 1.1 application is compatible with IIS 7.5 or is
user1482621
  • 21
  • 1
  • 2
0
votes
1 answer

how to use json in asp.net 2003

I am using the JSON object with jquery in asp.net application. The code is working with VS2008 but when i moved sam code in VS2003 then it is showing the JSON is undefined. Code is following var mes = $('#filePath').val(); alert("File Path: " +…
Eshwer
  • 153
  • 1
  • 5
  • 15
0
votes
3 answers

Determine when application cache item will timeout?

In ASP.NET, when storing a value in the application cache with absolute expiry is there a method to retrieve the date/time when the item will expire? The application cache item will be refreshed if expired based on user requests.
Henryk
  • 1,119
  • 1
  • 10
  • 16
-1
votes
1 answer

How to add a bootstrap template to a .net 1.1 project

I am trying to add a bootstrap template in a .net 1.1 project along with visual studio 2003 but I am bit confused about how visual studio compiles .js and calls css
yan
  • 1
  • 4
-1
votes
1 answer

ASP.NET 1.1 - VB.NET HTML Markup not reading variable from Code-Behind

I am trying to dynamically change the values inside my HTML markup depending on certain conditions in the code-behind. In my code-behind in the Page_Load(), I have the following: If Not myCheck = 1 Then mySuffix = "_gr" myColor =…
Smiley
  • 3,207
  • 13
  • 49
  • 66
1 2 3 4 5 6 7
8