Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~7K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for slaith

k we're working on a billing system Currently I am working on the categories module. Here's the thing: I need a dynamically changing UI. So the user can add categories, delete them and teh UI would accordingly add or remove controls automatically. I used DataGridView, but since the fetching and …

Member Avatar for slaith
0
138
Member Avatar for vishalrane

I've never liked using datasets and stuff. Not comfortable with automated things. maybe I am backward in code.. You could try direct SQL results and manually set the fields [CODE] Private Sub ListBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged dbSource = "Data Source=xx-B4C521B850\SQLEXPRESS;Initial Catalog=TT;Integrated Security=True" Dim db_command …

Member Avatar for saj_amo
0
6K
Member Avatar for jayawant.sawant

Now, without seeing your code, I cannot give you the solution code. What I don't understand is: why would you write something into file and delete it? I can't be sure(without seeing your code)but what the problem maybe is: you are not releasing the file handle before deleting it. i.e …

Member Avatar for slaith
0
248
Member Avatar for cmis

Set a flag to zero, iterate over every row and check if it is set to yes, if it is, set the flag to one or boolean.true and exit

Member Avatar for slaith
0
174

The End.