Results 1 to 4 of 4

Thread: [RESOLVED] Configuring a column in an asp:repeater control?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Configuring a column in an asp:repeater control?

    I have a column in an asp:repeater control that needs to be a hyperlink in which a user can click on it. By clicking on this link it needs to execute a function (this function creates an HTML letter and displays the letter in the browser) in my VB.Net Code-Behind. I'm not sure what kind of control to use that will allow this kind of functionality. Not sure if a Button or an Anchor would be best or even something else. I'm truly perplexed on this. Anyone have any ideas and code samples?

    Thanks,
    Blake

  2. #2
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Configuring a column in an asp:repeater control?

    Hello,

    So, I am confused...

    Are you saying that the hyperlink should redirect to another page to perform the work, or are you doing this work on a postback to the current page?

    What you have described sounds like it would be best achieved using an "ajax" post to the page, therefore not causing a full page postback. You should do this by executing a JavaScript method (PageMethod perhaps) on the page.

    Gary

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Configuring a column in an asp:repeater control?

    Gary,

    Thanks for the reply but I'm no longer with this company and actually forget the details involving this issue. It happens as you get older! LOL
    Blake

  4. #4
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Configuring a column in an asp:repeater control?

    Ha ha, not a problem at all.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width