all groups > dotnet general > september 2005 > threads for thursday september 8
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
Potential Loop
Posted by tascien at 9/8/2005 11:33:56 PM
Please look at the code below:
Would this code cause an infinite loop at any logic?
Sub Page_Load( sender , e ) handles Mybase.Load
sw = new StringWriter
hw = new HtmlTextWriter(sw)
MyBase.Render(hw) '<-- would this code call this sub again,
'thus causing infinite loop?
hw.close
... more >>
ASP.NET Oledb data connection
Posted by Frank Xia at 9/8/2005 7:19:02 PM
When I try to build a oedb data connection, I got an error message saying
"Invalid path or you have to connect to the server the database is resided".
I can see dataset through Data - Preview dataset. I don't what could be the
problem. Can soemone please help me with this ASP.net beginner's qu... more >>
Help with app performance
Posted by Chris at 9/8/2005 6:49:02 PM
Hi,
I needed a way to post a message to MSMQ form SQL Server so I found some
info online and created a console app
Sub Main(ByVal args() As String)
Dim msgQueue As MessageQueue = New MessageQueue(QUEUE_NAME)
Dim oObject As String
Try
'msgQueue = ... more >>
SQL Access security from Window Application
Posted by John J. Hughes II at 9/8/2005 10:13:38 AM
I am having some major problem with maintaining security for my windows
application to the SQL. Currently my application access the SQL using
System.Data.SqlClient and all forms use stored procedures. It seems the
preferred method is to restrict access to all table and then to set the
exec... more >>
AppDomain creation gets increasingly expensive
Posted by Chris Lacey at 9/8/2005 9:49:02 AM
Hi,
I'm currently writing a scheduling service which starts a number DotNet
executables, each within a new AppDomain, every ten seconds.
The guts of the code is as follows:
// For each executable in the list of tasks
for (int i = 0; i < this.processTasks.Length; i++)
{
... more >>
PocketPC and ODBC database
Posted by Lau at 9/8/2005 4:00:02 AM
I need to synchronize data between a PocketPC application (C#) and a
FileMaker database every time the PocketPC is in it’s cradle. FileMaker has a
ODBC-plugin, but SQL.CE unly allow me to interact with a MS SQL Server?
Should I try to establish a Serial connection? Is this possible while Act... more >>
about displaying data in datalist control
Posted by Yoshitha at 9/8/2005 12:00:00 AM
hi
I have datalist control in my ASP.NET application
the problem here is
i have used a textbox with multiline true propertly when i enter data like
"fdjsfhjksdhfjsdfhsdjhfsdfhsdjfhsd
jfdsjfksdjfksdjkfjsdfjksdjfsdjfd
fdsfhjsdhfjsdhfjf dsjf dsjfhjsdfhjksdh d fdsjf
hsdjkfhdjsf... more >>
|