473,799 Members | 2,900 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Gridiew TemplateField Button won't show up on Grid??

My image buttons show up fine, but that last Button (ResetUser) does
not - only the header. I've attempted to put it first, but it did not
help. My codebehind is doing nothing fancy. The button does not appear
when I go to design view as well.

Thanks for any help or information.

<asp:GridView SkinID="retaile r" ID="GridMaint"
runat="server" AutoGenerateCol umns="False"
DataSourceID="D SGrid" AllowSorting="T rue"
Width="700px" AllowPaging="Tr ue" DataKeyNames="U serId">
<Columns>

<asp:TemplateFi eld HeaderText="Edi t">
<ItemTemplate >
<span style="white-space: nowrap">
<asp:ImageButto n ID="editButton "
runat="server" CommandName="Re tailerEdit" ToolTip="Edit"
ImageUrl="~/App_Themes/Retailer/
Images/edit.gif" />
<asp:ImageButto n ID="deleteButto n"
runat="server" CommandName="Re tailerDelete" ToolTip="Delete "
ImageUrl="~/App_Themes/Retailer/
Images/delete.gif" />
</span>
</ItemTemplate>
</asp:TemplateFie ld>
<asp:BoundFie ld DataField="User Name"
HeaderText="Use rName" SortExpression= "UserName" />
<asp:BoundFie ld DataField="Role Name"
HeaderText="Rol e" SortExpression= "RoleName" />
<asp:BoundFie ld DataField="Busi nessName"
HeaderText="Bus iness Name" SortExpression= "BusinessNa me" />
<asp:BoundFie ld DataField="Desc ription"
HeaderText="Des cription" SortExpression= "Descriptio n" />
<asp:BoundFie ld DataField="Cont actLastName"
HeaderText="Con tact LastName" SortExpression= "ContactLastNam e" />
<asp:BoundFie ld DataField="emai l"
HeaderText="ema il" SortExpression= "email" />
<asp:TemplateFi eld HeaderText="Res et User">
<asp:ItemTempla te>
<asp:Button ID="ResetUser" Text="Reset
User" CommandName="Re setUser" runat="server" />
</asp:ItemTemplat e>
</asp:TemplateFie ld>
</Columns>
<RowStyle Wrap="False" />
</asp:GridView>

Oct 14 '07 #1
0 1348

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3976
by: Fernando Lopes | last post by:
Hi. I have a grid where i create its columns in runtime. I tried create a templatefield in this grid view. In true, i need to create a radiobutton column in my grid view. I didin't had sucess. How can i do that in code-behin? Something like: TemplateField tfield = new TemplateField(); tfiel.ItemTemplate = new RadioButton(); gridview.Columns.Add(tfield);
0
1173
by: ChemFinder | last post by:
I created a DataGrid with a templated field: <asp:TemplateField HeaderText="Status"> <ItemTemplate> <asp:DropDownList ID="ddlScreenStatus" runat="server" Style="z-index: 100; "> </asp:DropDownList> <asp:Button ID="ButtonSet" runat="server" Style="z-index: 102;" Text="Button" /> </ItemTemplate> <ItemStyle Width="98px" />
1
21472
by: mercercreek | last post by:
This one should be easy. Hope someone has a clue. Simple Scenario: Gridview with mulitple rows, each row with a checkbox. The user checks boxes of her choice. Clicks a button on the form (not in the grid). Desired aciton is then taken in response to the button_onclick event relevant to the row in which the checked checkboxes exist. Unfortunate Outcome: Each checkbox returns false for its attribute:checked whether the user has placed a...
1
6745
by: jobs | last post by:
CommandArgument does not contain row index when command under Templatefield of- Gridview It appears CommandArgument passed to the rowcommand event does not contain row index when the command is called from a control under a Templatefield. Why is this not the case when the command is from a Buttonfield for example. And, if this so, how can I get the index of the row executing the command. This code works for Buttonfield under the...
6
2264
by: Class | last post by:
Hi all, I create a gridview dynamicly because I don't know the columns in advance. I use the Templatefield to create a linkbutton. Everything fine..I have the postbackurl and it works. But now I need to do some extra stuff in the click event of the created linkbutton. I tried to assign a delegate to the linkbutton's click event but I never gets in the procedure I assign. How can I trap the click event?
1
4278
by: jobs | last post by:
I've been staring at this and can't explain why it's not working. The grid shows up fine, except the last column, Reset User button does not render??? I checked the codebehind and I am not removing visiblity or disabling anywhere??? Thanks for any help or information.
2
10413
by: Elmo Watson | last post by:
I've converted a buttonfield to a TemplateField with a button in it Previously, in the Rowcommand, to identify the row when the ButtonField was clicked, I had this code: Dim index As Integer = Convert.ToInt32(e.CommandArgument) Dim row As GridViewRow = MyGrid.Rows(index) However, with the new TemplateField (with a button in the TemplateField), in the RowCommand, it does not understand 'e.CommandArgument'
1
6753
by: rogerford | last post by:
I have a grid which i bind with values from Database. I have events to edit and update the grid. I am not using SqlDatasource to connect to DB. Rather i am doing the updating of the grid Programmatically. I have 3 columns, LID(item template column) ,LVal (Edit Item template column) and Edit link My Question: 1) My EditITemTemplate column has a textbox txt_Lval which does not show up on the page load. But if click on edit link that...
3
2044
by: kimbred | last post by:
Can someone help? I have the code below in which I'm attempting to show or hide the edit control in a gridview based on the value of a column in that view. It doesn't seem to find the control. I've included the RowDataBound event as well as the gridview definition. Thanks in advance. protected void gvEmployeesBenefits_RowDataBound(object sender, GridViewRowEventArgs e) { TextBox EditFlg = (TextBox)...
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10485
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10231
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10027
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9073
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4141
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.