Questions tagged [.net-1.1]

The 1.1 version of the .NET Framework. Use for questions specifically related to .NET Framework 1.1. For questions on .NET Framework generally, use the .net tag.

The 1.1 version of the .NET Framework.

Released by Microsoft Corporation
Version Number: 1.1.4322.573
Release Date: 2003-04-01

373 questions
0
votes
1 answer

Datagrid is not keeping to the correct page

Using .NET 1.1's DataGrid, I have it populated with lots of links and it is displaying 10 links per page. I have pagination enabled in the footer of the DataGrid. If I go to page 10 in the datagrid, and click on a link in the DataGrid, the correct…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
3 answers

URL with no query parameters - How to distinguish

Env: .NET 1.1 I got into this situation. Where I need to give a URL that someone could redirect them to our page. When they redirect they also need to tell us, what message I need to display on the page. Initially I thought of something like this.…
Broken Link
  • 2,396
  • 10
  • 30
  • 47
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
2 answers

Pass an object into a UserControl in a repeater? .Net 1

I want to wrap up a chunk of HTML render logic in a User Control. Then I want to pass a custom product object (title, thumbnail, id, etc.) to the UserControl that it can use when it renders. Ideally I want to use this in a repeater (or for loop) and…
Pete Duncanson
  • 3,208
  • 2
  • 25
  • 35
0
votes
1 answer

Windows Services does not show up in the service list

I have to create a service in .NET 1.1 and to install that service using the setup project. I successfully installed the service but it didn't show up in the service list.
Siva CCSPL
  • 105
  • 1
  • 1
  • 10
0
votes
1 answer

.NET 1.1 and MS SQL 2005 problem

Suddenly I'm getting the following error on all web applications using dotNET 1.1 and trying to access MS SQL 2005. The applications and SQL server run on the same machine. System.Data.SqlClient.SqlException Message: General network error. Check…
Drejc
  • 14,196
  • 16
  • 71
  • 106
0
votes
0 answers

Remoting identifying ip address

Is there is any way in Remoting through which we can identify ip address of an incoming request. Please note I am using .Net Framework 1.1
Deepesh
  • 5,346
  • 6
  • 30
  • 45
0
votes
2 answers

Can Failure to Access the URL in an XML Schema or Document Cause my Application to Fail?

I'm usng this: http://schemas.microsoft.com/cdo/configuration/smtpauthenticate The schema is down? My software doesn't work anymore. Gives me a message: Can't access to CDO Message. I'm using Framework 1.1 with mail send authentication and…
pedrofernandes
  • 16,354
  • 10
  • 36
  • 43
0
votes
2 answers

Copy from one arrayList to another

I have problem with this. I have one arrayList, and I want to copy some objects to another. More important, each object has a specific property, which I'm using it as filter to copy. Unfortunately, I have to work with .NET 1.1, so I can't use…
GrzesiekO
  • 1,179
  • 4
  • 21
  • 34
0
votes
1 answer

.NET 1.1 WSDL - Unable to use IntPtr (WindowsIdentity.Token) as input param on WebMethod (ASMX Web Service)

We're in a strange situation with a legacy winforms VB.NET 1.1 application using ASMX web services. Trying to send a user Token from a WindowsIdentity object as a parameter to a WebMethod. I will be adding a 'HACK:…
Nick Josevski
  • 4,156
  • 3
  • 43
  • 63
0
votes
1 answer

Embedding JavaScript in ASPNET1.1 C#

I have a web application that requires scripting capabilities to be able to run business logic without need to recompile the application. So my idea is to use a Javascript engine and load the script from files or database and run an entity by the BL…
Kat Lim Ruiz
  • 2,425
  • 2
  • 26
  • 32
0
votes
1 answer

Can I Read data from other storage using WinCE 5.0?

I am using wince 5.0 for logicpd pxa270 som card and dotnet 1.1 sp1. When the image file (NK.bin) is formed and burnt to the device, it works fine with built in memory of the SOM card. Suppose I have some data in the flash memory and using the…
Abdullah Saurav
  • 33
  • 1
  • 1
  • 9
0
votes
4 answers

Making a .NET 2.0 Windows Form Application backward compatible with .NET 1.1

I have created a Windows Form Application using Visual C# 2008 Express Edition with target as .NET 2.0. Now I need to build this project for .NET 1.1. The problem I am facing is that the designer classes are not supported in .NET 1.1. They use the…
Jagannath
  • 103
  • 2
  • 6
-1
votes
1 answer

ILMerge doesn't work with .NET 1.1

I try to merge two .NET 1.1 assemblies and use them in app. Exception occurs during app compilation: Error 1 Metadata file 'c:\Source\ILMergeTest\App\Merged.dll' could not be opened -- 'Version 1.1 is not a compatible version.' …
Viktor
  • 164
  • 1
  • 14
-1
votes
3 answers

How do I add columns and rows dynamically to an asp.net 1.1?

I am working on an ASP.NET 1.1 project where the requirement is to create a matrix table where the number of rows and the number of columns are determined by two separate datasets and can vary. Once the matrix is created the page has several buttons…
Nikhil
  • 3,590
  • 2
  • 22
  • 31
1 2 3
24
25