Dear ,
if u r using gridview control in asp.net the setting
a gridview property named "AUtoGenerateCo lumns"
to false will hide autogenerated columns
User Profile
Collapse
-
Good Books For .net and asp.net
Hi all,
i want List of good Books For .net and asp.net.
Not at the advance level But for a third year B.C.s Student.
Regards
Mudassir Ahmed -
Hi pbmods,
Right Now My Code is Displaying A gridView with Two Columns
One is "Agent Name" and other is "Agent Amount"
i want a javascript function which will be called on Button1 Click
and it will hide Agent Amount Columns and show only one column
that is Agent Name
This can be easily Done on serve side code
but i want it to be done on client side code...Leave a comment:
-
-
How to select text in textbox control
How to select text in textbox control, if it is focussed using javascript -
how to show/hide gridview Columns using javascript
--This is the html code
[code=html]
<body>
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" AutoGenerateCol umns="False">
<Columns>
<asp:TemplateFi eld HeaderText="Age nt Name">
<ItemTemplate >...
No activity results to display
Show More
Leave a comment: