Questions tagged [custom-control]

5 questions
4
votes
4 answers

Is there any difference between Custom Control and User Control in .NET

As stated in the question, is there any difference in the meaning of the two as applied to the Controls of .NET. Or are they alias of one another?
Shamim Hafiz - MSFT
  • 4,123
  • 7
  • 38
  • 46
3
votes
3 answers

Should custom data elements be stored as XML or database entries?

There are a ton of questions like this, but they are mostly very generalized, so I'd like to get some views on my specific usage. General: I'm building a new project on my own in Django. It's focus will be on small businesses. I'd like to make it…
meteorainer
  • 171
  • 3
3
votes
2 answers

What should a GetSelectedIndex method return when no rows are selected

I'm creating a UI table component that returns an array of selected indices. Some typical return values would be var myRetVal1 = [0];//one value selected var myRetVal2 = [0,1,2,3,8,11];//multiple value selected as you can see I'm always returning…
Brandon Boone
  • 283
  • 2
  • 7
2
votes
1 answer

Best Practice of making a Composite Control with a repeater activity

Best Practice of making a Composite Control with a repeater activity It's Templated-Based, have paging support via a DropDown and 2 Buttons It should have Event-Handling also Needed to work as a package for ( so didn't want to give…
Kasrak
  • 133
  • 6
2
votes
4 answers

how to create a new "Custom Conditional Statement" in programming language

Is it possible to create a new "Custom Conditional Statement" in java. Here i am planning to create a new custom component for the switch statement to give better performance. The custom Switch control which i am planning to create will have only…
Dinesh Kumar
  • 297
  • 1
  • 2
  • 6