all groups > dotnet general > march 2007 > threads for monday march 5
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
A question about a stuck label
Posted by Rudy at 3/5/2007 10:36:19 PM
Hello all!
I'm having a problem with a stuck label. I have two applications, one that
runs on a server, the other a client. The server application controls all of
the forms that open on the client side. they close either by the user or by a
timer.
So on the client computer, I have for... more >>
Favorite URLs for Latest Features?
Posted by Siegfried Heintze at 3/5/2007 9:49:40 PM
What is the schedule for visual studio, C# and .NET framework?
I get the impression C# V3 is not released yet. I found some good web pages
for the various new features of C#.
What are some favorite pages for the latest features of winforms, asp.net,
ADO.NET and the .NET framework?
Thank... more >>
Private - Protected
Posted by Morten71 at 3/5/2007 8:28:52 PM
Just curious.
In VB, if I, from design-mode in vs2005, double-click a button (or any
other control), the code-behind file opens and the default declaration
is automatically inserted with method visibility Protected:
Protected Sub btn_Click(ByVal sender As System.Object, _
... more >>
PostgreSQL with .NET
Posted by Penelope Dramas at 3/5/2007 4:37:53 PM
Hello,
We have decided to change our database back-end from MSDE to postgreSQL.
Would anyone please share his/her experience with this database as far as
speed, functionality and security concerns.
Thanks,
Pen D.
... more >>
binding data in a gridview
Posted by MikeB at 3/5/2007 3:34:17 PM
ooh boy, I hope I'm in the right place to ask this.
I'm trying to do a class project that binds controls to data sources.
I have a Drop-down List that I bound to the Author column of an SQL
table Articles.
I then have a GridView that is supposed to react to changes in the
name selected in... more >>
Get the bound field of a control
Posted by BD at 3/5/2007 2:32:11 PM
Hi,
How can I get the name of the bound field from a control that has
binding to a BindingSource at runtime. For example:
txtID.DataBindings.Add("Text", bdgSourceTest, "ID");
txtID is a TextBox and I want to get the bound field "ID" from txtID.
[]'s
BD... more >>
Easy Transfer Error in Vista 64 Ultimate, trans from Home premimum
Posted by MattK at 3/5/2007 11:40:18 AM
Okay, just when I thought I could exhale a sigh of relief... an error gives
me a show-stopping problem.
I was running Vista 64-bit home premimum and needed to create a dual boot
vista ultimate 64 /32 machine on my laptop. So, while running vista home
premium 64 on my laptop, I opened the E... more >>
Problem with the crystal report:
Posted by amiga500 NO[at]SPAM gmail.com at 3/5/2007 10:56:34 AM
Sometimes not always but the crystal report gives me this error:
Error in File C:\DOCUME~1\erohr\LOCALS~1\Temp\temp_026628e2-
a30b-4dcd-966a06724d692bc6{6834D9C8-7B43-4CCE-9842-8A4DB2F06E67}.rpt
The request could not be submitted for background processing.
While I was researching the inter... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Request.Browser.Platform can determine what? UNIX or Linux?
Posted by clintonG at 3/5/2007 10:48:24 AM
Does the documented property value UNIX [1] mean the
Request.Browser.Platform property determines requests are being made from a
Linux machine?
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http:... more >>
Throw an exception
Posted by Fir5tSight at 3/5/2007 8:51:44 AM
Hi,
What does "throw" do? I understand that it throws an error when
certain exceptional situation happens. My guess is that this *ignores*
the error and *continues* so that it prevents the program from
crashing.
I just don't know where it throws the error to? It makes sense if it
outputs t... more >>
windows\system32\config
Posted by jamesdbowman at 3/5/2007 7:30:17 AM
hey guys...i'm having an absolute nightmare and i genuinely have no idea why,
if anyone can help i'll be forever grateful. when i try to start up my
computer it says file not found or corrupt
windows\system32/config\system...it says i can try loading up from the
original XP disc which i've t... more >>
Tidy HTML in C#
Posted by Rasmus at 3/5/2007 6:47:03 AM
I have a large collection of html pages that i need to transform to xhtml
(need to load them into a XmlDocument).
I was thinking of using the popular Tidy HTML
(http://tidy.sourceforge.net/), but a n easy-to-use .net wrapper has not been
created.
Any ideas how to solve this problem?
R... more >>
dropdownlist postback not firing
Posted by GearĂ³id at 3/5/2007 2:47:27 AM
Hi,
Wierd problem.
Using ASP.NET 2.0.
Have a DropDownList
- <asp:DropDownList ID="DropDownListMake" runat="server"
CssClass="selectComparison" AutoPostBack="True"
OnSelectedIndexChanged="DropDownListMake_SelectedIndexChanged" />
Have the corresponding codebehind event handler
- pr... more >>
reading Image Property for button from a XML
Posted by doubts at 3/5/2007 1:44:41 AM
Hi,
I have a query regarding reading Image Property for button from a XML
file .
I read XML files to Generate Screens using
System.Windows.Forms.Controls .The XML file is read and properties
are
set using Reflection
a sample representation of it is given below
<Control type="System... more >>
Confusion About Assemblies - Ownership and Initialisation
Posted by Kevin Frey at 3/5/2007 12:00:00 AM
I have an ASP.NET application that references an Assembly called Model. This
assembly contains model-centric classes for dealing with database
operations.
The Model assembly contains a lot of classes which are derived from
base-classes in another assembly called DataAccess.
The ASP.NET a... more >>
|