Hi,
I have developed many sites in php and use url re-writes a lot.
I'm just starting out on a new site in vb.net 2.0.
Is it possible to perform url re-writes using this language?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22847...
Hi,
I'm after some ideas or advice.
I'm starting a new site and have done it in vb.net 2.0 to try and get some exprience in it.
I have been looking at the new treeview control.
Do you t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22870...
Hello All,
I want to create a Tree with Nodes on it (that also have sub nodes to infinity) using VB.Net. I have got to this stage:-
Sub FillOptions()
Dim sqlCmd As SqlClient.SqlComm...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_22917167.html
Hello,
I have created a VB.Net Shared Add-In for Word2000 which works great on Word2000 on my machine (where it was developed). It also works on a few other machines in my office. However, it w...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22993...
I'm having a bit of a dull moment....mental block.
I have the following at the top of my page....
Imports Microsoft.VisualBasic
Imports System.Data
Imports System.Data.SqlClient
Publ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23056940.html
I have a data table dt.
I have 16 dropdowns on a page.
I want to bind this datatable to each of the dropdowns but want to do it in some sort of loop rather than having 16 of:
ddPlayer1.DataS...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23076441.html
I HAVE THE FOLLOWING CODE.
WHAT I WANT TO KNOW IS HOW I CAN GET ACCESS TO THE OUTPUT PARAMTER THAT WAS PASSED IN.
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23083461.html
Hi,
Need Function to enable and disable tabpage in vb.net 2.0.
Or any other method other than writing a class is welcome..
Cheers.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23083...
HI,
I have a treeview controll which has a hirerchary as shown below
Parent
I--Child1
I---Subchild1.1
I---Subchild1.2
I---Subchild1.3
I--Child2
I--Child3
I--C...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23089460.htm...
I have the following list:
Private _shipDecks As New List(Of Cruise.CruiseDeck)
my cruise.cruisedeck objects have some properties.
I want to bind this list to a dropdown, using one property ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23089747.html