Dirty Cells

J

Jessard

Hi,

I have had a look at http://tinyurl.com/27cok in regard to how to use dirty
cells. I was just wondering how I can emulate this in an ASP.NET application
using VB.NET. How do I get access to the SheetChange(Sh, Target) event for
example. I have an OWC Excel sheet on a WebForm.

Thanks,
Jesse
 
A

Alvin Bruney [MVP]

you would have to do it client side by embedding the sheetchange routine
inside the html page. the sheetchange event wont fire server side for the
client-side object
 
G

Guest

Thanks,

I've got this working now.

-----Original Message-----
you would have to do it client side by embedding the sheetchange routine
inside the html page. the sheetchange event wont fire server side for the
client-side object

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Hi,

I have had a look at http://tinyurl.com/27cok in regard to how to use
dirty
cells. I was just wondering how I can emulate this in an ASP.NET
application
using VB.NET. How do I get access to the SheetChange (Sh, Target) event
for
example. I have an OWC Excel sheet on a WebForm.

Thanks,
Jesse


.
 
Top