is it good to use : SqlDataSource
-
Is it better to use SqlDataSource in 2.0 ? Wht is ur view.... Because the power of sqldatasource is very impressive. I don't need to write any data datareader code, it can return dataset/data reader in form of dataview.... I am confuse, should i use this or not in my DAL layer. pl share your experience... Thx Amit Thx
-
Is it better to use SqlDataSource in 2.0 ? Wht is ur view.... Because the power of sqldatasource is very impressive. I don't need to write any data datareader code, it can return dataset/data reader in form of dataview.... I am confuse, should i use this or not in my DAL layer. pl share your experience... Thx Amit Thx
Yaa of cource you can use the SqlDataSource 2.0. New development is for more userfriendliness. And in the SqlDataSource 2.0 we have to do little to work. You should't use the SqlDataReader in any simple condition. naresh patel
-
Yaa of cource you can use the SqlDataSource 2.0. New development is for more userfriendliness. And in the SqlDataSource 2.0 we have to do little to work. You should't use the SqlDataReader in any simple condition. naresh patel
Thanks Naresh...Could you help me with the below query also.. Hi All I am working with SQL Datasource thru program logic. I am fine till the time my stored procedure returns single result set. I can read the dataview and the return values also. But how i can read values, if my SP return multiple result set? For exmaple Select Name from table Select webage from Table1 Any help, Amit