all groups > dotnet general > may 2005 > threads for monday may 16
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
Adding a datagrid by code
Posted by amber at 5/16/2005 9:39:02 PM
Hello,
I need to add a combobox to a datagrid.
I've found quite a few resources on the net with code on how to do it, but
I'm confused where to do it.
If I do it all using the toolbox/datagrid properties - I have no problem
making a simple datagrid.
When I go through all the "Windows Form De... more >>
Asp.Net In Unix Server
Posted by danlegion at 5/16/2005 8:37:02 PM
Hi everyone...
Recently i've been looking around in the internet to look for some emulator
or what so ever so that i can deploy my asp.net application in Unix server...
but i failed.. i was wondering anyone have any idea regarding this matter ?... more >>
Time based variable
Posted by John Bailo at 5/16/2005 3:31:20 PM
I was thinking: a cool thing would be a time based variable.
So, I'm always doing things like:
(a) Set variable to value
(b) do something
(c) check variable and compare to original.
What I really want is a variable that I can set and say
varible(DateTime.Now) - variable(Ten M... more >>
Read-Only Hashtable - how?
Posted by baylor at 5/16/2005 1:30:03 PM
Hashtable has a property IsReadOnly. i can't figure out how this gets set.
It's not a property you can set directly and i can't find a constructor that
takes an RO parameter. How on earth does it get set?
More generally, is there a way i can expose a stanadrd collection as
read-only? Manage... more >>
search without index server
Posted by mkiger at 5/16/2005 1:24:07 PM
Hey guys,
I'm building a .net site for document storage and I want to put in a search
feature. For security reasons I don't want to make the file folder a virtual
folder. How should I go about this? Is index server even an option?... more >>
How to install a service with a description?
Posted by mdb at 5/16/2005 10:35:12 AM
When I'm using an Installer class to install my service, there doesn't seem
to be any way to provide a description. How can I accomplish this?
-mdb... more >>
select nothing in a listbox
Posted by amber at 5/16/2005 10:32:09 AM
Hello,
I'm trying to set up defaults on a form, that populates a listbox, but with
no items selected when it first loads.
I have code where if an associated check box is checked, the listbox is
disabled, and selectedItem = Nothing. This works fine,
but on load, it always selects the 1st item ... more >>
remoting and referenced objects
Posted by Rogier at 5/16/2005 8:16:16 AM
Hi All,
I have a problem with referenced data updates using Remoting.
I can access and update all data obtained from a server's existing
object from any client. However, client can only see their own updates
unless "Built-in" variables are used.
For instance:
I have a server object with ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
centralize exception handling without try catch blocks in c#.
Posted by Noor at 5/16/2005 5:42:27 AM
please tell the technique of centralize exception handling without try catch
blocks in c#.
... more >>
Deployment folder question
Posted by Cuperman at 5/16/2005 5:13:01 AM
Hi all,
I have an XML file that I reference in my windows application
I access it using - Application.StartupPath & "/ini.xml"
During development this resides in the Bin folder, it appears this is
where the application is being run from when debug.
But when I build the project, install i... more >>
Write-Only Properties
Posted by Disiac at 5/16/2005 2:51:16 AM
Hi,
MS Class Library Guidelines clearly discourages use of Write-Only properties
yet they're continuously availed in .NET after VB 6. Personally, I really
don't use them anywhere. Tend to find it as giving the 'highest' possible
access to data as compared to a plain read.
However, out of... more >>
Connecting to a network share not working in a Windows Service
Posted by JohnFol at 5/16/2005 12:00:00 AM
I am using the Win23 API WNetCancelConnection2 and can sucessfully make a
connection to a share within my class. The class is called from a Windows
Form based test harness.
When I instantiate exactly the samce class from a Windows Wervice, I get "A
specified logon session does not exist. I... more >>
TextBox's base.Text is not working
Posted by Ondrej Sevecek at 5/16/2005 12:00:00 AM
Hello,
I try to inherit a class from TextBox. Everything works fine with the only
exception of call to base.Text = "new string". I call this property from
some other's property body, but after it returns, the textbox contains the
same text as before...
What is the problem?
many thanks... more >>
COM/ DCOM
Posted by Rena at 5/16/2005 12:00:00 AM
Hi all,
What's the difference between COM and DCOM and COM+ ?
Thanks a lot.
... more >>
LinkButton and Load
Posted by Jörn_Ipsen at 5/16/2005 12:00:00 AM
Hi everyone,
i have composed an ascx page with two panels inside. The first panel is
set to invisble when the page loads. in the second panel there is a
linkbutton which should set the second panel on click event to visible.
now when the button is clicked the page reloads and does not show (... more >>
Hierarchial DataGridView 2000B2
Posted by rawCoder at 5/16/2005 12:00:00 AM
Hi All,
Is the Hierarchial Display of data not in DataGridView in Visual Studio 2005
Beta 2 even?
I am talking about showing rows with tree like (+) and (-) and collapse and
expand in a DataGrid like hierarchial FlexGrid.
Is there any FREE control out there preferrably with source code to... more >>
|