sqldatasource
Using SQLDataReader with SQLDataSource and controls' values on page
I have a search engine that uses a SqlDataSource control in ASP.NET which gets data from a stored procedure with parameters. I get the parameters from default values and controls on the page, so the u[详细]
2023-03-27 16:31 分类:问答How do I sort my sqldatasource records in a particular way
I have my SqlDataSource control. It basically has UpdateCommand and SelectCommand. My gridview is bound to this sqldatasource control. My SelectCommand is:[详细]
2023-03-27 14:17 分类:问答How to sanitize a query string when used with a databound repeater control?
Given the following URL: domain.com/page.aspx?id=123 How can I sanitize that query string value when it is used on a Databound Control such as a repeaters SqlDataSource?[详细]
2023-03-26 20:40 分类:问答Is SqlDataSource can be shared across different aspx page?
as开发者_StackOverflow中文版 the title said is SqlDataSource can be shared across different aspx page?[详细]
2023-03-26 19:32 分类:问答can't display an image from database in listview
I\'m trying to display an avatar of user that wrote a comment. I\'m using listview to display \"comment, date, username and imageAvatar\", but can\'t figure out what a problem..[详细]
2023-03-26 07:11 分类:问答SqlDataSource parameters are null on insert/update
I have an SqlDataSource attached to a FormView which is used for inserting/updating, which used to work perfectlly - but now all of a sudden, none of the parameters are inserted into the row (the row[详细]
2023-03-25 17:47 分类:问答Can I use connection pooling with SQLDatasource?
After reading documentation 开发者_StackOverflow中文版about Connection Pooling, I learned that ADO.NET uses Connection pooling by default. But the application that I am working with using SQLDatasourc[详细]
2023-03-25 04:32 分类:问答How can I access access fields from a SqlDataSource in a ListBox within a DetailsView?
I\'ve got a ListBox within a DetailsView, each having a different (Sql)DataSource: <asp:DetailsView ID=\"dvwSomeDetailsView\" DataSourceID=\"sdsSomeDetailsView\" runat=\"server\" ...[详细]
2023-03-23 11:06 分类:问答SQLDataSource inside an ASPxGridView - inject data through Eval()
I have an ASPX GridView with a DetailsRow which I need to display some information on the expanded row, as well as an opportunity to add some data. My problem right now is SELECT\'ing the right data w[详细]
2023-03-22 19:24 分类:问答Gridview row updating error
I have a gridview and have modified it following this article: http://msdn.microsoft.com/en-us/library/aa992036.aspx#Y3473[详细]
2023-03-22 14:59 分类:问答