Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Datagrid in firefox Pin
Rock Star.4-Aug-08 2:51
Rock Star.4-Aug-08 2:51 
QuestionChange screen in kiosk mode Pin
eyeseetee4-Aug-08 1:11
eyeseetee4-Aug-08 1:11 
Questiongridview commadbutton problem ... help plz Pin
dream_liner_7e74-Aug-08 1:10
dream_liner_7e74-Aug-08 1:10 
AnswerRe: gridview commadbutton problem ... help plz Pin
Anand Desai4-Aug-08 1:42
Anand Desai4-Aug-08 1:42 
QuestionRe: gridview commadbutton problem ... help plz Pin
dream_liner_7e74-Aug-08 1:48
dream_liner_7e74-Aug-08 1:48 
AnswerRe: gridview commadbutton problem ... help plz Pin
Anand Desai4-Aug-08 2:00
Anand Desai4-Aug-08 2:00 
GeneralRe: gridview commadbutton problem ... help plz Pin
dream_liner_7e74-Aug-08 2:19
dream_liner_7e74-Aug-08 2:19 
GeneralAlignment Problem in Table Row Pin
Brady Kelly4-Aug-08 1:05
Brady Kelly4-Aug-08 1:05 
I have an item template in a drop-down list, which comprises a single table row with two columns. My problem is that I cannot get the right-hand column to left-align properly. I'm getting the dropdown items rendered as follows1:

Nu Way Care Centre   Nu Way Care Centre
O'Mage                            O'Mage
Oakhill Cellars                Oakhill Cellars

1 The values in the right column are intentionally duplicated; many clients use the same value for customer name and customer account number.

My attempted layout of the template is:
<tr style="white-space:nowrap; table-layout:fixed;">
  <td style="width:220px; overflow:hidden; text-align:left; table-layout:fixed;"><%# DataBinder.Eval(Container.DataItem, "SupplierName")%></td>
  <td style="width:100px; overflow:hidden; text-align:left; table-layout:fixed;"><%# DataBinder.Eval(Container.DataItem, "SupplierNo")%></td>
</tr>	




QuestionCannot open database "MedicalReimbursementSystem" requested by the login. The login failed. Pin
SamrahNed4-Aug-08 0:54
SamrahNed4-Aug-08 0:54 
Questionsession expiration problem Pin
Kissy164-Aug-08 0:17
Kissy164-Aug-08 0:17 
AnswerRe: session expiration problem Pin
Sandeep Akhare4-Aug-08 0:26
Sandeep Akhare4-Aug-08 0:26 
GeneralRe: session expiration problem Pin
Kissy164-Aug-08 0:58
Kissy164-Aug-08 0:58 
GeneralRe: session expiration problem Pin
Sandeep Akhare4-Aug-08 1:44
Sandeep Akhare4-Aug-08 1:44 
AnswerRe: session expiration problem Pin
Anand Desai4-Aug-08 0:29
Anand Desai4-Aug-08 0:29 
GeneralRe: session expiration problem Pin
Kissy164-Aug-08 1:01
Kissy164-Aug-08 1:01 
GeneralRe: session expiration problem Pin
Anand Desai4-Aug-08 1:06
Anand Desai4-Aug-08 1:06 
GeneralRe: session expiration problem Pin
Kissy164-Aug-08 1:39
Kissy164-Aug-08 1:39 
GeneralRe: session expiration problem Pin
Anand Desai4-Aug-08 1:45
Anand Desai4-Aug-08 1:45 
AnswerRe: session expiration problem Pin
Imran Khan Pathan4-Aug-08 0:31
Imran Khan Pathan4-Aug-08 0:31 
Questionbeginners question Pin
NewToAspDotNet3-Aug-08 23:51
NewToAspDotNet3-Aug-08 23:51 
AnswerUse Master Pages Pin
Anuradha6123-Aug-08 23:57
Anuradha6123-Aug-08 23:57 
GeneralRe: Use Master Pages Pin
NewToAspDotNet4-Aug-08 0:50
NewToAspDotNet4-Aug-08 0:50 
AnswerRe: Use Master Pages Pin
Abhijit Jana4-Aug-08 1:10
professionalAbhijit Jana4-Aug-08 1:10 
GeneralRe: Use Master Pages Pin
NewToAspDotNet4-Aug-08 1:14
NewToAspDotNet4-Aug-08 1:14 
AnswerRe: beginners question Pin
Abhijit Jana4-Aug-08 0:30
professionalAbhijit Jana4-Aug-08 0: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.