hi,
i have a parameter its name is namesurname.its datasource is employees which
select command text is ="SELECT DISTINCT EMPID, NAME + ' ' + SURNAME AS NAMESURNAME, BRANCHID
FROM EMPLOYEES
WHERE (BRANCHID = @BRANCHID)"
its display text and value is both NAMESURNAME
how can i assign branchid(Guid) value from session while on pageload?
i have a parameter its name is namesurname.its datasource is employees which
select command text is ="SELECT DISTINCT EMPID, NAME + ' ' + SURNAME AS NAMESURNAME, BRANCHID
FROM EMPLOYEES
WHERE (BRANCHID = @BRANCHID)"
its display text and value is both NAMESURNAME
how can i assign branchid(Guid) value from session while on pageload?