Click here to Skip to main content
15,919,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 20:21
jagan1239-Dec-07 20:21 
GeneralRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 20:26
N a v a n e e t h9-Dec-07 20:26 
GeneralRe: how the data table retains its value with in pagescope Pin
jagan1239-Dec-07 20:37
jagan1239-Dec-07 20:37 
GeneralRe: how the data table retains its value with in pagescope Pin
N a v a n e e t h9-Dec-07 21:35
N a v a n e e t h9-Dec-07 21:35 
Generaldisplay data in list box with multi column Pin
Piyush Vardhan Singh9-Dec-07 18:42
Piyush Vardhan Singh9-Dec-07 18:42 
GeneralRe: display data in list box with multi column Pin
Sun Rays9-Dec-07 18:58
Sun Rays9-Dec-07 18:58 
GeneralRe: display data in list box with multi column Pin
Piyush Vardhan Singh9-Dec-07 19:32
Piyush Vardhan Singh9-Dec-07 19:32 
GeneralRe: display data in list box with multi column Pin
Sun Rays9-Dec-07 19:41
Sun Rays9-Dec-07 19:41 
Hi,
you can write query like.

SELECT column1 + '-' + column2 AS MyColumn FROM tableName

Now after getting value in dataset. Bind dataset to listbox.

myList.DataSource = datset // which you get from above query<br />
myList.DataTextField = "MyColumn";<br />
myList.DataBind();<br />


Thanks,
Sun Rays

To get something you must have to try once.


My Articles

GeneralRe: display data in list box with multi column Pin
Michael Sync9-Dec-07 19:00
Michael Sync9-Dec-07 19:00 
GeneralRe: display data in list box with multi column Pin
N a v a n e e t h9-Dec-07 19:37
N a v a n e e t h9-Dec-07 19:37 
GeneralPoblem regarding port the .dbf files into Sqlserver Pin
Aavesh Agarwal9-Dec-07 18:38
Aavesh Agarwal9-Dec-07 18:38 
QuestionFind String in string Pin
AnhTin9-Dec-07 17:24
AnhTin9-Dec-07 17:24 
GeneralRe: Find String in string Pin
Christian Graus9-Dec-07 18:49
protectorChristian Graus9-Dec-07 18:49 
GeneralRe: Find String in string Pin
Michael Sync9-Dec-07 18:57
Michael Sync9-Dec-07 18:57 
GeneralRe: Find String in string Pin
Michael Sync9-Dec-07 18:58
Michael Sync9-Dec-07 18:58 
QuestionSitemap Path Pin
Member 46484919-Dec-07 17:00
Member 46484919-Dec-07 17:00 
GeneralRe: Sitemap Path Pin
Sam Xavier10-Dec-07 18:37
Sam Xavier10-Dec-07 18:37 
QuestionHow to develop Message Board Application in ASP.net Pin
Rajesh_K_Sharma9-Dec-07 16:59
Rajesh_K_Sharma9-Dec-07 16:59 
AnswerRe: How to develop Message Board Application in ASP.net Pin
Christian Graus9-Dec-07 17:10
protectorChristian Graus9-Dec-07 17:10 
GeneralVb.net AND C# Pin
AnhTin9-Dec-07 16:09
AnhTin9-Dec-07 16:09 
GeneralRe: Vb.net AND C# Pin
leckey9-Dec-07 16:13
leckey9-Dec-07 16:13 
GeneralRe: Vb.net AND C# Pin
Christian Graus9-Dec-07 16:19
protectorChristian Graus9-Dec-07 16:19 
Questionset login user control to my site from a data base Pin
Knowledgestudent9-Dec-07 15:46
Knowledgestudent9-Dec-07 15:46 
GeneralRe: set login user control to my site from a data base Pin
Christian Graus9-Dec-07 16:16
protectorChristian Graus9-Dec-07 16:16 
GeneralRe: set login user control to my site from a data base Pin
Knowledgestudent9-Dec-07 16:46
Knowledgestudent9-Dec-07 16:46 

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.