Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionList of NT Users ina Domain Pin
Bob Zagars17-Jan-06 4:26
Bob Zagars17-Jan-06 4:26 
QuestionUnable to destroy COM object Pin
rudy.net17-Jan-06 4:03
rudy.net17-Jan-06 4:03 
QuestionAuto Video format detection Pin
amitmores17-Jan-06 3:58
amitmores17-Jan-06 3:58 
AnswerRe: Auto Video format detection Pin
jszpila17-Jan-06 10:57
jszpila17-Jan-06 10:57 
QuestionHow do I remove Excel from memory Pin
directred17-Jan-06 3:53
directred17-Jan-06 3:53 
AnswerRe: How do I remove Excel from memory Pin
Eric Dahlvang17-Jan-06 6:33
Eric Dahlvang17-Jan-06 6:33 
QuestionAccessing a Datagrid........ Pin
daviiie17-Jan-06 3:38
daviiie17-Jan-06 3:38 
AnswerRe: Accessing a Datagrid........ Pin
jszpila17-Jan-06 11:07
jszpila17-Jan-06 11:07 
You're going to have to manually layout (at least certain parts of) your datagrid using template columns item templates, and turn off AutoGenerateColumns in the properties of the datagrid (if it's on).

A short example would be something like this (inside the html or your datagrid):

<asp:TemplateColumn HeaderText="Link">
<ItemTemplate>
<a href='<%# Container.DataItem("LinkURL") %>'><%# Container.DataItem("LinkName")%></a>
</ItemTemplate>
</asp:TemplateColumn>


Note that LinkName and LinkURL are the names of the fields you're using in your SQL select statement.

Something along those lines should work.

-------------------
abort, retry, fail?
QuestionNeed to connect to sqlserver... Pin
y_mmohd17-Jan-06 3:19
y_mmohd17-Jan-06 3:19 
AnswerRe: Need to connect to sqlserver... Pin
Guffa17-Jan-06 4:18
Guffa17-Jan-06 4:18 
GeneralRe: Need to connect to sqlserver... Pin
y_mmohd17-Jan-06 19:40
y_mmohd17-Jan-06 19:40 
Questiondetect USB cable connected to USB port??? Pin
Sushmadm17-Jan-06 0:37
Sushmadm17-Jan-06 0:37 
AnswerRe: detect USB cable connected to USB port??? Pin
Dave Kreskowiak17-Jan-06 5:17
mveDave Kreskowiak17-Jan-06 5:17 
GeneralRe: detect USB cable connected to USB port??? Pin
Sushmadm17-Jan-06 18:22
Sushmadm17-Jan-06 18:22 
GeneralRe: detect USB cable connected to USB port??? Pin
Dave Kreskowiak18-Jan-06 2:28
mveDave Kreskowiak18-Jan-06 2:28 
Questionsqlcommand object Pin
skippydog17-Jan-06 0:32
skippydog17-Jan-06 0:32 
AnswerRe: sqlcommand object Pin
Colin Angus Mackay17-Jan-06 2:14
Colin Angus Mackay17-Jan-06 2:14 
GeneralRe: sqlcommand object Pin
skippydog17-Jan-06 4:19
skippydog17-Jan-06 4:19 
GeneralRe: sqlcommand object Pin
Colin Angus Mackay17-Jan-06 4:57
Colin Angus Mackay17-Jan-06 4:57 
QuestionHow to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali16-Jan-06 23:11
Iftikhar Ali16-Jan-06 23:11 
AnswerRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus17-Jan-06 9:22
protectorChristian Graus17-Jan-06 9:22 
QuestionRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali17-Jan-06 20:50
Iftikhar Ali17-Jan-06 20:50 
AnswerRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus18-Jan-06 8:55
protectorChristian Graus18-Jan-06 8:55 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali19-Jan-06 2:49
Iftikhar Ali19-Jan-06 2:49 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus19-Jan-06 8:54
protectorChristian Graus19-Jan-06 8:54 

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.