i have create a function in pubs data base create function show(@temp varchar(11)) returns table return(select *from author where au_id=@temp) now i wants to access this function from aspx page using c# please give me an applicable answer so that i will satisfied thanks regards (manoj bhatt)