.NET FAQs Unleashed!
 
    
    

How to create a new unique ID for a control?

ControlName.ID = “ControlName” + Guid.NewGuid().ToString();



More Interview Questions...