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 3932984
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:33:01+00:00 2026-05-19T23:33:01+00:00

I have a gridview with following fields LECTURE ID,LECTURER NAME,SUBJECTS and gridview contains link

  • 0

I have a gridview with following fields

LECTURE ID,LECTURER NAME,SUBJECTS and gridview contains link Buttons to Insert,Edit and DELETE.what i
need is, when i click, EDIT SUBJECTS columns should contain DROPDOWN Lists to select subjects.
if the GridView row is not in the EDIT mode or INSERT mode DROPDOWN should not be displayed and display only the subject taught by the lecturer.

  • 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-05-19T23:33:02+00:00Added an answer on May 19, 2026 at 11:33 pm

    This can be accomplished by making the SUBJECT column a TemplateField, as shown below:

    <asp:TemplateField Header="Subject">
                        <EditItemTemplate>
                            <asp:DropDownList ID="subjectDDl" runat="server"></asp:DropDownList>
                        </EditItemTemplate>
                        <ItemTemplate>
                            <asp:Label ID="subjectLabel" runat="server"></asp:Label>
                        </ItemTemplate>
                    </asp:TemplateField>
    

    You might have already added ButtonField columns to invoke EDIT, INSERT and DELETE functionality.

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

Sidebar

Related Questions

I have a GridView with a ButtonField of type link <asp:ButtonField ButtonType=Link CommandName=more HeaderText=Name
I have a gridview having text boxes in template fields and buttons in footer,
I have the following gridview: I need to parse the first 8 elements of
I have a gridview with couple of columns,I want to achieve the following: If
I have the following aspx: <asp:GridView ID=GridView1 runat=server AutoGenerateColumns=False BorderStyle=None Font-Names=Verdana Font-Size=12px OnSelectedIndexChanged=GridView1_SelectedIndexChanged ShowHeader=False
I have a GridView which has following template field that holds the filename, when
If I have the following (generic) ASP code: <asp:ObjectDataSource runat=server ID=myODS>...</asp:ObjectDataSource> <asp:GridView runat=server ID=myGV
I have following Gridview: <asp:GridView ID=GridView1 runat=server CssClass=table DataKeyNames=groupId DataSource=<%# dsUserGroupsSelected %> DataMember=Group etc....>
I have a gridview in an update panel with the following code to select
I have a GridView which populates ID Name City 1 Bobby AAA 2 Laura

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.