If statement in repeaters ItemTemplate
I’m using an ASP.NET Repeater to display the contents of a <table>. It looks something like this:
I’m using an ASP.NET Repeater to display the contents of a <table>. It looks something like this:
I am new to the ASP.NET i am binding one list of data object to the grid view. I want to display blank row after each record in grid view so i have done this by as below in code behind
I am using dynamic ItemTemplate for ListView which populated from database.Here is how I do when I need to display string column “Parametr” (or some other datatypes):