PC Review


Reply
Thread Tools Rate Thread

Changing LinkButton in GridView

 
 
=?iso-8859-1?Q?Vicente_Garc=EDa?=
Guest
Posts: n/a
 
      25th Sep 2007
Hi all,

I have an GridView and when I put ALLOPAGIN = TRUE I can go to differents
pages. The problem is that to do it they appear LinkButtons and I want to
change then by Buttons. May anyone please help me?

Thanks in advance,
Regards,

 
Reply With Quote
 
 
 
 
Michael Nemtsev, MVP
Guest
Posts: n/a
 
      25th Sep 2007
Hello Vicente,

You need to implement the custom paging
See there a sample http://www.codeproject.com/aspnet/Gr...stomPaging.asp

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


VG> Hi all,
VG>
VG> I have an GridView and when I put ALLOPAGIN = TRUE I can go to
VG> differents pages. The problem is that to do it they appear
VG> LinkButtons and I want to change then by Buttons. May anyone please
VG> help me?
VG>
VG> Thanks in advance,
VG> Regards


 
Reply With Quote
 
Vicente Garcia
Guest
Posts: n/a
 
      25th Sep 2007
Many thanks Michael, It was very usefull. A related question...how to change
the automatic header LinkButtons by Buttons?. I use AUTOGENERATECOLUMNS =
TRUE and then LinkButton headers appear but I need change them by Buttons.

Thanks a lot!!



"Michael Nemtsev"; "MVP" <(E-Mail Removed)> escribio en el mensaje de
noticias news:(E-Mail Removed)...
> Hello Vicente,
>
> You need to implement the custom paging
> See there a sample
> http://www.codeproject.com/aspnet/Gr...stomPaging.asp
>
> ---
> WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
> http://spaces.live.com/laflour
> "The greatest danger for most of us is not that our aim is too high and we
> miss it, but that it is too low and we reach it" (c) Michelangelo
>
> VG> Hi all,
> VG> VG> I have an GridView and when I put ALLOPAGIN = TRUE I can go to
> VG> differents pages. The problem is that to do it they appear
> VG> LinkButtons and I want to change then by Buttons. May anyone please
> VG> help me?
> VG> VG> Thanks in advance,
> VG> Regards,
>
>


 
Reply With Quote
 
Michael Nemtsev, MVP
Guest
Posts: n/a
 
      26th Sep 2007
Hello Vicente,

I suppose using the same approach http://forums.asp.net/p/1007307/1340676.aspx#1340676


google is your friend just ask him properly

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


VG> Many thanks Michael, It was very usefull. A related question...how
VG> to change the automatic header LinkButtons by Buttons?. I use
VG> AUTOGENERATECOLUMNS = TRUE and then LinkButton headers appear but I
VG> need change them by Buttons.
VG>
VG> Thanks a lot!!
VG>
VG> "Michael Nemtsev"; "MVP" <(E-Mail Removed)> escribio en el mensaje de
VG> noticias news:(E-Mail Removed)...
VG>
>> Hello Vicente,
>>
>> You need to implement the custom paging
>> See there a sample
>> http://www.codeproject.com/aspnet/Gr...stomPaging.asp
>> ---
>> WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
>> http://spaces.live.com/laflour
>> "The greatest danger for most of us is not that our aim is too high
>> and we
>> miss it, but that it is too low and we reach it" (c) Michelangelo
>> VG> Hi all,
>> VG> VG> I have an GridView and when I put ALLOPAGIN = TRUE I can go
>> to
>> VG> differents pages. The problem is that to do it they appear
>> VG> LinkButtons and I want to change then by Buttons. May anyone
>> please
>> VG> help me?
>> VG> VG> Thanks in advance,
>> VG> Regards,



 
Reply With Quote
 
=?utf-8?Q?Vicente_Garc=C3=ADa?=
Guest
Posts: n/a
 
      27th Sep 2007
Thanks a lot!!!

I think google got upset with me

"Michael Nemtsev"; "MVP" <(E-Mail Removed)> escribió en el mensaje de
noticias news:(E-Mail Removed)...
> Hello Vicente,
>
> I suppose using the same approach
> http://forums.asp.net/p/1007307/1340676.aspx#1340676
>
> google is your friend just ask him properly
> ---
> WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
> http://spaces.live.com/laflour
> "The greatest danger for most of us is not that our aim is too high and we
> miss it, but that it is too low and we reach it" (c) Michelangelo
>
> VG> Many thanks Michael, It was very usefull. A related question...how
> VG> to change the automatic header LinkButtons by Buttons?. I use
> VG> AUTOGENERATECOLUMNS = TRUE and then LinkButton headers appear but I
> VG> need change them by Buttons.
> VG> VG> Thanks a lot!!
> VG> VG> "Michael Nemtsev"; "MVP" <(E-Mail Removed)> escribio en el mensaje
> de
> VG> noticias news:(E-Mail Removed)...
> VG>
>>> Hello Vicente,
>>>
>>> You need to implement the custom paging
>>> See there a sample
>>> http://www.codeproject.com/aspnet/Gr...stomPaging.asp
>>> ---
>>> WBR, Michael Nemtsev [.NET/C# MVP] :: blog:
>>> http://spaces.live.com/laflour
>>> "The greatest danger for most of us is not that our aim is too high
>>> and we
>>> miss it, but that it is too low and we reach it" (c) Michelangelo
>>> VG> Hi all,
>>> VG> VG> I have an GridView and when I put ALLOPAGIN = TRUE I can go
>>> to
>>> VG> differents pages. The problem is that to do it they appear
>>> VG> LinkButtons and I want to change then by Buttons. May anyone
>>> please
>>> VG> help me?
>>> VG> VG> Thanks in advance,
>>> VG> Regards,

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get the name of the gridview where the linkbutton has been clicked? Eric Microsoft ASP .NET 5 26th Oct 2008 09:10 AM
Responding to LinkButton within a Gridview CJM Microsoft ASP .NET 2 6th Jul 2007 05:01 PM
Can I populate a GridView with a LinkButton? jm Microsoft ASP .NET 0 20th Oct 2006 04:45 PM
Add linkbutton field to Gridview graphicsxp Microsoft ASP .NET 5 14th Jul 2006 01:25 PM
Programmatically add linkbutton to gridview Morten Microsoft C# .NET 1 7th May 2006 10:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:58 PM.