all groups > dotnet datatools > november 2005
datatable and binding
Posted by Bill Angus at 11/30/2005 1:51:12 PM
Using vb2005 and dotnet2, I have a RichTextbox control which is bound to =
a datasource. The binding works fine for manual editing. But I also want =
to modify the data programmatically... i.e. I want to strip some =
characters out of a text field with the following ...=20
rtbDescription.Text.R... more >>
SQL 2005 Server doesn't appear in VS 2005 Add Connection Combo Box
Posted by Mark Patterson at 11/30/2005 5:57:01 AM
After installing VS 2005 (Std.) and SQL Server 2005 (Std.) when I attempt to
add a new connection to the newly installed SQL 2005 Server (Default
Instance--machine name) does not appear in Server Name combo box list on the
Add Connection dialogue.
I CAN add a new connection if I type the na... more >>
SQLTransactions
Posted by Matt at 11/17/2005 1:01:03 PM
I have several sqltransactions that I start and either Commit or Rollback
under certain conditions after some heavy processing. Working fine, no
problems. However, in the case of an unhandled exception, I always need to
make sure my catch statement performs a rollback of any pending transact... more >>
no oracle in Database Explorer in VS 2005 express
Posted by Elhanan at 11/16/2005 9:20:00 AM
hi..
is there a way i can connect to oracle in VS 2005 Database explorer?
... more >>
ASPNET User
Posted by Andrew Chalk at 11/16/2005 3:54:04 AM
My application attempts to connect to an SQL Server database as name ASPNET
and Login Name SERVERNAME/ASPNET in response to these commands:
SqlConnection myConnection = new SqlConnection("Data Source=(local);Initial
Catalog=MCSCRE;Integrated Security=SSPI");
myConnection.Open();
However, ... more >>
Can't install VS2003 EA
Posted by Bob at 11/11/2005 7:17:13 AM
1. Installed Office 2003 Professional
2. Installed System Works
3. Attempted to install VS2003 EA. I get an error stating that setup has
detected another program that requires the computer to reboot. After 5
reboots/try install again failures I gave up.
4. Attempted to install SQL Server 200... more >>
Fill method throws exception on some computers but not others
Posted by adsfss NO[at]SPAM gmail.com at 11/8/2005 7:30:23 AM
Any reason why the fill method would throw an exception on some
computers but not others? I'm writing a simple program than accesses a
mdb database file. The program connects to a database, reads from a
table, and then reads from a query. The program throws an exception
when reading from the que... more >>
crystal reports 8.5 in visual studio .net 1.1
Posted by Wendy Elizabeth at 11/7/2005 1:21:30 AM
I am working with Visual Studion.NET 1.1 that has crytal reports 8.5 bundled
into the IDE. I want to be able to use the "report alert option" that crystal
report 8.5
is suppose to have.l This report alert can be used to send people an email
message when a certain condition is located. I can ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Extract record amoung large file
Posted by hrajabi at 11/6/2005 7:13:18 AM
Hi every one,
i want to extract 700 records from 30,000 records ,
pleas help me ,what should i do????
--
hrajab
-----------------------------------------------------------------------
hrajabi's Profile: http://www.hightechtalks.com/m20
View this thread: http://www.hightechtalks.com/t227849... more >>
datagrid
Posted by Dmitry Akselrod at 11/4/2005 7:04:26 PM
Hi,
I am using a standard .NET 1.0 Datagrid. Actually, I am using two, bound to
a master-detail relationship. Both DataGrids are bound to a datasource. I
have the MSDN version of the DateTime picker functioning quite well in the
datagrid. I am also tracking a double-click event within ano... more >>
Repeating horizontally
Posted by Owen Blacker at 11/4/2005 11:25:24 AM
Bear with me, this query isn't fun.
I'm building an e-commerce site and the Information Architecture for
the
Product Comparison page requires repeating horizontally:
+----------+--------------+--------------+--------------+--------------+
| | [Image] | [Image] | [I... more >>
Web Solution Localhost Connection
Posted by Marvin at 11/4/2005 8:10:24 AM
I’m trying to develop a Visual Basic website application with Visual Studio
..Net 2003 that connects to a database. For development, I’m using the IIS
localhost server on my (Windows XP Pro OS) PC for viewing the .aspx files.
I’m trying to connect to a Microsoft Access database located i... more >>
Invalid Cast in Custom DataGridTemplate
Posted by simonrigby_uk NO[at]SPAM hotmail.com at 11/3/2005 8:06:14 AM
Hi folks,
I am trying to create a custom tenmplate for a web based DataGrid.
Code here >
public class ShopListImageTemplate : ITemplate{
public void InstantiateIn(Control container) {
Image img = new Image();
img.DataBinding += new EventHandler(this.BindImage);
container.Controls.Add(... more >>
|