| Thread | Last Post | Replies |
|
| Creating SelectCommand at page load time | 02 Dec 2007 00:58 GMT | 4 |
I have a need to change the select command based on user input (dropdown lists 1 and 2). I'm using a GridView command that is tied to a SqlDataSource command as follows: <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$
|
| what is the best way to manage about 2000 database connection / mssql + asp.net | 01 Dec 2007 20:45 GMT | 4 |
Anybody knows what is the best way to manage creation 2000 of the database connections at the same time? Now Im doing it somethink like this: using ( Connection conn = Connection.Create )
|
| how to make the transition to dynamically created aspx page | 01 Dec 2007 20:17 GMT | 1 |
My question: how to make the transition to dynamically created aspx page. What can advise. http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Repeater control | 01 Dec 2007 18:38 GMT | 1 |
I have a web form that use the Repeater control on it. Here is what the code snippet looks like: <table class="collector" style="width: 870px"> <asp:repeater id="repeaterItems" runat="server">
|
| Caching Output HTML | 01 Dec 2007 17:10 GMT | 3 |
Just wondering what it would take to cache a copy of the output HTML from a dynamically constructed aspx page before it is sent to the browser. Reason being: the page is constructed of a few user controls, each of which queries a SQL Server database for their content. The content ...
|
| Connections strings being automatically created? | 01 Dec 2007 13:57 GMT | 2 |
I'm getting a little confused here. I'm creating a demo in ASP.Net 2.0. I've had to shift databases a couple of times and apparently Visual Studio is automatically adding new connection strings. I'm a bit new to 2.0, so what's the best way to keep everything in the
|
| Error: "Column 'InvariantName' is constrained to be unique. Value 'MySql.Data.MySqlClient' is already present." | 01 Dec 2007 13:27 GMT | 1 |
I am using ASP.Net 2.0 with the MySQL Connector .Net 5.1.2.2. I added these lines to the web.config to make the connector.net able to handle the SqlConnection object (and so to bind it to a grinview/formview etc.):
|
| Does anybody know of a good site listing Javascript/JScript equivelants? | 01 Dec 2007 03:52 GMT | 5 |
I am looking for a reference that lists the equivelant JavaScript/JScript properties (for example, it took me a while to find that event.x/event.y were the IE equivelant of event.layerX/event.layerY). If anybody knows a good site that lists the corresponding properties between ...
|