hi..good day to all..
i want to ask..
i have a page "coverletter.aspx"..
in the page_load, i would like to check whether the surveyID contains any cover letter or not..if there is any, i wanted to load the cover letter and display into textbox letter.text...else..i want to load the default value of coverletter into letter.text
my data in table Survey=SurveyID,SurveyTitle,SurveyDescription,DateCreated,coverletter.
should i use executescalar?
please help..