datagrid select cells

  • Thread starter Thread starter selen
  • Start date Start date
S

selen

Hello
Can I select the cell in datagrid? and can I read its text. I cant do it
asp.net in c#...

Thanks
 
selen,

I don't know how to set the selection in an ASP.NET datagrid, but to
read the text, you should be able to just get the cell contents by using the
indexer on the datagrid.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top