Edit: Oh I forgot to refresh the page!!!Code:If Not String.IsNullOrEmpty(Name1.Text) then strTmp = _ "Name1=" & """" & Name1.Text & """" & " " If Not String.IsNullOrEmpty(Name2Text) then strTmp = _ strTemp & "Name2=" & """" & Name2.Text & """" & " " If Not String.IsNullOrEmpty(Name3.Text) then strTmp = _ strTemp & "Name3=" & """" & Name3.Text & """" & " " If Not String.IsNullOrEmpty(Name4.Text) then strTmp = _ strTemp & "Name4=" & """" & Name4.Text & """" Complete.Text = strTemp




Reply With Quote