This topic is locked
[SOLVED]

Change EDIT and VIEW icons to Text

10/20/2022 3:11:42 PM
ASPRunner.NET General questions
C
ccvvccc author

Hi everyone,

How can I change all EDIT and VIEW buttons on list pages in my project?

I want to write a text or add a INFO or WARNING button instead of Pen(Edit) icon.

Is there a way to change all List pages at once? because I have 20+ LIST pages.

Example 15 here shows a similar approach but it is for DETAILS. However my desire is to change PEN and MAGNIFIYING GLASS icons in each row.
https://xlinesoft.com/asprunnernet/docs/customizing_styles_examples.htm

Thanks to all of you for your great support.

I am using ASPRunner.net 10.6 build 38595 x64

T
Tim 10/21/2022

Look at the List Page Settings on the "Pages" page. You can untick the "Use icons for Edit, View, Copy lables".

https://xlinesoft.com/asprunnernet/docs/list_page_settings.htm

But if you want it more cusomized I think you need to do it on each page. I imagine that you could do it via custom CSS (like your link) but I've never done it.

Good luck.
Tim

C
ccvvccc author 10/30/2022

Hi Tim,

Thanks for your reply.

Yes, I tried as you recommended. But it didnt work for me. Then I found out that I can easily update it on DESIGN tab.

So I changed EDIT/VIEW Icons to Text on Design tab.

Best regards,