Tagged Questions
The system.web.ui.webcontrols tag has no wiki summary.
2
votes
1answer
1k views
Add row dynamically to table in ASP.NET?
I'm trying to add rows dynamically to a System.Web.UI.WebControls.Table control in ASP.NET. I found some sample code that does what I'm seeking, but it only adds a single row.
It seems like the ...
1
vote
2answers
282 views
How to enable ajax when deriving from System.Web.UI.WebControls.WebControl on controls that are created inside WebControl
I've built a class that derives from System.Web.UI.WebControl. It basically renders pagination links (same as what you see on top of GridView when enabled) for use above a repeater.
I'm creating some ...
0
votes
1answer
319 views
Listview reference in a class library
I'm trying to access the ListView class from System.Web.UI.WebControls in my class library.
So I added a reference to System.Web and expected it to then show up but unfortunately it didn't. Now I can ...