Questions tagged [web-controls]

Web controls are classes that allow you to create Web server controls on a Web page

Web controls are classes that allow you to create Web server controls on a Web page. Web server controls run on the server and include form controls such as buttons and text boxes. They also include special-purpose controls such as a calendar. Because Web server controls run on the server, you can programmatically control these elements. Although Web server controls are rendered as HTML, their object model does not necessarily reflect HTML syntax.

586 questions
0
votes
2 answers

Which webcontrol should I use to list days off in a time period by Supervisor then employee

I am looking to create something that looks like this. Supervisor name Employee name 3/4/2012 sick day 3/5/2012 sick day 3/7/2012 vaction day Employee #2 name 3/6/2012 jury duty what kind of control should I be using? I have a database that…
Julie
  • 119
  • 2
  • 3
  • 13
0
votes
1 answer

Passing vs returning a (web)control?

I would like to know the difference between returning a webcontrol and passing one. I have a webcontrol which is in my aspx code. Like Then I…
Rubenisme
  • 787
  • 1
  • 8
  • 15
0
votes
2 answers

dynamically generated checkboxes' checked property appears as false, regardless of their actual state

I have an asp:Table that is populated with "products" using controls on the page (an 'add' button and a textbox for quantity). In my code behind, whenever a table item is to be added, I first create an instance of Product, set its properties, and…
dbr
  • 247
  • 2
  • 7
  • 24
0
votes
1 answer

Efficiently populating an ASP.Net Calendar control

I have an ASP.Net Calendar control that, on DayRender, loops through a list of "CalendarEvents" (one of my classes). If the day that DayRender is on is in the list of CalendarEvents, then fill that calendar cell with the details of the event. In my…
CptSupermrkt
  • 6,844
  • 12
  • 56
  • 87
0
votes
2 answers

dropdownlist button kilter ie and mozilla

I'm having problems with the dropdownlist button.. the buttons looks weird.. Here is the image: https://i.stack.imgur.com/dJTkR.jpg HTML markup: