| Visual Basic (Declaration) | |
|---|---|
Public Sub RegisterStartupScript( _ ByVal control As Control, _ ByVal type As Type, _ ByVal key As String, _ ByVal script As String, _ ByVal addStartupTags As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void RegisterStartupScript( Control control, Type type, string key, string script, bool addStartupTags ) | |
Parameters
- control
- type
- key
- script
- addStartupTags