4
Answers

SQL changes are not reflecting on VB.et after Datasource configuration wizard

firas daw

firas daw

14y
7k
1
Hi all,

I have a strange problem that occurred with me and I am not able to solve.
I deleted a field from SQL 2000 query, then I went to my VB.net 2008 and hit the Datasource configuration wizard to update the changes, Everything was ok and I unselected the red exclamation mark which is the field I deleted, it was working fine so far.

Moreover, in the Datasource pane, the field that I deleted is no longer exists and so it doesn't exist in the Dataset designer which is correct.

HERE IS THE PROBLEM, when I drag and drop the table that I edited as a datagridview then the field I had deleted is still appearing and no errors appears until I run my program and load the form that includes this table (it is saying "Column is not found"). So How to reflect the changes I made in this case.
Note that, it is the first time this case happens with me coz I always make changes and it is wasn't an issue.
Thanks in advance

FIras Daw
Answers (4)
0
Amit Choudhary

Amit Choudhary

NA 27.7k 3m 15y
hi friend,

There is bug in Accordian control regarding Item Command.

see article below about its release and bug:

http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=16965

and also you will find the solution there. Download the accordian.cs file form this page at above link and compile it.

Hope your bug get fixes.


Please don't forget to mark the answer if it helps you.
Accepted
0
Hi,

I am also facing the same issue. (ItemCommand Event doesn't triggered).

Can anyone tell me, how can i use that accordian.cs file.

Thanks in Advance,
Radhika.
0
Sunita Tajanpure

Sunita Tajanpure

NA 12 0 15y
Thanks For The Reply,

INamingContainer worked for me
-1
Sunita Tajanpure

Sunita Tajanpure

NA 12 0 15y
Can anyone please help me? This is very important! Sad
Next Recommended Forum