Just wondering if anyone can suggest a way to better implement what I am doing with the following markup?
I develop a table in sql server 2008 Table is as follow Table name: tbqst(tablequestion) Columns: qstcod(question code)
I have a complicated class which is something like: public class Person { public int Pid; IList<Address> Addressess;
Basically the question is: how do i get the ImageID from a repeater so that i can pass it with a query string on button click?
I have a regular html anchor link that is bound to an Id column.I want to loop through the repeater and get the value of the Id column, but can\'t figure out how.I have some code below my repeater mar
I have a property in my code that sends back the information in a usercontrol that is a repeater. rptOwners is the repeater I am using. The information inside the repeater has to be parsed manually to
I have a repeater on my page which I use to display a list of search results. My issue is that the page keeps throwing me a
I\'m not sure if this is the best way to go about this but I\'m trying to show some search results using a repeater control. The query is written in the code behind page and i cant figure out how to b
I use C# asp.net4. I have a method to populate a Repeater with Anonymous Types (Fields: Title, CategoryId), inside the Repeater I also placed a Label:
I want to using two dataSources with repeater. One is binded to dataSource property so my question is is that possible to f.ex. to also repeat some array of string as public p开发者_Python百科roperty?