Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > Displaying data on same row as paging buttons

Reply
Thread Tools

Displaying data on same row as paging buttons

 
 
Craig
Guest
Posts: n/a
 
      05-25-2004
How do you display data on the same row as the paging buttons?


 
Reply With Quote
 
 
 
 
Rick Spiewak
Guest
Posts: n/a
 
      05-26-2004
You can find the pager item during the itemcreated event by checking the
item type for .ItemType = ListItemType.Pager. Then, if you like, you can add
controls to the collection - for example: .Cells(0).Controls.Add({a literal
control, or other control})

"Craig" <> wrote in message
news:...
> How do you display data on the same row as the paging buttons?
>
>



 
Reply With Quote
 
 
 
 
Craig
Guest
Posts: n/a
 
      05-26-2004
Thanks

Is there a more visual way or a way that uses the event object model?


"Rick Spiewak" <> wrote in message
news:...
> You can find the pager item during the itemcreated event by checking the
> item type for .ItemType = ListItemType.Pager. Then, if you like, you can

add
> controls to the collection - for example: .Cells(0).Controls.Add({a

literal
> control, or other control})
>
> "Craig" <> wrote in message
> news:...
> > How do you display data on the same row as the paging buttons?
> >
> >

>
>



 
Reply With Quote
 
Rick Spiewak
Guest
Posts: n/a
 
      05-26-2004

Not a more visual way, but what I described is done during an event, so
I guess it is using the event object model.

What are you trying to accomplish?


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
Saravana [MVP]
Guest
Posts: n/a
 
      06-04-2004
Check out this article, i have explained how to do this.
http://www.microsoft.com/india/msdn/articles/83.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



"Craig" <> wrote in message
news:...
> Thanks
>
> Is there a more visual way or a way that uses the event object model?
>
>
> "Rick Spiewak" <> wrote in message
> news:...
> > You can find the pager item during the itemcreated event by checking the
> > item type for .ItemType = ListItemType.Pager. Then, if you like, you can

> add
> > controls to the collection - for example: .Cells(0).Controls.Add({a

> literal
> > control, or other control})
> >
> > "Craig" <> wrote in message
> > news:...
> > > How do you display data on the same row as the paging buttons?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Craig
Guest
Posts: n/a
 
      06-15-2004
I don't have a sign on to get to the article. Can you cut and paste it here?

"Saravana [MVP]" <> wrote in message
news:%...
> Check out this article, i have explained how to do this.
> http://www.microsoft.com/india/msdn/articles/83.aspx
>
> --
> Saravana
> Microsoft MVP - ASP.NET
> www.extremeexperts.com
>
>
>
> "Craig" <> wrote in message
> news:...
> > Thanks
> >
> > Is there a more visual way or a way that uses the event object model?
> >
> >
> > "Rick Spiewak" <> wrote in message
> > news:...
> > > You can find the pager item during the itemcreated event by checking

the
> > > item type for .ItemType = ListItemType.Pager. Then, if you like, you

can
> > add
> > > controls to the collection - for example: .Cells(0).Controls.Add({a

> > literal
> > > control, or other control})
> > >
> > > "Craig" <> wrote in message
> > > news:...
> > > > How do you display data on the same row as the paging buttons?
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Created Radio Buttons displaying as if they were conventional buttons Dr. Leff Javascript 3 10-15-2007 09:47 PM
Created Radio Buttons displaying as if they were conventional buttons Dr. Leff Javascript 3 10-15-2007 05:18 AM
divs in the same row, but filling the row Francesco Moi HTML 0 05-15-2007 06:31 PM
Add two buttons in datagrid row in same column csgraham74 ASP .Net Datagrid Control 1 06-02-2005 09:54 AM
ok I can do a totals row but how about a percentage row after each data row D ASP .Net Datagrid Control 0 05-23-2005 04:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57