Re: [DOTNET] Administrative Announcement - Reasoning

2002-06-04 Thread Marshall Harrison
e the time to follow the list (or respond to the list) like I wish I could. Hopefully splittting it will allow me to daily keep up with a more focussed content and when I have time to visit the other lists. Marshall Harrison http://www.digitalambitions.com http://www.landstar.com http://wireless.la

Re: [DOTNET] Datagrid problem

2002-04-30 Thread Marshall Harrison
get it working and getting there is half the fun. Marshall -Original Message- From: Marsh, Drew [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Datagrid problem Marshall Harrison [mailto:[EMAIL PROTECTED]] wrote: >

Re: [DOTNET] Datagrid problem

2002-04-30 Thread Marshall Harrison
Thanks Adam, I'll probably end up doing just as you suggested and convert everything at the database level in a stored proceedure. That may solve the problem for item 2 also as I could do the mileage calculations in the SP and then filter records greater than the radius. Marshall -Original

Re: [DOTNET] Datagrid problem

2002-04-29 Thread Marshall Harrison
do one of two things: 1. if it is in the chosen radius then add a miles column to the dataset/datview and put the record into the grid 2. In it outside the radisu then discard the record from the grid. I'll keep working on both problems but am welcome to solutions if you have any. Ma

[DOTNET] Datagrid problem

2002-04-29 Thread Marshall Harrison
I need to keep the row from binding. Thanks in advance. Marshall Harrison You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] Aggreaget Column question

2002-04-26 Thread Marshall Harrison
take dbDAte which is a string like this "20020426" and put it into a column as a date. Is there a way to use my own formatting function to format each row of the column? Thanks Marshall Harrison You can read messages from the DOTNET archive, unsubscribe from DOTNET, or s

Re: [DOTNET] DataView question

2002-04-26 Thread Marshall Harrison
e, not the columns. If you want to limit the columns that are displayed in a datagrid, take a look at DataGridTableStyle. Seang -Original Message----- From: Marshall Harrison [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 11:12 AM To: [EMAIL PROTECTED] Subject: [DOTNET] DataView question

[DOTNET] DataView question

2002-04-26 Thread Marshall Harrison
I have a DataView created like this: dvwLoads = dstLoads.Tables("loads").DefaultView The underlying table "loads" has some columns that I don't need in the view. Is it possible to create the view and give it a list of columns that I want included? I 've tried several things that

Re: [DOTNET] [OT] eBooks (was Wrox)

2002-04-26 Thread Marshall Harrison
Most of you objections can be handled by using either the "Logos" or "Step" formats. Electronic Bible publishers are way ahead of the technical e-book people. Marshall Harrison -Original Message- From: Brad Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, April

Re: [DOTNET] Wrox

2002-04-24 Thread Marshall Harrison
hings can get back to normal and we can once again depend on WROX. I sure hope so. Marshall Harrison -Original Message- From: Julian Skinner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:37 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Wrox Yes, the first edition of Profess

Re: [DOTNET] How do you bind a DataGrid HyperLinkColumn to more t han one field ?

2002-04-23 Thread Marshall Harrison
UrlFormatString property. Alternatively you could create a composite field in the dataset before you bind to the datagrid and then just link that field. -Original Message- From: Marshall Harrison [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 23 April 2002 4:30 AM To: [EMAIL PROTECTED] Subject: [DOT

Re: [DOTNET] How do you bind a DataGrid HyperLinkColumn to more t han one field ?

2002-04-23 Thread Marshall Harrison
n used the DataNavigateUrlFormatString property. Alternatively you could create a composite field in the dataset before you bind to the datagrid and then just link that field. Linda Wienholt On Mon, 22 Apr 2002 14:30:17 -0400, Marshall Harrison <[EMAIL PROTECTED]> wrote: >I have a HyperLi

[DOTNET] How do you bind a DataGrid HyperLinkColumn to more than one field ?

2002-04-22 Thread Marshall Harrison
into the DataNavigateUrlFormatString. Can someone tell me how to do this? Thanks. Marshall Harrison You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] It's the Runtime Stupid

2002-04-22 Thread Marshall Harrison
g all over again. I have a lot of work/learning to do before I come up to the standards that I have for myself. Marshall Harrison -Original Message- From: Sam Gentile [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 21, 2002 8:56 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] It's the

Re: [DOTNET] Wrox

2002-04-19 Thread Marshall Harrison
Brad, Have you forgotten your weblog? It's been 11 days now and nothing new to read. Must be busy or something. Marshall -Original Message- From: Brad Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 1:13 PM To: [EMAIL PROTECTED] Subject: [DOTNET] Wrox Mar

[DOTNET] Apology

2002-04-19 Thread Marshall Harrison
I started the thread "Can someone recommend an ADO.NET book" for obvious reasons and I thank everyone for their suggestions. I realize that a lot of authors are on this list and I appologize to them. I didn't mean for it to seem like I am bashing WROX. While I'm not happy with them that is just m

Re: [DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Marshall Harrison
ubject: Re: [DOTNET] Can someone recommend an ADO.NET book What about their Professional ADO.Net Programming? Peter --- Marshall Harrison <[EMAIL PROTECTED]> wrote: > I've gone a little sour on WROX books lately si I think I'll avoid ADO.Net > Programmer's

Re: [DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Marshall Harrison
Since I'm having problems with sorting this out in my mind. Then perhaps Shawn could get me a preview copy as I would be a great test of how well it explains things. :-) P.S. Chris - I haven't forgotten about you. Marshall -Original Message- From: Chris Sells [mailto:[EMAIL PROTECTED]]

Re: [DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Marshall Harrison
From: "Marshall Harrison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 10:46 AM Subject: [DOTNET] Can someone recommend an ADO.NET book > I've got an extensive background in using ADO in ASP pages but I'm having > problems with

Re: [DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Marshall Harrison
TECTED] Subject: Re: [DOTNET] Can someone recommend an ADO.NET book I can recommend NOT getting Wrox's ADO.Net Programmer's Reference. Jim > -Original Message----- > From: Marshall Harrison [mailto:[EMAIL PROTECTED]] > Sent: 19 April 2002 15:46 > To: [EMAIL PROTECTED] >

Re: [DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Marshall Harrison
rch for Essential ADO.NET. It's a DevelopMentor Series book. Of the other books I've seen that are out today, I can't recommend any of them frankly. Thanks, Shawn Wildermuth [EMAIL PROTECTED] > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] &

[DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Marshall Harrison
eed. So... can someone recommend a good book on ADO.NET? Thanks in advance. Marshall Harrison Jacksonville, FL. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] To Frame or Not to Frame

2002-04-18 Thread Marshall Harrison
I tried the photo album and everytime I clicked on a thumbnail iamge I got a Javascript error - Line:17 Error: Expected ';' I'm using IE6. I'm not complaining as I liked you site but this is just FYI. Marshall Harrison -Original Message- From: Brian G. Valle

[DOTNET] Databound controls question

2002-04-12 Thread Marshall Harrison
Is there a way to place a databound control on a webform and completely wire it up to display data without having to write any code in the code-behind page? I can't seem to make it work without dropping into the code and writing code to get the data to display. Marshall Harrison You can