Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asp controls every time disappear
Message
 
 
To
23/03/2009 11:18:19
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
Miscellaneous
Thread ID:
01390657
Message ID:
01391525
Views:
41
Hi Denis,

I'm sorry, I think I forgot about your problem.

Here is your code posted here (I needed to add space between < and % to post it )
< %  @ Control Language="VB" AutoEventWireup="false" CodeFile="AnotoDataGrid.ascx.vb" Inherits="AnotoDataGrid" % > 
<
link href="StyleSheet.css" rel="stylesheet" type="text/css" /> 
<
asp:SqlDataSource ID="SqlDataSource1" runat="server" 
ConnectionString="< %$ ConnectionStrings:AnotoOfficeConnectionString % >" 
SelectCommand="SELECT [id], [date], [vorname], [nachname], [formular] FROM [View_PenDataStore_Clients]"> 
</asp:SqlDataSource> 
<
asp:UpdatePanel ID="UpdatePanel1" runat="server"> 
<ContentTemplate> 
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" DataSourceID="SqlDataSource1" DataKeyNames="id"> 
<Columns> 
<asp:CommandField ButtonType="Button" SelectText="" 
ShowSelectButton="True" /> 
<asp:BoundField DataField="id" HeaderText="id" 
SortExpression="id" Visible="False" /> 
<asp:BoundField DataField="date" HeaderText="date" 
SortExpression="date" /> 
<asp:BoundField DataField="vorname" HeaderText="vorname" 
SortExpression="vorname" /> 
<asp:BoundField DataField="nachname" 
HeaderText="nachname" SortExpression="nachname" /> 
<asp:BoundField DataField="formular" 
HeaderText="formular" SortExpression="formular" /> 
</Columns> 
</asp:GridView> 
</ContentTemplate> 
</
asp:UpdatePanel>
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform