473,386 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How do I debug this Datagrid?

I am having almost constant problems with these bound Datagrids in my VB.NET
Web Forms app.
I got one working just fine but this last one is just a killer. Right when I
pass back my dataset and call the update method (from doing an update on the
grid), it bombs with that rediculously generic SQL error (BIG HELP MS!!).

How do I debug this thing? I took all of the contraints off the table. I
made sure that I am sending back the exact same parameters (in the same
ordinal position) as to update as are in my select (same datatypes). I check
each item in the immediate window no nulls or odd data. I am putting the
name of the Dataset table in the update method: Dataset.Update(MyDataSet,
"MyTableName"), What gives???

You know if MS wants us to use these bound controls they are going to have
to make things a little more straight forward.
Jul 21 '05 #1
0 971

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Iain | last post by:
I've an application I've been working on for some time which has a Windows Forms User interface, a set of 'business object' classes and interacts with a SQL Server database and some Legacy COM...
3
by: SStory | last post by:
2 questions. I have two XPPro boxes. One has VS2003 Pro installed. The other box has IIS and MSDE installed. 1.) What do I do to make the IIS on this 2nd machine ready for .NET and...
0
by: JIM.H. | last post by:
Hello, After this two lines, how can I check which records available in the dataset in the debug mode? sqlDataAdapter1.Fill(dataSet11); dataView = dataSet11.Tables.DefaultView; I was using GUI...
0
by: | last post by:
if you're getting a sql error then the error occured on the SQL side and not in the grid or dataset. use sql profiler to capture the sql statement. paste it into query analyzer and debug the...
8
by: ST | last post by:
Hello everyone, Can anyone help me with this error above when I debug my web app project in vstudio.net?? I can't figure it out! It was working fine for months, and now all of a sudden it's not!!...
9
by: Brett Romero | last post by:
When I create this table and add it to my DataGrid (framework v1.1), the TableStyle works fine: DataTable dt = new DataTable(); DataColumn dc = new DataColumn("AreaCode"); DataColumn dctwo =...
2
by: Doru Roman | last post by:
Hi, I try to debug a program. Even though the condition is true (I added the dgDobs == cmbSearch.SelectedValue to the Watch List and it evaluates to TRUE) it runs to the False branch. ...
2
by: neocarl | last post by:
Hi, I am fairly new to VB.net and ADO.net. I am having a problem when Connecting the database to to website i am creating with vb.net. Basically The final step I did was create the datagrid, so...
1
by: traptiatoz | last post by:
I am using Asynchronous delegates and callbacks in a C# application. Using BeginInvoke() I am calling a function (finds valid item) that returns a list of items in the EndInvoke(). While executing...
8
by: Jothishankar | last post by:
Hi, I am new to c#. I am trying to build an application that does backup of files to an external hard disk. My application behaves strangely. When i run the application under debug mode (F5),...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.