thaisold

Stories submitted by thaisold

Ebay Platform Notification Listener Web Service VB.NET and the EBAY (vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 3 months ago

Adding an ebay notification listener using VB.NET 2005 to your project for use with the ebay developer sdk for .net read more...

add a comment |category: |Views: 145

tags: another

The client disconnected(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 3 months ago

tells you why and what to do with the error The client disconnected in asp.net read more...

add a comment |category: |Views: 150

tags: another

This row already belongs to another table Error(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 4 months ago

This is an ugly error, anytime you try to add a row to a datatable that come from a different datatable. read more...

add a comment |category: |Views: 53

tags: another

How to setfocus on the logincontrol in asp.net vb.net(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 4 months ago

Having difficulty setting the focus on the login control, it's easier than I thought. read more...

add a comment |category: |Views: 8

tags: another

How to use globalresources change the sites languages(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 4 months ago

This is a simple and quick post showing how to quickly get your site up and running in two or more languages using the globalresources in vb.net read more...

add a comment |category: |Views: 12

tags: another

How to copy delete move a file using VB.NET(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 4 months ago

Shows you how to copy delete and move files using vb.net easy to use reference page. read more...

add a comment |category: |Views: 36

tags: another

The SQL Server Service Broker for the current database is not enabled(sqlblog.net)

submitted by thaisoldthaisold(160) 3 years, 5 months ago

Are you having troubles accessing your SQL server database withthe problem "The SQL Server Service Broker for the current database is not enabled" I couldn't believe how simple the solution was. read more...

add a comment |category: |Views: 98

tags: another

Custom List Box Control with DblClick for Click and Double Click Event(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 9 months ago

Great example of how to extend the listbox control to have click and dblclick events. read more...

add a comment |category: |Views: 238

tags: another

Creating a Custom Control UI Container Extending the power of Panel(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 9 months ago

How to extend the power of a panel but creating a custom control container. very useful if you need to drop multiple UI elements on a page and have a consistant look and feal. read more...

add a comment |category: |Views: 86

tags: another

Adding an Icon to your webpage(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 9 months ago

How to add an icon to your web page browser window. read more...

add a comment |category: |Views: 14

tags: another

Versioning and Creating Branches in VSS Visual source safe 6.0(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 10 months ago

This is a great article about how to quickly and easily version your code using VSS version 6.0 read more...

add a comment |category: |Views: 44

tags: another

Starting WF in ASP.NET Global ASAX File(wfblogger.net)

submitted by thaisoldthaisold(160) 3 years, 10 months ago

shows the ASAX file for using WF in an asp.net application read more...

add a comment |category: |Views: 43

tags: another

Adding a zip file utility to SQL server as a CLR Function(sqlblog.net)

submitted by thaisoldthaisold(160) 3 years, 10 months ago

How to zip files using a CLR function for SQL Server. read more...

add a comment |category: |Views: 32

tags: another

Interview Test for ASP.NET(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 10 months ago

There is a good project and test for those who want to test the user, it took me 30min. read more...

1 comment |category: |Views: 153

tags: another

Emailing using VB.NET and the system.net namespace(vbdork.net)

submitted by thaisoldthaisold(160) 3 years, 10 months ago

How to send an email using vb.net and the system.net namespace read more...

add a comment |category: |Views: 3

tags: another

Setting Up an alias name for connecting to SQL server(sqlblog.net)

submitted by thaisoldthaisold(160) 3 years, 10 months ago

Shows you the steps you need to take to setup an alias for a sql server instance on windows server (or desktop). read more...

add a comment |category: |Views: 20

tags: another