Click here to Skip to main content
15,907,913 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to convert datareader data into datatable Pin
Guffa27-Jun-07 6:01
Guffa27-Jun-07 6:01 
QuestionGridView Pin
sunil kumar verma27-Jun-07 0:43
sunil kumar verma27-Jun-07 0:43 
AnswerRe: GridView Pin
Christian Graus27-Jun-07 0:51
protectorChristian Graus27-Jun-07 0:51 
GeneralRe: GridView Pin
sunil kumar verma27-Jun-07 21:53
sunil kumar verma27-Jun-07 21:53 
AnswerRe: Multiple Forms in One Page Pin
Amit Kumar G27-Jun-07 0:31
Amit Kumar G27-Jun-07 0:31 
GeneralRe: Multiple Forms in One Page Pin
Christian Graus27-Jun-07 0:52
protectorChristian Graus27-Jun-07 0:52 
GeneralRe: Multiple Forms in One Page Pin
Amit Kumar G27-Jun-07 1:16
Amit Kumar G27-Jun-07 1:16 
QuestionGridview - Cannot add server side asp controls into a ItemTemplate Pin
Mertli Ozgur Nevres27-Jun-07 0:29
Mertli Ozgur Nevres27-Jun-07 0:29 
Hi my gridview is below:

<asp:GridView ID="GridView1" runat="server" AllowSorting="True" AutoGenerateColumns="False"
CellPadding="0" EmptyDataText="-- Kay&#305;t Yok --" GridLines="Horizontal" Width="100%">
<RowStyle CssClass="TDS" />
<AlternatingRowStyle CssClass="TDS" BackColor="#F7F6F3" />
<Columns>
<asp:BoundField DataField="title" HeaderText="Kongre Ad&#305;">
<HeaderStyle CssClass="TDColoredHeader" HorizontalAlign="Left" VerticalAlign="Middle" />
</asp:BoundField>
<asp:BoundField HeaderImageUrl="~/images/seperator.gif">
<ItemStyle Width="2px" />
<HeaderStyle CssClass="TDColoredHeader" />
</asp:BoundField>
<asp:TemplateField HeaderText="Sil">
<ItemTemplate>
<asp:TextBox runat="server" CssClass="Textbox" ID="Textbox1" Text=""
MaxLength="200" Width="100%"></asp:TextBox>
</ItemTemplate>
<ItemStyle Width="200px" />
<HeaderStyle CssClass="TDColoredHeader" HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:TemplateField>
</Columns>
</asp:GridView>

When i run the project, i cannot see the Textbox on the page. What's my mistake?
If i don't add a server-side control, it works. But i have to add a server-side control.




ozgur.nevres
QuestionHow to maintain text in textbox while navigatin to different page. Pin
rahul.net1127-Jun-07 0:25
rahul.net1127-Jun-07 0:25 
AnswerRe: How to maintain text in textbox while navigatin to different page. Pin
André Stroebel27-Jun-07 0:38
André Stroebel27-Jun-07 0:38 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
rahul.net1127-Jun-07 0:57
rahul.net1127-Jun-07 0:57 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
André Stroebel27-Jun-07 1:19
André Stroebel27-Jun-07 1:19 
AnswerRe: How to maintain text in textbox while navigatin to different page. Pin
Amit Kumar G27-Jun-07 0:40
Amit Kumar G27-Jun-07 0:40 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
rahul.net1127-Jun-07 1:12
rahul.net1127-Jun-07 1:12 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
Amit Kumar G27-Jun-07 1:31
Amit Kumar G27-Jun-07 1:31 
QuestionValidation Code Pin
ballameharmurali27-Jun-07 0:23
ballameharmurali27-Jun-07 0:23 
AnswerRe: Validation Code Pin
Amit Kumar G27-Jun-07 0:33
Amit Kumar G27-Jun-07 0:33 
GeneralRe: Validation Code Pin
ballameharmurali27-Jun-07 19:51
ballameharmurali27-Jun-07 19:51 
Questioninput form help! Pin
boyindie27-Jun-07 0:17
boyindie27-Jun-07 0:17 
QuestionExport Access Reports Pin
André Stroebel27-Jun-07 0:11
André Stroebel27-Jun-07 0:11 
AnswerRe: Export Access Reports Pin
Pallavi Bhoite27-Jun-07 1:03
Pallavi Bhoite27-Jun-07 1:03 
GeneralRe: Export Access Reports Pin
André Stroebel27-Jun-07 1:24
André Stroebel27-Jun-07 1:24 
GeneralRe: Export Access Reports [modified] Pin
Pallavi Bhoite27-Jun-07 1:44
Pallavi Bhoite27-Jun-07 1:44 
GeneralRe: Export Access Reports Pin
André Stroebel27-Jun-07 1:57
André Stroebel27-Jun-07 1:57 
GeneralRe: Export Access Reports Pin
Pallavi Bhoite27-Jun-07 2:12
Pallavi Bhoite27-Jun-07 2:12 

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.