Click to See Complete Forum and Search --> : How can I modify cell of table as a button?


williamc
04-13-2005, 01:32 AM
Hi,

Does any one knows who to use the cell of table which put key word inside as a button in ASP.NET?

I guess I should use javascript to deal with that, but I dont know how to do it. Does anybody give me some ideas?

thank you

William

wmif
04-14-2005, 06:54 PM
setup a javascript function to react to the table cell's "onClick" attribute. in the function you can hardcode the function to go to a specific place or use a value passed to it in the onClick call.