all groups > dotnet general > august 2003 > threads for thursday august 7
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
ASPX Dropdownlist (datasource)
Posted by Sean at 8/7/2003 8:43:46 PM
Hi,
I have an ASPX Dropdown list.
I am unsure how to set my datasource.
I have a table that has 2 columns, an identity column and
a description column.
Has anyone got some sample code on how to do this.
I find it hard to get any sample code on the web.
Thanks,
Sean... more >>
How do you make a .net control
Posted by Simon Harvey at 8/7/2003 7:50:40 PM
Hi,
Is it hard to make a .net control? You know, like say a graphing component.
Do you have to use lots of primitive graphic calls to the GDI in order to
make the control or is there some easier way.
Thanks everyone
Simon
... more >>
Project Creation Error
Posted by Ook at 8/7/2003 5:01:00 PM
I am trying to create a project. The web server is IIS running on a Win2000
pro box. I have shared the wwwroot directory under my inetpub directory. I
have previously created the directory I'm creating the project in, and from
IIS given it every privelage I can think of giving it. I go to create ... more >>
developing on a pda? or similar ?
Posted by ilPostino at 8/7/2003 4:09:59 PM
this may seem odd but as someone who travels A LOT I need a really portable
development device for .NET -
I know .NET will run on pocket pc, what about development tools ?
Is there anything available between a laptop and a pda - ? Laptops are
overkill with really bad battery life!
thanks
... more >>
Flawless install of VS.NET 2003 which doesn't work
Posted by Bernie Raffe at 8/7/2003 3:32:13 PM
Just installed VS.NET 2003, having been using VS.NET 2002
for several months.
When I try to create a new C# Web project, I get the
message:
Project WebApplication1 could not be opened because the
Microsoft Visual C# .NET compiler could not be created.
Please re-install Visual Studio.
... more >>
Design apps opening in Photoshop?!
Posted by Jens Ratsey at 8/7/2003 3:17:13 PM
Some of my Visual Studio .Net Web apps try to open themselves in Adobe
Photoshop when I run them from inside the IDE. When run compiled they run
fine.
What might be causing this?
(Remove Nospam to reply)
J.
... more >>
format dateTime '06/08/2003 12:00' to '1 day ago'
Posted by Ted at 8/7/2003 2:26:00 PM
I would like to format my date "06/08/2003 12:00" to something like "1 day
ago" or "24 hours ago". Is there a date format I can use to do this or does
anyone have any pointers as to how i could do this.
Any help much appreciated
Thanks
Ted
... more >>
Displaying image from resource in aspx page
Posted by cwarez NO[at]SPAM megsinet.net at 8/7/2003 12:47:46 PM
Hi,
I have 2 questions:
1) I have read the articles on how to embedd and image in a resource
file. I have also read the articles on how to open it from the
resource file and put it in a stream and display it in the
application.
However, what if the app is a Web app? How do I open an em... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loading classes when an assembly is loaded
Posted by Outshined at 8/7/2003 12:41:13 PM
I have a class library where just about every class uses its static
initializer to register with a central registry object in the same assembly.
I am hoping for some sort of Assembly.Load event that I can handle to go
through my assembly and invoke the static initializer on each relevant
class... more >>
Resource DLLs
Posted by Derek Lakin at 8/7/2003 11:56:35 AM
I'm in the middle of extending my Collapsible Panel
(http://www.codeproject.com/cs/miscctrl/CollapsiblePanelBar.asp) control to
support XP Themes & Styles. So I need to paint it according to the bitmaps
that are stored in the current shellstyle.dll.
Using uxtheme.dll I can get the current them... more >>
.NET FRAMEWORK in Win98
Posted by PABLIN at 8/7/2003 11:28:05 AM
I have a system developed in VB.NET, need to install it in
computers with Win98, are disadvantages when installing
NET Framework in Win98... more >>
Managed / Unmamaged C++
Posted by Marcin Wieczorek at 8/7/2003 11:18:52 AM
I'm trying to write a managed DLL that will wrap communications between
managed and unmanaged c++. All of the unmanaged code is lined to a static
lib. That lib contains tons of stuff like STL (which is my biggest
concern ) and other standard C lib stuff. I want to link that static lib
into th... more >>
Modal pages in ASP.NET
Posted by Ricardo Tineo at 8/7/2003 10:08:00 AM
Hi.. i'm start to developing a web application in ASP.NET.
In a requirement i need display modal pages to retrieve
additional information. How is possible to do this in
ASP.NET?
I seen examples using javascript code, but this work with
side-client controls. Anyway, what is the best solution... more >>
Tab Control
Posted by Dan at 8/7/2003 8:58:44 AM
I have a tab control on a form. I have defined 11 tabs in the tab control
collection, using the designer. When I build and run the solution, the tabs
are not in the same order as viewed in the designer.
Also, when I save and load the project again, the tabs are displayed in a
different order... more >>
OT: Let's get ready to rumble! Open source shenanigans as Apache goes after JBOSS
Posted by lluck98 NO[at]SPAM yahoo.com at 8/7/2003 8:19:02 AM
I haven't had so much fun since the Jerry Springer show did that piece
on fighting midget spouses, and the chihuahuas who love them!
The recent announcement by Apache - arguably the world's most
respectable open source organization and shepard of the dominant
Apache web server - that they woul... more >>
very basic information on web developing
Posted by Troy Erickson at 8/7/2003 7:20:30 AM
I am very new to web developing. What is the best way to
create a web project. I will be using asp with vs.net.
What do most people do for computers more specifically.
Do I remote debug to a server. Setup a computer that is a
server and do my developing on the same machine? Have two
s... more >>
Converting string to mathematicalexpression
Posted by Jonas Prismesen at 8/7/2003 2:53:38 AM
Hi!
I have string like this:
string expr = "123/(12*3)";
And I want to actually calculate the mathematical
expression in the string. Is there an easy way do it? Or
do I have to extract all the parts from the string, which
will be difficult since the expression will change in my
app..
... more >>
Easy one - controls on forms
Posted by Helen at 8/7/2003 1:50:19 AM
I'm sure this is blindingly obvious, but after searching
through the so-called Help, I can't see how to do it.
How do I refer to a control on a form from another
module. For example, I want to set the text property of
text box txtText on form frmForm.
I've tried:
frmForm.txtText.Text =... more >>
SQL Server does not exist or access denied.
Posted by gg at 8/7/2003 12:06:17 AM
hi group,
i previously have a single machine development environment on server03
(w2K3, stand alone, SQL2K).
i configured it so that my app is using "NT AUTHORITY\NETWORK SERVICE" to
access to the database it and it worked just so fine.
now, i am installing my asp.net app and database to a ... more >>
|