Launches the URL Picker to allow the user to build a URL.
[Visual Basic] Function BuildURL( _ ByVal owner As Control, _ ByVal initialURL As String, _ ByVal baseURL As String, _ ByVal caption As String, _ ByVal filter As String _ ) As String [C#] string BuildURL( Control owner, string initialURL, string baseURL, string caption, string filter ); [C++] String* BuildURL( Control* owner, String* initialURL, String* baseURL, String* caption, String* filter ) = 0; [JScript] function BuildURL( owner : Control, initialURL : String, baseURL : String, caption : String, filter : String ) : String;
The return string. null if the picker was cancelled.
IWebFormsBuilderService Interface | IWebFormsBuilderService Members | System.Web.UI.Design Namespace