e.values and binding to web forms

e.values and binding to web forms

Old forum URL: forums.lhotka.net/forums/t/1127.aspx


MadGerbil posted on Tuesday, September 05, 2006

Greetings:

I've some nice things working with my web forms - so far, everything works as advertised.  One minor problem is that I use GUIDS for my id values.  This is a problem because when I do an update I don't want to display the GUID to the user but if the guid isn't visible then apparently the e.values won't contain the GUID for me to do the lookup with.

See page 548 in the book for an example of an update.

The only way I seem to be able to get the GUID into the e.values collection so that I can use the GUID to pull the object out of the collection for updating is by making it visible.  Any way around this?

RockfordLhotka replied on Tuesday, September 05, 2006

Look at PTWeb. I do this in Chapter 10, by including the data in a column, but then making the column not visible.

Copyright (c) Marimer LLC