Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > july 2003 > threads for monday july 28

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

calling exit thread from other thread ?
Posted by Daylor at 7/28/2003 9:27:50 PM
hi. i have main thread , and 2 others thread (t1 ,t2 for example) how can i call from the main thread, to tell t1 to exit his thread ? (calling application.exitthread from main thread, in method of class created on t1 ,will call exitthread to the main thread) what is the simple way to do th...more >>


SqlTransaction
Posted by Swami Muthuvelu at 7/28/2003 4:51:22 PM
Hi, I using command builder to generate my insert, update and delete statements..something like, data_adapter = New SqlClient.SqlDataAdapter(SQL, ActiveConnection) command_builder = New SqlClient.SqlCommandBuilder (data_adapter) After filling a data grid and making changes to the data...more >>

Global Variable for URL param recommendation
Posted by Rob at 7/28/2003 2:22:29 PM
Please recommend best practice for adding a global variable to an ASP.net class that will take on a Request.Params("") value from the URL calling the aspx page to be used throughout in stored procedure calls as a parameter in datagrids. Currently, the best I came up with was to add code a...more >>

Installer "Catch 22"(?) and Versioning
Posted by Arun Bhalla at 7/28/2003 2:22:09 PM
I'm borrowing some code from Pavel's Command Prompt Explorer Bar installer to use in my own explorer bar's installer. Recently I've been thinking that using an assembly version like "1.0.*" (hence, for example, "1.0.1304.25935") would be useful, at least for development and debugging purposes....more >>

Making a non .NET window a parent of a .NET one.
Posted by Colin Jack at 7/28/2003 1:07:24 PM
Hi, I am working on a project where by a .NET framework DLL links into a non ..NET application and adds functionality to it. Part of the functionality we are adding is displayed through a .NET form. The problem I am having is that I cannot find a way to make my .NET form a child window of ...more >>

eBay dumps microsoft for java to achieve 1 BILLION page views a day
Posted by asj at 7/28/2003 1:07:23 PM
awhile back, eBay decided to switch from a Microsoft/.NET/Windows architecture on the backend to a J2EE one, which might explain why their java backend will handle up to 1 BILLION page views a day! the funny thing was eBay was one of the major case studies for .NET at the beginning, when there w...more >>

Printing in IDE prints garbled code
Posted by Brian Cline at 7/28/2003 12:49:35 PM
I'm trying to print out some of my code from the VS.NET IDE (specifically, VB.NET), and when I do it prints out a bunch of garbled text as my code. The page header showing the location and file name are fine, but the code itself. For example: Imports System.Console yields ,PSRU...more >>

.NET and Web Service
Posted by Marcin O at 7/28/2003 12:47:59 PM
Hi all, I installed first time 'Microsoft Visual Studio .NET 2002' and all is OK (probably), except once thing. :( When I have Managed C++ Application and I want to add to project my Web Service which I earlier created and tested, I choose 'Add Web Reference...' from Project menu. Dialog bo...more >>



Java vs MS .net, which one should i use ?
Posted by CY FOK at 7/28/2003 12:43:01 PM
Hi I am planning to open a software company to develop client-server apps and web applications for my client. Now, i am in a difficult situation to determine what is the best platform i should use to develop the application for my end users. Should I use Java or MS.Net technology or should I mi...more >>

New Unisys mainframe gets .Net, Java
Posted by John at 7/28/2003 9:31:53 AM
"Unisys, one of the few companies remaining in the mainframe market, will begin selling a new high-end system Monday that includes features to run advanced software. The new ClearPath Plus Libra 185 comes with faster processors and more capacity for transferring data into and out of the system. ...more >>

column values in a datagrid
Posted by daisy at 7/28/2003 8:25:52 AM
Can anyone point me to the syntax on how to fetch indiviual column values from the current row in a datagrid on a button click in C# or VB. ...more >>

Garbage collection
Posted by Nanda at 7/28/2003 4:02:18 AM
hi all, In a .NET application, Garbage Collector is invoked, if managed heap runs out of memory. What happens if heap runs out of memory in an unmanaged application. (when new returns null in vc++). ...more >>

Datagrid and Pagging
Posted by Ricardo Manuel at 7/28/2003 3:15:18 AM
Hi, I'm using a Datagrid that I fill with a Dataset but when I configure the paging with the Navigation Buttons I can't put them working, I've tried both methods (Next, Previous and Page Numbers) when I click on the Next link of the navigation buttons I see on status bar the folowing cod...more >>

Response.Filter
Posted by MDux at 7/28/2003 12:49:29 AM
On using the bog standard, cut and paste code for 'Response.Filter' from the .Net help files - except changing the write statement a small amount - I find it works perfectly - the first time. But on a page where the page length varies - dynamic Datagrid generating varying length pages, I f...more >>

Version of .NET framwork
Posted by Clark B at 7/28/2003 12:31:46 AM
How can I check which version of .NET framework user is running? Regards Clarkie ...more >>


DevelopmentNow Blog