Datagrid .NET1.1 Paging with images

  • Thread starter Thread starter Steven Nagy
  • Start date Start date
S

Steven Nagy

Howdy,

All I want to do is replace the PagerStyle.NextPageText with an image.
I don't see the need to have to write a custom paging control for
something that should be simple.
I tried setting the text to some html to refer to an image, ie:

myDatagrid.PagerStyle.NextPageText = "<img src= ....

No love.

Any ideas?

Cheers,
Steven
 
If it's an ASP question, and you don't get an answer here,
try posting it to microsoft.public.dotnet.framework.aspnet.

Robin S.
 
Why's that? People in dotnet.general don't know anything about ASP.NET?

Datagrids aren't general enough?
 

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