When adding a gridview to a page, setting datasource/connectionstring, selectstatement and all, it is working nicely, even with paging, getting data out of a ms sql 2005 db. But a lot of things see...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Delphi.net/Q_23073770....
For various reasons I initialize datetime fields in a SQL 2005 table to 0 instead of NULL, meaning the fields will show something like '1900-01-01' in a gridview with AutoGeneratedFields.
To ge...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Delphi.net/Q_23077696....
Can someone show me the trick of populating a empty treeview menu in code (in the Page_load procedure).
say I have 6 strings with a menutext, and 6 strings with a url, and I want to make a treevi...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Delphi.net/Q_23078126....
Instead of adding various validators to individual fields on the webpages, I am looking for at more general "Modified" variable, or information telling me, at the roundtrip to the server, that data...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Delphi.net/Q_23191769....
I have a gridview on screen, populated with SQL data, after the user has written a SQL statement and pusched a button, to ftech data from the database. The SqlDatasource and the Gridview on screen ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23226335.html
In winforms 'textbox1.selectall;' will "select" the text making it blue, and ready to be deletd by the touch of a key.
In Asp.Net there is no properties or methods to support this. SelLength, Se...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23345494.html