Questions tagged [asprepeater]

Use it for displaying a repeated list of items that creates a connection between data source and user interface.

A Repeater has five templates to format it from data source:

  • HeaderTemplate --> Displays header text and applies different styles.
  • AlternatingTemplates --> Changes the style if items are changing on data binding.
  • ItemTemplate --> Displays items when it's not in header of footer mode.
  • SeparatorTemplate --> It separates items using <br> tags.
  • FooterTemplate --> Displays footer text and applies different formatting.
212 questions
-2
votes
1 answer

Why the SQL command is not executing

I have the following code in my C# code-behind page to execute on button press: String cString; SqlConnection Conn; protected void Page_Load(object sender, EventArgs e) { cString = "Data Source=server;Initial Catalog=database;User…
SearchForKnowledge
  • 3,663
  • 9
  • 49
  • 122
-2
votes
2 answers

asp.net calling javascript / jquery whilst passing div components in repeater

I'm trying to pass two div components to a javascript function like this: