| Thread | Last Post | Replies |
|
| Validating Tabstrip with Multipage Control | 25 Jan 2005 05:22 GMT | 3 |
i am using tabstrip with multipage control in asp.net. i have put some textboxes on the first tab. my requirement is that whenever user makes some changes in any of textbox and moves to next tab without saving this data he should get
|
| How To Step through aspx code | 25 Jan 2005 03:49 GMT | 1 |
hi i am new to asp dotnet. i have a page that has some java script on the html portion of my asps page when i attach my IE browser as a process in the debugger i cant step through my script i get a message that no managed code is available to run. is there
|
| Pocket PC Shell API functions | 24 Jan 2005 22:53 GMT | 1 |
I am trying to use a shell API functin SHLoadImageFile, but it won't compile. I am not sure which reference I should be adding and use which namespace? I write in c# for ppc 2003.
|
| illink.exe is missing msvcr70d.dll | 24 Jan 2005 22:25 GMT | 1 |
I wish to combine several assemblies in one dll file, and for this I'm trying to use the illink.exe from gotdotnet.com. However, as soon as I run the exe, with or without parameters, I get an error message, stating that illink.exe cannot find msvcr70d.dll.
|
| Simple Datagrid question... | 24 Jan 2005 21:37 GMT | 1 |
I have a simple datagrid binding to a datasource dataset object that collect a simple table from a database. When I get data from that table, my datagrid appeard with a tree node sign + that i need to deploy for exploring my table.
|
| Managed and Unmanaged Code in one DLL? | 24 Jan 2005 21:14 GMT | 1 |
It would be nice to have one DLL that contains both my managed and my unmanaged functions. I would like to be able to use the unmanaged parts from C++ without a .NET Framework dependency too. Is this at all possible?
|
| ASP.NET problem - Creating dataset | 24 Jan 2005 19:46 GMT | 2 |
Hi All - I am an experienced ASP developer but am new to ASP.NET and the .NET framework and am trying to learn how to access datasets. When I try to build the following page, I get the errow below. I've reviewed my code over and over and looked for similar errors/information on
|
| File open fails if the file is being used by another process | 24 Jan 2005 18:21 GMT | 4 |
I'm trying to open a file with read access only, e.g. FileStream fs = new FileStream("C:\foo.txt", FileMode.Open, FileAccess.Read); The file is open by another process and the FileStream constructor throws an IOException. I thought that it was possible to open a file with read ...
|
| WEbservice question | 24 Jan 2005 18:07 GMT | 3 |
First question is, what would be the best newsgroup to post a question about webservices? Second, in case anyone here knows. I"ll ask here. I have written a webservice and everything works perfectly on my test
|
| Need Help | 24 Jan 2005 16:26 GMT | 1 |
I am developing an application in C# for the first time. Inside the application, on one of the pages I am using a data grid control in an editable mode. In an editable mode some of the fields contain drop downs.
|
| Using VS.NET for legacy development? | 24 Jan 2005 16:03 GMT | 3 |
At my company, we have some old and some new code bases to our platform. The majority of our "old" platform is VB COM and traditional ASP. Our new platform is C# and ASP.NET. We'd really like to consolidate our development to a single tool, rather than bouncing
|
| Array of Class | 24 Jan 2005 15:18 GMT | 2 |
I must design a method that receive a Control object and return a single value if it is a TextBox object, another value if it is a ComboBox object and so on. If I try a "if-else-if" loop, this will be very unhappy! Can I use a foreach
|
| MessageQueue in c# | 24 Jan 2005 15:18 GMT | 1 |
I use a MessageQueue in c#. I send a message in the queue with the command Send, here there is no problem. Then we I want to receive the message with the command Receive I receive the error message
|
| Timeout exceptions during execution of stored procedures | 24 Jan 2005 14:49 GMT | 1 |
I have windows service running on win2000 and client applications on local network connected to service via remoting. Service acts as interface to MSSQL 2000 database and it uses Microsoft Data Application Block.
|
| Assign default property value | 24 Jan 2005 14:36 GMT | 2 |
how can i assign a default value for a custom property?
|