User Profile
Collapse
-
Windows FORMS...DROPDOWN IN DATAGRID
Please anybody help me....What is the most efficient way of having a template column in a GridView containing Dropdown List...wrt to Windows forms...also i need to check which dropdown is in which row..coz depending on the row different array'z will be bound to the dropdownlists.. .Code would be appreciated...T hanx.. -
Enable Gridview Sorting But Avoid Underline Of Column Name
Hi EveryOne
I have a gridview with sorting enabled. As we all know, when sorting is enabled in a gridview, the column names in the gridview get UNDERLINED permanently. I dont want this. i want the column name to be underlined on mouseover.
how can i do this. Plz help.
Rahul -
Thank you so much for replying...
I was able to do it in some what the same way....
<ItemTemplate >
<asp:Label ID="lblWithDrp " runat="server" Visible = <%#Convert.ToIn t32(DataBinder. Eval(Container. DataItem,"Hidde nColumn"))==0%> Text ="LABEL"> </asp:Label>
<asp:DropDownLi st ID="drpInGv" runat="server" Visible = <%#Convert.ToIn t32(DataBinder. Eval(Container. DataItem,"Hidde nColumn"))==1%>... -
Conditionally Showing DropDown List in DataGrid
HI ALL
Plz Help Me.
I have a datagrid with a few colums. One column is conaining 1's or 0's.
Its like a flag column. It either has 0 or 1. Now what i need is that if any row has 1 in this column than another column named "Status" (of that row) should have a dropdown list conatining 4 items.
This column can have values Checked,NotChec ked,InProcess,P ending in the rows for which the flag column has 0's. But when... -
Image In Gridview/datagrid.
Hi all
Any body plz help me with this.
I have a gridview/datagrid in which i need to display image along with text.
its like..i dont want a seperate column to display images.
i have a cloumn "Magazines" along with 5 other columns. now when i get some new magazine in my store(i m imagining.. i dont hav a book store).. then along with the Name of the new MAGAZINE i want to append an image like this:
... -
Image In Gridview/datagrid.
Hi all
Any body plz help me with this.
I have a gridview/datagrid in which i need to display image along with text.
its like..i dont want a seperate column to display images.
i have a cloumn "Magazines" along with 5 other columns. now when i get some new magazine in my store(i m imagining.. i dont hav a book store).. then along with the Name of the new MAGAZINE i want to append an image like this:
...
No activity results to display
Show More
Leave a comment: