Click here to Skip to main content
15,886,519 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Infragistics WebDataGrid - populating off a button click Pin
TMFoust22-Dec-09 11:25
TMFoust22-Dec-09 11:25 
QuestionWebpart Pin
NETLearning22-Dec-09 6:18
NETLearning22-Dec-09 6:18 
AnswerCross post: Re: Webpart Pin
Brij22-Dec-09 7:32
mentorBrij22-Dec-09 7:32 
GeneralRe: Cross post: Re: Webpart Pin
NETLearning22-Dec-09 11:33
NETLearning22-Dec-09 11:33 
GeneralRe: Cross post: Re: Webpart Pin
Abhijit Jana22-Dec-09 16:18
professionalAbhijit Jana22-Dec-09 16:18 
Questionwebpart Pin
NETLearning22-Dec-09 5:08
NETLearning22-Dec-09 5:08 
AnswerRe: webpart Pin
Estys22-Dec-09 5:57
Estys22-Dec-09 5:57 
GeneralRe: webpart Pin
NETLearning22-Dec-09 6:03
NETLearning22-Dec-09 6:03 
<asp:WebPartZone ID="AlertZone" runat="server" PartChromeType="None" >
<ZoneTemplate>
<asp:ListView runat="server" ID="abnormalListView"
OnItemDataBound="Operator_ItemDataBound"
onselectedindexchanged="abnormalListView_SelectedIndexChanged" >
<LayoutTemplate>
<table width="100%">
<tr runat="server" ID="itemPlaceholder">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</LayoutTemplate>
<ItemTemplate>
<tr runat="server" id="OperatorRow">
<td><asp:Label ID="FirstNameLabel" runat="server" Text='<%#Eval("First") %>' /></td>
<td><asp:Label ID="LastNameLabel" runat="server" Text='<%#Eval("Last") %>' /></td>
<td><asp:Label ID="ActionLabel" runat="server" Text='<%#Eval("Action") %>' /></td>
<td><asp:Label ID="ResultLabel" runat="server" Text='<%#Eval("Result") %>' /></td>
<td><asp:Label ID="AlertLabel" runat="server" Text='<%#Eval("Alert") %>' Visible="false" /></td>
</tr>
</ItemTemplate>
</asp:ListView>
</ZoneTemplate>
<HeaderStyle BackColor="#FAF1C3" />
</asp:WebPartZone>


I just have list control inside it. How do i get the title from it
GeneralRe: webpart Pin
Estys22-Dec-09 7:20
Estys22-Dec-09 7:20 
GeneralRe: webpart Pin
NETLearning22-Dec-09 11:51
NETLearning22-Dec-09 11:51 
GeneralRe: webpart Pin
Estys22-Dec-09 23:13
Estys22-Dec-09 23:13 
Questionreturn value from showmodaldialog Pin
baselanfouqa22-Dec-09 3:48
baselanfouqa22-Dec-09 3:48 
AnswerRe: return value from showmodaldialog Pin
Abhishek Sur22-Dec-09 6:57
professionalAbhishek Sur22-Dec-09 6:57 
GeneralRe: return value from showmodaldialog Pin
baselanfouqa22-Dec-09 19:25
baselanfouqa22-Dec-09 19:25 
Questionautomatically publish on live Pin
Abbas_here22-Dec-09 2:58
Abbas_here22-Dec-09 2:58 
AnswerRe: automatically publish on live Pin
Abhijit Jana22-Dec-09 4:08
professionalAbhijit Jana22-Dec-09 4:08 
GeneralRe: automatically publish on live Pin
Abbas_here22-Dec-09 20:50
Abbas_here22-Dec-09 20:50 
QuestionUsing AJAX in ASP.net Pin
prakk8822-Dec-09 2:37
prakk8822-Dec-09 2:37 
AnswerRe: Using AJAX in ASP.net Pin
#realJSOP22-Dec-09 4:05
mve#realJSOP22-Dec-09 4:05 
Questionjumping to the breakpoint inserted in the webservice Pin
shankbond22-Dec-09 1:22
shankbond22-Dec-09 1:22 
AnswerRe: jumping to the breakpoint inserted in the webservice Pin
Abhijit Jana22-Dec-09 1:40
professionalAbhijit Jana22-Dec-09 1:40 
GeneralRe: jumping to the breakpoint inserted in the webservice Pin
shankbond22-Dec-09 4:04
shankbond22-Dec-09 4:04 
GeneralRe: jumping to the breakpoint inserted in the webservice Pin
Abhijit Jana22-Dec-09 4:07
professionalAbhijit Jana22-Dec-09 4:07 
GeneralRe: jumping to the breakpoint inserted in the webservice Pin
shankbond22-Dec-09 6:03
shankbond22-Dec-09 6:03 
AnswerRe: jumping to the breakpoint inserted in the webservice Pin
Estys22-Dec-09 1:52
Estys22-Dec-09 1:52 

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.