Interview Question in Asp.net 2.0


 

Interview Question :: How can i select a specific attribute from a view in mssql.if i write select ... than its ok

i have created a view in mssql. i want to select specific attributes from that view. when i write (select *.. where...) then i get all the attributes. but when i write (select [specific attribute]..) then i got an error message.i am using ASP.NET 2.0 with C#. please somebody help me. thanks.....Robin
by ksk