Click here to Skip to main content
15,905,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Master Page Postback Pin
ha_haseebahmad30-May-07 19:59
ha_haseebahmad30-May-07 19:59 
GeneralRe: Master Page Postback Pin
Christian Graus30-May-07 20:13
protectorChristian Graus30-May-07 20:13 
AnswerRe: Master Page Postback Pin
Nouman Bhatti31-May-07 2:42
Nouman Bhatti31-May-07 2:42 
QuestionHow to register a webuser control in Server Pin
nareshss30-May-07 17:42
nareshss30-May-07 17:42 
Questionpassing a value to web user control Pin
firestoper30-May-07 17:02
firestoper30-May-07 17:02 
AnswerRe: passing a value to web user control Pin
Not Active30-May-07 17:10
mentorNot Active30-May-07 17:10 
Questiongridview with multiple links Pin
2cool230-May-07 13:17
2cool230-May-07 13:17 
AnswerRe: gridview with multiple links Pin
doWhileSomething30-May-07 15:00
doWhileSomething30-May-07 15:00 
How are you populating the gridview?

If you create your own business object/logic you can bind your gridview fields to this object.

If you do this, you can then build each of the inner objects how you want. e.g. concatenate multiple links into one string object then your grid will display the data as such.

So, if you had either a table with multiple link fields or using joins in your sql statement/procedure you could populate the given object by using multiple fields.

objlinks = "<b>Heading</b><br /> <a href='#'>Link 1</a> <a href='#'> Link 2 </a>"


Hope this helps



My Personal Site
GeneralRe: gridview with multiple links Pin
Not Active30-May-07 17:08
mentorNot Active30-May-07 17:08 
GeneralRe: gridview with multiple links Pin
Ziltard30-May-07 21:22
Ziltard30-May-07 21:22 
QuestionProblem with Request.Url.AbsoluteUri Pin
vbtmikem30-May-07 12:18
vbtmikem30-May-07 12:18 
QuestionObjectDataSource Total Row Count (HOW?!) [modified] Pin
dwatkins@dirq.net30-May-07 11:45
dwatkins@dirq.net30-May-07 11:45 
AnswerRe: ObjectDataSource Total Row Count (HOW?!) Pin
Ziltard30-May-07 21:27
Ziltard30-May-07 21:27 
GeneralRe: ObjectDataSource Total Row Count (HOW?!) Pin
dwatkins@dirq.net31-May-07 3:27
dwatkins@dirq.net31-May-07 3:27 
QuestionDate Searches in SQl Server 2005 Pin
aransiola30-May-07 8:33
aransiola30-May-07 8:33 
AnswerDouble post Pin
leckey30-May-07 9:21
leckey30-May-07 9:21 
QuestionDate Searches in aspx Pin
aransiola30-May-07 8:18
aransiola30-May-07 8:18 
AnswerRe: Date Searches in aspx Pin
Christian Graus30-May-07 11:22
protectorChristian Graus30-May-07 11:22 
AnswerRe: Date Searches in aspx Pin
dwatkins@dirq.net30-May-07 11:56
dwatkins@dirq.net30-May-07 11:56 
QuestionControling .aspx Visibility Pin
aransiola30-May-07 8:07
aransiola30-May-07 8:07 
AnswerRe: Controling .aspx Visibility Pin
Not Active30-May-07 9:44
mentorNot Active30-May-07 9:44 
AnswerRe: Controling .aspx Visibility Pin
Christian Graus30-May-07 11:23
protectorChristian Graus30-May-07 11:23 
QuestionAccessing elements of form inside javascript Pin
umashankergr830-May-07 7:39
umashankergr830-May-07 7:39 
AnswerRe: Accessing elements of form inside javascript Pin
Christian Graus30-May-07 11:24
protectorChristian Graus30-May-07 11:24 
Questionneed help wit file upload control Pin
neodeaths30-May-07 7:30
neodeaths30-May-07 7:30 

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.