all groups > dotnet general > september 2006 > threads for monday september 25
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
How write squared in lablel?
Posted by Julian at 9/25/2006 11:21:48 PM
Hi
How do you write powers such as squared or cubed etc in a label?
Julian
... more >>
too many using (imports in vb)... does it hit on performance or memory usage?
Posted by ThunderMusic at 9/25/2006 3:47:36 PM
Hi,
I want to know if having to many using (imports in VB) statements at the top
of a class or page can hit on the performance of the application or on the
memory usage of the application.
I use ASP.NET framework v2.0... When creating a web page there are about
10-15 using statements at t... more >>
Where is the help?
Posted by Mark at 9/25/2006 10:06:01 AM
I have loaded Visual Studio .net on my home computer and my laptop, but my
home computer has an abbreviated help screen not 2% of the help on my laptop.
All the settings look the same on both including search the internet for
help, but the help is worthless. Any ideas?... more >>
Setting Application Icon using code
Posted by Dick at 9/25/2006 3:41:02 AM
I have a shared project that contains icons and bitmaps that are used
throughout my suite of applications.
I have to set Form.Icon, PictureBox.Image, etc. using code because the form
designer can't see the icons and bitmaps unless they're in the local project.
This is only slightly inconven... more >>
Connection with sql server 2000 using DSN
Posted by santosh at 9/25/2006 2:56:26 AM
Dear all i want to make connection with database using DNS i am trying
it in followin way but it gives me an error keyword not suppoerted dsn
can any one tell me what is the problem with in it.
private void Page_Load(object sender, System.EventArgs e)
{
// Put user code to initialize... more >>
Sending email with attachments
Posted by Mark at 9/25/2006 2:51:02 AM
I need to send an email with vb.net and I must be able to include multiple
attachments. When I use mailmessage, it says that the "To" is read only.
Any help?... more >>
Cascade updating/deleting and 3 tier architecture
Posted by Nemisis at 9/25/2006 1:17:10 AM
Hi everyone,
Wonder if anyone can shed some light on how i should setup cascade
deletes of object data within my database.
One option is to use SQL triggers, is this a good idea? Should the
logic be in my business layer instead? or maybe even the data access
layer?
I also have the prob... more >>
|