Hi all,<br>I am trying to create a welcome screen after the user signs in.<br>I am trying to say " welcome to #UserName# ".<br>And it is giving this error.<br>Hope someone can help me on this.<br>Thanks in advance<br>Praveen<br><br>My code is:<br><CFQUERY NAME="GetSeller" DATASOURCE="PostYourHome"><br> Select * from Sellers where UserName ='#UserName#' <br></CFQUERY><br> <br> <cfoutput> #Seller.SellerFirstName# Welcome back to another session. </cfoutput><br><br><br><br>Error is:<br>An error occurred while evaluating the expression: <br>#UserName#<br>Error near line 10, column 43.<br>Error resolving parameter USERNAME<br>ColdFusion was unable to determine the value of the parameter. This problem is very likely due to the fact that either: <br>You have misspelled the parameter name, or <br>You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.<br><br>The error occurred while processing an element with a general identifier of (#UserName#), occupying document position (10:42) to (10:51).<br><br><br>