all groups > dotnet general > july 2005 > threads for wednesday july 13
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
Problem with applying style sheet
Posted by Erik at 7/13/2005 9:56:02 PM
I have a aspx form setup that works as it should. When trying to apply a
style sheet to the html, the page controls dissappear. The asp texkboxes,
checkboxes, and buttons are all gone.
Does anyone know why this might be happening? I'm new to asp.net.... more >>
Set Datagrid Column Font Color
Posted by kobeting at 7/13/2005 9:36:02 PM
Dear All,
I would like to like that how I can set the font color of a specific
column of a datagird.
For example, my datagrid contains 4 columns and may rows, but I only want
all column 2 data font color will be in Red and other data font color is
still in blank.
Thanks... more >>
SQL Server Express
Posted by NetIdiot at 7/13/2005 7:26:02 PM
I have had to install and uninstall VS.NET 2005 a couple of times because of
some errors. The SQL Server express refuses to install ... and hence I can't
most things I want to work on. I even tried installing an evaluation version
of SQL 2000.
It seems I haven't uninstalled in the right seq... more >>
Msn Messenger
Posted by Latrell at 7/13/2005 6:43:02 PM
Hello! When i install Msn Messenger it always makes my font way to big plus
it changes my color on my computer and i always have to go back and reset it
but when i restart my computer it happens all over again i still have to
reset my font and color.What should i do or is there anything i can ... more >>
Typedef
Posted by thejackofall at 7/13/2005 4:29:04 PM
Hi.
I am looking something similar to typedef in C++ in C#. Basically, I have a
Person class. Then, I want to declare new type called Beneficiary using the
Person class.
I tried using the following:
using System;
namespace X
{
using Beneficiary = Person;
}
The problem wi... more >>
IDE Locking Dependant files
Posted by Paul Cheetham at 7/13/2005 4:04:10 PM
Hi,
I have a solution in VS.Net 2003 containing 2 projects - the main exe
project and a dll project.
The exe is dependant on the dll, and this is specified in the project
options, and the build order is correct - dll first then exe.
However, when I try to build the solution the build fail... more >>
Bug? : Large amount of memory used while debugging.
Posted by tstephan NO[at]SPAM gmail.com at 7/13/2005 3:41:02 PM
I am debugging a small app that normally runs in a few MB. When
debugging the code below, my app bloats to 1GB (and more if I let it).
Assembly[] ara =3D AppDomain.CurrentDomain.GetAss=ADemblies();
foreach( Assembly a in ara )
{
System.Diagnostics.Debug.Write=ADLine( ">>>" + a.Full... more >>
LogOn error with Crystal Report
Posted by Jonathan at 7/13/2005 2:28:10 PM
Hi all,
It's my first post here, so be kind :)
I got a little application that keep track of a small inventory, =
everything was going great until came the time to make some types of =
reports. I want to use Crystal Reports in the background to generate the =
reports for me, i don't want an... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
automatically load this event in the code in C#?
Posted by yezanxiong at 7/13/2005 12:29:03 PM
Actually, I am a vb.net developer, but right now, I need to use C# to write
some web application(some dll provide sample on C#). I am using
VisualStudio.net 2003 as IDE.
I found I need to manually add event in C# for a control, for example, I
have a grdPerson datagrid control, I need to add t... more >>
Public varaible QueryString issue
Posted by VK at 7/13/2005 11:10:22 AM
Folks,
An aspx page has some querystring variables in the URL.
In the code beind file, I tried requesting these variables and setting
as public variables, so it is not specific to a sub.
Public instance_id As Decimal = Request.QueryString("i_id")
This is defined right above:Private Sub ... more >>
Read binary value from registry???
Posted by lastusernameleft at 7/13/2005 8:55:05 AM
What is the easiest .net method to read a REG_BINARY value from the registry?
I'm using a ManagementClass from the System.Management namespace and can
retrieve string values using GetMethodParameter("GetStringValue") but can't
find the method for binary, the MSDN documentation is terrible and ... more >>
list box always on top
Posted by Joecx at 7/13/2005 6:53:40 AM
Hi
Does anyone know how to set a list box to always be on top. If I create a
text box after the listbox in the same location, the text box covers a
portion of the listbox when I make the list box visible. I am looking for an
always on top property in the list box but can't find one. I have... more >>
Datagrid Sort Symbol
Posted by P1ayboy at 7/13/2005 4:33:02 AM
Does anyone know of a way to show ascending/descending symbols in the header
when sorting a datagrid. At the moment the header text is underlined, but the
design i am working to has little triangles next to the title to show the
direction of sorting.
There does not seem to be a header templ... more >>
RSS Feeds
Posted by wh1974 at 7/13/2005 3:48:03 AM
Does anybody know of any RSS feeds available on either of the following
topics:
- ASP.NET
- C#
- C++
- C
Many thanks,
Wayne.
... more >>
pinvoke causes loss of modal dialog modality?
Posted by RobJUK66 at 7/13/2005 3:00:02 AM
have a 3rd party .Net dll that wraps a set of further unmanaged dll's. The
..Net DLL basically uses pinvoke to wrap the calls. The low level dlls
provide an API to talk to a complex device which appears as a USB hub (with a
scanner, flash drive and some other bits and pieces).
Using a VB... more >>
MCE problem
Posted by Federico Caselli at 7/13/2005 1:16:02 AM
I'm writing a Hosted HTML app for MCE 2005 using a .Net class to handle comm,
registered as a COM library.
Calling the InputStreamString property to read data through the port, the
EHShell.exe application crashes and the following message appears:
EHShell.exe CLR debugging services
Applic... more >>
|