| Thread | Last Post | Replies |
|
| Async in asp.net 2.0 and async application block | 04 Jan 2006 03:41 GMT | 2 |
Does the new async features within asp.net 2.0 and ado.net 2.0 render the async application block (1.1) extinct? What would be the advantages of using the async application block with 2.0? Seems like a lot less code can be written using 2.0 that threads safely and quickly.
|
| Error: "CallbackOnCollectedDelegate was detected" | 04 Jan 2006 02:06 GMT | 3 |
I get this error message from time to time in my new app: "CallbackOnCollectedDelegate was detected Message: A callback was made on a garbage collected delegate of type 'System.Windows.Forms!System.Windows.Forms.NativeMethods+WndProc::Invoke'.
|
| Keypress event | 04 Jan 2006 00:53 GMT | 7 |
I want to create a small function to monitor the keystroke. For example, if user key in a comma, I want to replace it with a single quote(etc)... In vb6 I an simply check the KeyAscii in the keypress event and re-assign the value to it, however how do I achieve this result in ...
|
| Can a user control call a method in the 'parent' aspx page? | 03 Jan 2006 23:00 GMT | 1 |
I have a page that my users will go to to upload files to my website. As I want to reuse the file upload code on multiple pages I put the file upload textbox/buttons on a user control which I plan to include in multiple aspx pages where they'll be able to upload images for other
|
| how to get an object by its name | 03 Jan 2006 20:05 GMT | 3 |
I need to convert a form in vb6 with several named "lbcol1","lbcol2",... "lbcol" and so onn array of label the funtion that in vb6 was alright was: Private Function GimmeLabel(Index As Integer, Nome As Integer) As VB.Label
|
| Regular expressions | 03 Jan 2006 18:55 GMT | 4 |
I need to parse some HTML and add links to some keywords (up to 1000) defined in a DB table. What I need to do is search for these keywords and if they are not already a link, and they are not inside a paragraph tag, ie <p class=tab>, I convert it to a link. There are also 8 ...
|
| Dynamic Variables | 03 Jan 2006 18:13 GMT | 4 |
Any ideas on how I could make the code below less verbose and more scalable (more iterations are needed)...My thoughts are dynamically named variables but I don't know how to do this (is it possible?) VB.Net ideas preferred,
|
| framework 2 vs 1.1 | 03 Jan 2006 15:50 GMT | 3 |
liven that Framework 2 is about 4 times the size of 1.1 is there anything that documents all the extra functionality? i know we have now got generics and some other stuff but surely that cant be reponsible for a four fold increase?
|
| Searching for files - what sets the return order? | 03 Jan 2006 15:25 GMT | 3 |
string[] allFiles = Directory.GetFiles(folderPath, filters, SearchOption.AllDirectories); I noticed that the order that the files are returned in varies from PC to PC - some return in alphabetical order; some appear to return in
|
| Error connecting to a SQL Server 2000 | 03 Jan 2006 15:12 GMT | 3 |
I am currently developing an ASP.NET program that connects to a SQL Server 2000 database. I also have SQL Server 2005 Express installed on the same local machine. Prior to installing SQL Server 2005, my apps were working and is connecting
|
| net.framework error | 03 Jan 2006 14:53 GMT | 1 |
I am trying to install net.framework, it downloads fine,as it get right to the end on loading it tells me Net.framework has ended prematurely. Tryed downloading again but still the same error, i am i doing something wrong.
|
| Problem in using word object | 03 Jan 2006 13:00 GMT | 1 |
In my windows application, i added a word object reference. Using word object, i'm doing spell checking. After spell checking, i quited the word object. But still its running in task manager and utilizing 100% in CPU. How to solve this?. I attached the code which i used in my ...
|
| OnShutdown not executing in Windows service | 03 Jan 2006 11:45 GMT | 2 |
Restarting Windows seems not to fire the OnShutdown event in the Windows Service. Does not work on Windows XP SP2 and not on Windows 2003 Server SP1.
|
| Client PC | 03 Jan 2006 10:07 GMT | 2 |
Hi Experts, I would like to find out, if I create a web-application using ASP.NET 2.0, does the client PC requires to install their PC with .NET Framework 2.0? Many thanks in advance
|
| Vb.Net With Crystal Report | 03 Jan 2006 10:05 GMT | 1 |
I create a crystal report link with Nortwind database with products table and import into a .net project But I pass the query "SELECT * FROM Products Where ProductID = 1" to the dataset and bind the report.setdatasource=dataset but it still show all
|