Click here to Skip to main content
15,924,583 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: ASP.NET Download concept in my Web page Pin
M. J. Jaya Chitra18-Apr-08 19:30
M. J. Jaya Chitra18-Apr-08 19:30 
GeneralRe: ASP.NET Download concept in my Web page Pin
SekharOne18-Apr-08 22:56
SekharOne18-Apr-08 22:56 
Generalproblem in login page Pin
preeti12318-Apr-08 18:49
preeti12318-Apr-08 18:49 
GeneralRe: problem in login page Pin
SekharOne18-Apr-08 23:07
SekharOne18-Apr-08 23:07 
GeneralMS Web Application Stress Test on Windows XP Pin
AlexeiXX318-Apr-08 17:29
AlexeiXX318-Apr-08 17:29 
GeneralIE 7- Popup timer does not start until session tab is clicked on Pin
Suresh Reddy B.V18-Apr-08 12:03
Suresh Reddy B.V18-Apr-08 12:03 
GeneralRe: IE 7- Popup timer does not start until session tab is clicked on Pin
Suresh Reddy B.V22-Apr-08 4:32
Suresh Reddy B.V22-Apr-08 4:32 
GeneralStuck with Datagrid and its HTML output formatting...... Pin
Infernojericho18-Apr-08 10:28
Infernojericho18-Apr-08 10:28 
Hi there, I have a question which has got me stuck for the past couple of days.

My question is related to datagrids and HTML. I am well aware how datagrid works and data is retreived. I create the database connection, then pass the data to a dataset, on the HTML side I use the Databinder to display the data. I use the template column for higher customization.

Here's an example:

<asp:datagrid id.....="">
<columns>
<asp:templatecolumn>
<itemtemplate>
<table>
<tr><td><%# DataBinder.Eval(Container.DataItem,"DATATOBESHOWN") %></td></tr>
</table>
</itemtemplate>
</asp:templatecolumn>
</columns></asp:datagrid>



The data will be shown in the following format:
DATA1
DATA2
DATA3
DATA4
DATA5
DATA6

However, what I want to do is something like this:
DATA1 DATA2 DATA3
DATA4 DATA5 DATA6

My point is, I need the next DATATOBESHOWN to be displayed on the right of the just-retreived DATATOBESHOWN, not on the next line.

Can it be done? It seems it is the basic HTML properties that wouldn't allow me to do it. Anyone has any ideas? I tried placing the TABLE tags outside the Datagrid tags. No luck. Any clues in what I should do?
GeneralRe: Stuck with Datagrid and its HTML output formatting...... Pin
Ashish Sehajpal18-Apr-08 11:18
Ashish Sehajpal18-Apr-08 11:18 
GeneralRe: Another question.....Labels and Textbox... Pin
Infernojericho18-Apr-08 13:09
Infernojericho18-Apr-08 13:09 
GeneralRe: Another question.....Labels and Textbox... Pin
Ashish Sehajpal21-Apr-08 5:00
Ashish Sehajpal21-Apr-08 5:00 
QuestionHow to display multiple spaces in a DropDownList? Pin
Nancy K18-Apr-08 10:12
Nancy K18-Apr-08 10:12 
AnswerRe: How to display multiple spaces in a DropDownList? Pin
Ashish Sehajpal18-Apr-08 11:21
Ashish Sehajpal18-Apr-08 11:21 
GeneralRe: How to display multiple spaces in a DropDownList? Pin
Nancy K18-Apr-08 12:05
Nancy K18-Apr-08 12:05 
GeneralRe: How to display multiple spaces in a DropDownList? Pin
AlexeiXX318-Apr-08 17:33
AlexeiXX318-Apr-08 17:33 
Questioni need your help in asp.net ajax Pin
Member 381775518-Apr-08 7:29
Member 381775518-Apr-08 7:29 
GeneralRe: i need your help in asp.net ajax Pin
Not Active18-Apr-08 7:37
mentorNot Active18-Apr-08 7:37 
GeneralRe: i need your help in asp.net ajax Pin
leckey18-Apr-08 8:49
leckey18-Apr-08 8:49 
GeneralRe: i need your help in asp.net ajax Pin
Ashish Sehajpal18-Apr-08 11:23
Ashish Sehajpal18-Apr-08 11:23 
QuestionNeed recommendation for third party ASP Menus with VB.NET Pin
ktomecek18-Apr-08 5:45
professionalktomecek18-Apr-08 5:45 
AnswerRe: Need recommendation for third party ASP Menus with VB.NET Pin
led mike18-Apr-08 6:58
led mike18-Apr-08 6:58 
GeneralRe: Need recommendation for third party ASP Menus with VB.NET Pin
Ashish Sehajpal18-Apr-08 11:26
Ashish Sehajpal18-Apr-08 11:26 
GeneralRe: Need recommendation for third party ASP Menus with VB.NET Pin
cmk18-Apr-08 13:11
cmk18-Apr-08 13:11 
GeneralRe: Need recommendation for third party ASP Menus with VB.NET Pin
ktomecek23-Apr-08 10:12
professionalktomecek23-Apr-08 10:12 
GeneralUnable to get selected option from <select></select> [modified] Pin
Sunset Towers18-Apr-08 5:25
Sunset Towers18-Apr-08 5:25 

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.