Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMaster Pages question Pin
Nada Adel20-Feb-07 0:58
Nada Adel20-Feb-07 0:58 
AnswerRe: Master Pages question Pin
Sandeep Akhare20-Feb-07 1:21
Sandeep Akhare20-Feb-07 1:21 
AnswerRe: Master Pages question Pin
szukuro20-Feb-07 1:59
szukuro20-Feb-07 1:59 
AnswerRe: Master Pages question Pin
ednrgc20-Feb-07 7:12
ednrgc20-Feb-07 7:12 
QuestionDatagrid Pin
A kamath20-Feb-07 0:17
A kamath20-Feb-07 0:17 
AnswerRe: Datagrid Pin
sathesh pandian20-Feb-07 0:50
sathesh pandian20-Feb-07 0:50 
GeneralRe: Datagrid Pin
A kamath20-Feb-07 0:55
A kamath20-Feb-07 0:55 
AnswerRe: Datagrid Pin
Vsree20-Feb-07 18:32
Vsree20-Feb-07 18:32 
hi U can try like

<asp:TemplateColumn HeaderText="Description">
<HeaderStyle Width="25%"></HeaderStyle>
<ItemTemplate>
<asp:Label id="lblDescription" runat="server" Text= '<%# DataBinder.Eval(Container, "DataItem.Description") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateColumn>

Here in "DataItem.Description"-- Description is the fieldname as in table.Use what fieldname what u want to display.
"Width = 25%" means that that coulumn takes 25% of your grid's width..

Try this .Hope this helps U Smile | :)
~Vsree
GeneralRe: Datagrid Pin
A kamath20-Feb-07 20:45
A kamath20-Feb-07 20:45 
Questionadding a map to web form? Pin
shaik_aks19-Feb-07 23:52
shaik_aks19-Feb-07 23:52 
AnswerRe: adding a map to web form? Pin
Sandeep Akhare20-Feb-07 0:02
Sandeep Akhare20-Feb-07 0:02 
QuestionProblem (Lost Focus Event in ASP.Net) Pin
MissionSuccess19-Feb-07 23:36
MissionSuccess19-Feb-07 23:36 
AnswerRe: Problem (Lost Focus Event in ASP.Net) Pin
NanaAM19-Feb-07 23:54
NanaAM19-Feb-07 23:54 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
MissionSuccess20-Feb-07 0:30
MissionSuccess20-Feb-07 0:30 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
Sandeep Akhare20-Feb-07 1:06
Sandeep Akhare20-Feb-07 1:06 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
MissionSuccess20-Feb-07 1:50
MissionSuccess20-Feb-07 1:50 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
Sandeep Akhare20-Feb-07 1:57
Sandeep Akhare20-Feb-07 1:57 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
Sylvester george20-Feb-07 1:58
Sylvester george20-Feb-07 1:58 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
Sandeep Akhare20-Feb-07 2:03
Sandeep Akhare20-Feb-07 2:03 
GeneralRe: Problem (Lost Focus Event in ASP.Net) Pin
MissionSuccess20-Feb-07 2:10
MissionSuccess20-Feb-07 2:10 
QuestionProblem in ASP.NET Page when use Firefox Pin
Khan.Bangash19-Feb-07 23:18
Khan.Bangash19-Feb-07 23:18 
AnswerRe: Problem in ASP.NET Page when use Firefox Pin
Sandeep Akhare19-Feb-07 23:54
Sandeep Akhare19-Feb-07 23:54 
GeneralRe: Problem in ASP.NET Page when use Firefox Pin
Khan.Bangash20-Feb-07 0:18
Khan.Bangash20-Feb-07 0:18 
GeneralRe: Problem in ASP.NET Page when use Firefox Pin
Sandeep Akhare20-Feb-07 0:27
Sandeep Akhare20-Feb-07 0:27 
GeneralRe: Problem in ASP.NET Page when use Firefox Pin
Khan.Bangash20-Feb-07 0:32
Khan.Bangash20-Feb-07 0:32 

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.