all groups > dotnet framework > december 2003 > threads for wednesday december 24
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
Repeater and Custom HTML Question
Posted by Arsen V. at 12/24/2003 9:21:55 PM
Hello,
How to control the structure of the HTML inside of the ItemTemplate of the
Repeater?
For example, if a certain data column value is empty (or contains some
specific string or number), I want to be able to "hide" a part of the HTML
of the ItemTemplate.
Say a customer has phone numb... more >>
How Much memory do my objects use?
Posted by gregory_may at 12/24/2003 9:18:02 PM
Does VB/Visual studio.Net have some way to let me know how much memory my
objects are taking up? I cant seem to figure out how to get the
Locals/Watch/or Memory windows to show this information (Maybe I am doing it
wrong?).
It looks like I have some kind of memory leak in my Visual Basic prog... more >>
multiple calls to assembly in GAC
Posted by raheela NO[at]SPAM lahore at 12/24/2003 6:57:17 PM
What is the mechanism by which .net handles calls to
assemblies in GAC. We are moving our web site / business
layer written in vb6 to .net. and i am wondering if I
should make some assemblies as shared ones like data layer
and put that in gac.
now when multiple clients will call it , how .n... more >>
ASP.NET and Customer HTML
Posted by Arsen Vladimirskiy at 12/24/2003 11:17:10 AM
Hello,
What is the proper way to implement the following:
1) We have a list of customers
2) Customers can have some optional fields. For example, second phone
number, comments, and others.
3) We need to display the customers in a list, but in a nicely formatted
way. In other words, if the ... more >>
Any cost for .NET framework
Posted by Steve Rorabaugh at 12/24/2003 11:05:25 AM
An obvious "newbie" question. Just attended a class in
developing applications with Visual Studio .NET in C#.
The development environment on my PC includes the
Microsoft .NET framework 1.1. It is my understanding that
a Windows application developed within this environment
would require... more >>
WithEvents ???
Posted by mreid NO[at]SPAM exhibitworks.com at 12/24/2003 10:56:38 AM
Is there any additional overhead for declaring a variable using the
WithEvents keyword even if none of the events are being handled?
... more >>
Key container listing?
Posted by Kevin Burton at 12/24/2003 8:30:05 AM
I would like to give a strong name to assemblies that I
ship but I would also like to keep the public/private key
pair secure. Eventually I think they will be stored on a
smart card but for now I am putting the public/private
key pair in a key container. Is there a way to list the
containe... more >>
Beware of scorpion53061(theft)
Posted by IAmIronMan at 12/24/2003 7:42:38 AM
This individual is stealing other peoples code and
claiming it as his own. The proof is when I asked him to
explain his code he would not.
For proof view these threads in dotnet.languages.vb
Giving Back(Thank You)
scorpion53061
Straighten This Out....
This is the forged code he won'... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Convert VC++(using ATL) to C#
Posted by Mayur Banwasi at 12/24/2003 12:43:45 AM
Hi
There is some work done using VC++ 6.0 and ATL. Now this
project needs to be converted to C#.
I don't know much about ATL. So what i am wondering is
that ATL is not supported in C# (as far as i know) so when
i convert it into c# will i be able to achieve everything
in .Net that was do... more >>
|