Click here to Skip to main content
15,922,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ListBox Multiple Selection Pin
ToddHileHoffer6-Jul-07 5:37
ToddHileHoffer6-Jul-07 5:37 
QuestionLog-in Datareader problem Pin
munklefish6-Jul-07 4:16
munklefish6-Jul-07 4:16 
AnswerRe: Log-in Datareader problem Pin
sathesh pandian6-Jul-07 4:45
sathesh pandian6-Jul-07 4:45 
GeneralRe: Log-in Datareader problem Pin
Not Active6-Jul-07 7:57
mentorNot Active6-Jul-07 7:57 
AnswerRe: Log-in Datareader problem Pin
kubben6-Jul-07 4:48
kubben6-Jul-07 4:48 
AnswerRe: Log-in Datareader problem Pin
Not Active6-Jul-07 8:01
mentorNot Active6-Jul-07 8:01 
Questionselect specific column from datatable Pin
playout6-Jul-07 4:15
playout6-Jul-07 4:15 
AnswerRe: select specific column from datatable Pin
kubben6-Jul-07 4:41
kubben6-Jul-07 4:41 
I would try this:

I am assuming you are using vb.net
Dim dt DataTable = firstDataTable.Clone()

'This removes EmployeeID
dt.Columns.RemoveAt(0)
'This removes EmployeeSurname
dt.Columns.RemoveAt(1)
'This removes EmployeeSickLeaveDate
dt.Columns.RemoveAt(1)

So now you have a new dataTable with only one column.

Hope that helps.
Ben
GeneralRe: select specific column from datatable Pin
playout6-Jul-07 6:19
playout6-Jul-07 6:19 
GeneralRe: select specific column from datatable Pin
Not Active6-Jul-07 8:03
mentorNot Active6-Jul-07 8:03 
AnswerRe: select specific column from datatable Pin
Not Active6-Jul-07 8:08
mentorNot Active6-Jul-07 8:08 
QuestionHow to add events to exec time rendered controls? Pin
Leistath6-Jul-07 4:00
Leistath6-Jul-07 4:00 
AnswerRe: How to add events to exec time rendered controls? Pin
ToddHileHoffer6-Jul-07 4:45
ToddHileHoffer6-Jul-07 4:45 
GeneralRe: How to add events to exec time rendered controls? Pin
Leistath6-Jul-07 7:17
Leistath6-Jul-07 7:17 
AnswerRe: How to add events to exec time rendered controls? Pin
sathesh pandian6-Jul-07 4:57
sathesh pandian6-Jul-07 4:57 
GeneralRe: How to add events to exec time rendered controls? Pin
Leistath6-Jul-07 7:20
Leistath6-Jul-07 7:20 
Questionadd header after each 15 Records Pin
Bajrang Singh6-Jul-07 3:03
Bajrang Singh6-Jul-07 3:03 
QuestionImage size checking Pin
Icarus1236-Jul-07 2:24
Icarus1236-Jul-07 2:24 
AnswerRe: Image size checking Pin
Tarik Guney6-Jul-07 5:18
Tarik Guney6-Jul-07 5:18 
GeneralRe: Image size checking Pin
Bajrang Singh6-Jul-07 20:51
Bajrang Singh6-Jul-07 20:51 
QuestionMessage box Pin
Archana New to Dotnet6-Jul-07 2:16
Archana New to Dotnet6-Jul-07 2:16 
AnswerRe: Message box Pin
Sathesh Sakthivel6-Jul-07 2:18
Sathesh Sakthivel6-Jul-07 2:18 
AnswerRe: Message box Pin
Sonia Gupta6-Jul-07 2:21
Sonia Gupta6-Jul-07 2:21 
AnswerRe: Message box Pin
kubben6-Jul-07 2:47
kubben6-Jul-07 2:47 
GeneralRe: Message box Pin
Archana New to Dotnet6-Jul-07 4:26
Archana New to Dotnet6-Jul-07 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.