Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7917265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:05:12+00:00 2026-06-03T15:05:12+00:00

<asp:LinkButton class=uibutton normal submit ID=LinkButtonMAR OnClick=MarkClientNoteRead(<%# Eval(NoteID) %>) runat=server> Mark as Read</asp:LinkButton> This is

  • 0
<asp:LinkButton class="uibutton normal submit" ID="LinkButtonMAR" 
OnClick="MarkClientNoteRead(<%# Eval("NoteID") %>)" runat="server">
Mark as Read</asp:LinkButton>

This is all within a repeater that will return a list of notes. I want to grab the NoteID and throw this into the OnClick="MarkClientNoteRead()" method call.

Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:05:13+00:00Added an answer on June 3, 2026 at 3:05 pm

    You could use the CommandArgument:

    <asp:LinkButton class="uibutton normal submit" 
         ID="LinkButtonMAR" 
         CommandName="MarkRead"
         CommandArgument='<%# Eval("NoteID") %>'
         Text="Mark as Read"
         OnCommand="MarkClientNoteRead" runat="server" />
    
    protected void MarkClientNoteRead(Object sender, CommandEventArgs e) 
    {
         int NoteID = int.Parse(e.CommandArgument.ToString());
    }
    

    Note that you need to handle the Command event instead of the Click event.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have HTML code like this: <asp:LinkButton ID=AddButton runat=server OnClick=AddPatientBtn_Click> <span class=Normal>Add</span> </asp:LinkButton> I
<div ID=btnWebL runat=server class=left_selected></div> <asp:LinkButton ID=btnWeb runat=server CssClass=center_selected OnClick=btnWeb_Click Text=<%$ Resources:ViaMura.Web.Default, WebSearchButtonText %>></asp:LinkButton> <div
The following works just fine in Chrome. <asp:LinkButton runat=server ID=lbEdit OnClick=lbEdit_Click> <button type=button class=edit>
<asp:UpdatePanel ID=uppnl_Select_File_Format runat=server UpdateMode=Conditional> <ContentTemplate> <div class=button-bg-2> <div class=button-text-2> <asp:LinkButton ID=btnCreate ValidationGroup=CreateVersion runat=server OnClick=btn_Create_OnClick
On my webpage, I have the following link: <asp:LinkButton ID=lnkChangePic runat=server onclick=lnkChangePic_Click Text=Upload new
I have a BulletedList in ASP.NET <asp:BulletedList ID=lstItems OnClick=Item_OnClick DisplayMode=LinkButton runat=server /> On the
The following two controls on my page: <asp:LinkButton ID=OpenLB runat=server >Open</asp:LinkButton> <asp:HyperLink ID=OpenHL runat=server>Open</asp:HyperLink>
I used this, <a title=Logout onclick=javascript:document.getElementById('ctl00_ContentPlaceHolder1_LbLogout').click(); href=# class=logout>Logout</a></li> <asp:LinkButton ID=LbLogout runat=server style=display:none onclick=LbLogout_Click>Sign out</asp:LinkButton>
I have written this datalist : <div class=story runat=server> <asp:DataList ID=DataList2 runat=server Height=16px Width=412px>
<asp:Repeater ID=Cartridges runat=server onitemcommand=Cartridges_ItemCommand> <ItemTemplate> <p class=cartqty>QTY <asp:TextBox ID=cartQty Text=0 runat=server></asp:TextBox></p> <div class=cartbuy2><asp:LinkButton ID=buy

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.