Forum: VB.NET Apr 1st, 2006 |
| Replies: 1 Views: 13,616 Just wanted to post an update:
I still don't really know why this was happening, but to "fix" it, I ended up doing a "Try...Catch...End Try", and having nothing if it caught an error. That was... |
Forum: VB.NET Feb 14th, 2006 |
| Replies: 1 Views: 6,736 Derrrr, I found some old C# code I used in another project, I'm hoping to try it tonight after work. I think this might work?
// Add blank option
ddlDepartment.Items.Insert(0, new ListItem("",... |
Forum: VB.NET Feb 13th, 2006 |
| Replies: 2 Views: 3,916 Doesn't Access have some sort of limit on concurrent usage or something? It seems like I remember it not liking to be used in a true "multi user client-server" setup. Do you know if when it gets... |
Forum: VB.NET Feb 13th, 2006 |
| Replies: 1 Views: 13,616 :-) Here's another one that's bugging me.....again in VB.NET 2005 and windows forms.
After selecting an account from a dropdownlist, I am populating a datagrid with items that correspond to that... |
Forum: VB.NET Feb 13th, 2006 |
| Replies: 1 Views: 6,736 I know this is probably a basic question, but I'm stuck and can't seem to figure it out :-/
This is in VB.NET 2005 and I'm making a windows forms app. I'm filling a DataTable from a SQL... |
Forum: VB.NET Feb 9th, 2006 |
| Replies: 2 Views: 3,027 Thank you for the reply! It's starting to come back to me, and that's pretty much how I set things up - the login form starts, tries to connect, and if successful it loads the main form, otherwise... |
Forum: VB.NET Feb 4th, 2006 |
| Replies: 2 Views: 3,027 I'm working on a side project/consulting job for my former employer...basically I want to recreate an app I did in VB6 using VB2005. It's a simple app, but it was built when I was less experienced,... |