Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Creating SelectCommand at page load time02 Dec 2007 00:58 GMT4
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.net01 Dec 2007 20:45 GMT4
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 page01 Dec 2007 20:17 GMT1
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 control01 Dec 2007 18:38 GMT1
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 HTML01 Dec 2007 17:10 GMT3
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 GMT2
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 GMT1
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 GMT5
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 ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.