Ask a Question related to ASP.NET General, Design and Development.
-
AspDotNetDeveloper #1
Modifying output in Repeater
I am having trouble figuring out how to modify the databound field data that
is bound to a Repeater control, before it is output to the browser. I'm
trying to add a hyperlink, with some querystring parameters, and one of the
parameters would be the record number of the row that is being processed.
I did this all the time in ASP but where and how exactly to do it in ASP
..Net is perplexing me. I have the repeater control all setup, and it's
displaying my data just fine, I just need to figure out how to grab the data
before it's output, and add some formatting to an <asp:hyperlink> control.
Any help would be appreciated!!
AspDotNetDeveloper Guest
-
Modifying pages
I have already built my site and have added some extra content to my pages. Each page has a footer with 3 buttons - Right now if I move the header... -
Modifying with odd characters
My primary key can be numbers or text and sometimes has # and + in its value. When I try to modify values with # or + it will not allow me to pull... -
modifying extensions
I'm using Web Photo Album 2.2 and need to find a way to add an option for the navigational elements. Currently, it allows you to choose sequential... -
Modifying a HP/GL2 output file using Perl
Hi gurus, I read some docs about Perl and I think it would be the best language to suit my acutal need. I have to change plotter pen widths... -
Secure Database-Driven output to Web-Controls like Repeater
scenario: users can store data (guestbook entries, ther usernames and so on) on a database-driven website and i have to care about that they don't... -
Mario Vargas #2
Re: Modifying output in Repeater
Take a look at the ItemDataBound event. You can use it to dynamically
manipulate an existing or add a new control to a particular Cell within the
current ListItem.
Mario
"AspDotNetDeveloper" <aspdotnetdeveloper@hotmail.com> wrote in message
news:%23q9WPXGTDHA.1588@TK2MSFTNGP11.phx.gbl...that> I am having trouble figuring out how to modify the databound field datathe> is bound to a Repeater control, before it is output to the browser. I'm
> trying to add a hyperlink, with some querystring parameters, and one ofdata> parameters would be the record number of the row that is being processed.
>
> I did this all the time in ASP but where and how exactly to do it in ASP
> .Net is perplexing me. I have the repeater control all setup, and it's
> displaying my data just fine, I just need to figure out how to grab the> before it's output, and add some formatting to an <asp:hyperlink> control.
>
> Any help would be appreciated!!
>
>
Mario Vargas Guest
-
AspDotNetDeveloper #3
Re: Modifying output in Repeater
Thanks Mario.... I think your advice is leading me in the right direction.
"Mario Vargas" <mariovargas@thecourier.com> wrote in message
news:eHce%23%23GTDHA.1992@TK2MSFTNGP12.phx.gbl...the> Take a look at the ItemDataBound event. You can use it to dynamically
> manipulate an existing or add a new control to a particular Cell withinprocessed.> current ListItem.
>
> Mario
>
> "AspDotNetDeveloper" <aspdotnetdeveloper@hotmail.com> wrote in message
> news:%23q9WPXGTDHA.1588@TK2MSFTNGP11.phx.gbl...> that> > I am having trouble figuring out how to modify the databound field data> the> > is bound to a Repeater control, before it is output to the browser. I'm
> > trying to add a hyperlink, with some querystring parameters, and one of> > parameters would be the record number of the row that is beingcontrol.> data> >
> > I did this all the time in ASP but where and how exactly to do it in ASP
> > .Net is perplexing me. I have the repeater control all setup, and it's
> > displaying my data just fine, I just need to figure out how to grab the> > before it's output, and add some formatting to an <asp:hyperlink>>> >
> > Any help would be appreciated!!
> >
> >
>
AspDotNetDeveloper Guest



Reply With Quote

