Does ASP.Net treat empty controls as NULL or zero length strings?

  • Thread starter Thread starter Randall Parker
  • Start date Start date
R

Randall Parker

In places where ASP.Net does the handling of controls for you does it treat controls
as null or as zero length strings?
 
An ASP.Net Control is a class instance. It can never be a string. Perhaps
you should rephrase your question. TIP: The better and more the information
you provide to us, the more likely you are to get good information FROM us.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top