Click here to Skip to main content
15,915,775 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Flickering of the page Pin
Not Active17-Mar-08 6:32
mentorNot Active17-Mar-08 6:32 
GeneralRe: Flickering of the page Pin
Ekjon17-Mar-08 7:44
Ekjon17-Mar-08 7:44 
GeneralRe: Flickering of the page Pin
Not Active17-Mar-08 7:53
mentorNot Active17-Mar-08 7:53 
GeneralRe: Flickering of the page Pin
Ekjon17-Mar-08 9:30
Ekjon17-Mar-08 9:30 
QuestionFile download problem with Response.Cache ??? Pin
Vanamaindia17-Mar-08 3:49
Vanamaindia17-Mar-08 3:49 
GeneralAsp:reapeter Pin
Assaf8217-Mar-08 3:34
Assaf8217-Mar-08 3:34 
GeneralRe: Asp:reapeter Pin
eyeseetee17-Mar-08 3:43
eyeseetee17-Mar-08 3:43 
QuestionRe: Asp:reapeter Pin
Assaf8217-Mar-08 3:47
Assaf8217-Mar-08 3:47 
Hello
<div>
<br />
<br />
<br />
<br />
<br />
<asp:Repeater ID="rep1" runat="server" >
<HeaderTemplate>
<table cellspacing="0" cellpadding="0" border="2">
</HeaderTemplate>
<ItemTemplate>
<tr>
<td>
<asp:TextBox ID="txtUnitsInStock" runat="server"></asp:TextBox>
</td>
<td>
<u><asp:Button ID="btnChangeUnitsInStock" runat="server" Text="Edit" /></u>
<u><asp:Button ID="btnDiscontinued" runat="server" Text="Upload" /></u>
</td>
</tr>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:Repeater> &nbsp;</div>

the table with two button and the txtbox don't appear
any help will greatly appreciated

Assaf
GeneralRe: Asp:reapeter Pin
Christian Graus17-Mar-08 9:38
protectorChristian Graus17-Mar-08 9:38 
GeneralShowing image in a Table's Row inside the DataList Pin
.NET- India 17-Mar-08 2:19
.NET- India 17-Mar-08 2:19 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
J a a n s17-Mar-08 2:33
professionalJ a a n s17-Mar-08 2:33 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
.NET- India 17-Mar-08 3:14
.NET- India 17-Mar-08 3:14 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
eyeseetee17-Mar-08 3:21
eyeseetee17-Mar-08 3:21 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
.NET- India 17-Mar-08 4:11
.NET- India 17-Mar-08 4:11 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
J a a n s17-Mar-08 4:35
professionalJ a a n s17-Mar-08 4:35 
GeneralHiding a column form a run time created datatable Pin
samerh17-Mar-08 2:06
samerh17-Mar-08 2:06 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 2:14
eyeseetee17-Mar-08 2:14 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 2:47
samerh17-Mar-08 2:47 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 3:07
eyeseetee17-Mar-08 3:07 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 3:25
samerh17-Mar-08 3:25 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 3:48
eyeseetee17-Mar-08 3:48 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 3:52
samerh17-Mar-08 3:52 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 4:03
eyeseetee17-Mar-08 4:03 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 4:19
samerh17-Mar-08 4:19 
GeneralVallidation problem Pin
SreejithAchutan17-Mar-08 1:49
SreejithAchutan17-Mar-08 1:49 

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.