Tagged Questions

1
vote
1answer
19 views

Transactions in .Net 2.0 application— what to use?

Hi everyone, I'm working on a .Net 2.0 application and need to wrap some database transactions in my code. The backend is SQL Server 2008. I've been away from .net for a few yea …
1
vote
4answers
59 views

Readonly wrapper of a LinkedList. HowTo?

Hello. .NET v2 When the List has a very useful (4 me) method AsReadOnly() the LinkedList does not have such a method. Is there a way to "quickly" interface an internal LinkedLis …
0
votes
3answers
78 views
1
vote
1answer
33 views

How do I concatenate 2 resource strings together in an aspx page

I have a localised ASP.net application (.net 2.0). I wish to concatenate 2 strings retrieved from the resource file together into one element, something like this. Text="<%$ Re …
0
votes
2answers
41 views

Adding menu items from a separate thread.

I'm creating menu items in a separate thread and adding them to the menu created in the main thread. I'm using Invoke for that. Getting "Value does not fall within the expected ran …
0
votes
1answer
29 views

Cursor/selection position in DateTimePicker

I'm trying to determine the currently selected portion of the date (or time) editor. I need to to provide custom action when the navigation keys on PDA are use. In particular i wan …
0
votes
1answer
18 views

Is it possible to move the “AutoComplete.vb” file out of the App_Code folder and into a new namespace/project?

When setting up the Ajax Control Toolkit's AutoComplete control, it creates an AutoComplete.asmx and a AutoComplete.vb file. The AutoComplete.vb file automatically ends up in the …
1
vote
2answers
31 views

Subsonic query: Problem with the produced query

Hello there, I'm having a problem with subsonic quey. The deal is, I have a View and I want to query it's data to produce something like the following SQL statment: select * from …
0
votes
2answers
27 views

.NET 2.0 app on Windows Server 2003 doesn’t load a .config file

I can’t made my .NET 2.0 applications (and services) to load their appname.exe.config files on Windows Server 2003 Standard Edition SP2, I tried to create manifest like this but …
1
vote
1answer
23 views

Is there any way to use an UpdatePanel inside of a Facebox popup?

I'm using Facebox for pretty facebook style popups and I was wondering if there is any way to use it with an update panel inside of it? I have a div in a page with two drop downs, …
2
votes
2answers
49 views

Why might the .NET framework (V2.0) be trying to mess with the Internet Explorer registry?

One of our applications recently got installed in a system that is tightly locked down. On startup, the application tries to modify the registry at HKCU\Software\Microsoft\Windows …
1
vote
4answers
77 views

A tough table transforming into XML

Hey guys, I have a DataTable which I select from database(Well,these data cross several tables,after the query and putting into a DataTable,it shows at below) ColumnA ColumnB …
3
votes
6answers
104 views

How can I split a generic List (of T) based on a property of a list member?

I have a generic List (of Foo) which contains n objects of Type Foo. One of the properties of Foo is PropertyA. PropertyA can be one of ValueA, ValueB or ValueC. Is there an easy w …
1
vote
4answers
58 views

migrating an application from dotnet 2.0 to 3.5

is there any documentation on changes that i might hit when migrating an app from dotnet 2.0 to 3.5. Its my understanding that this is not really a core runtime change but rather …
1
vote
2answers
31 views

File Upload and cleanup with the Asp.Net Wizard control

I'm updating an existing page that makes use of the asp.net wizard control. I'm adding an optional step that will allow the user to upload a file. I'm already past the first is …

1 2 3 4 5 56 next
15 30 50 per page