setting a row

  • Thread starter Thread starter reiks
  • Start date Start date
R

reiks

I want to set a row i.e. upon calling my fucntion
SetRow(int val), the cursor should be present in that
particualr row. I dont want to use Edit button for my web
daatgrid

How to acheive it?
 
Reiks,

I don't know a good way to say this but...

You don't seem to understand the ASP.NET data model. Editing without an Edit
button (and I agree they are ugly) will take a lot of work. Highlighting a
row without a sever call to repost the page will require JScript.

Kathleen
 

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