Ich bin mir fast sicher das da kein Fehler drin ist!


Server Error in '/' Application.
------------------------------------------------------------------------
--------

Compilation Error 
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately. 

Compiler Error Message: CS1026: ) expected

Source Error:

 

Line 107:               <asp:TemplateColumn ItemStyle-cssClass="Item"
HeaderStyle-CssClass="Header"  HeaderText="Thema" >
Line 108:                       <ItemTemplate>
Line 109:                               <div id="<%#
DataBinder.Eval(Container.DataItem,"ID") %>_Feld1" <%=contenteditable();
%> > <%# DataBinder.Eval(Container.DataItem,"Thema") %></div>
Line 110:                       </ItemTemplate>
Line 111:               </asp:TemplateColumn>
 

Source File: D:\Web\F\A\86\profit\subsites\login\liste.aspx    Line: 109




Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.0.3705\csc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system
.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705\temporary
asp.net files\root\a788af38\d0c9652b\ghqlab0w.dll"
/R:"c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll"
/R:"c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll
"
/R:"c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system
.web.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\syste
m.data.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a
3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\sy
stem.drawing.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f
11d50a3a\system.enterpriseservices.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.dll" /D:DEBUG /debug+ /optimize-
/win32res:"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.res" /warnaserror /w:1
"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.0.cs"


Microsoft (R) Visual C# .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.0.3705
Copyright (C) Microsoft Corporation 2001. All rights reserved.

D:\Web\F\A\86\profit\subsites\login\liste.aspx(109,45): error CS1026: )
expected
D:\Web\F\A\86\profit\subsites\login\liste.aspx(109,46): error CS1525:
Invalid expression term ')'
D:\Web\F\A\86\profit\subsites\login\liste.aspx(115,45): error CS1026: )
expected
D:\Web\F\A\86\profit\subsites\login\liste.aspx(115,46): error CS1525:
Invalid expression term ')'
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.0.cs(424,31): error CS1002: ;
expected
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.0.cs(424,31): error CS1001:
Identifier expected
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.0.cs(533,31): error CS1002: ;
expected
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\root\a788af38\d0c9652b\agbr5mle.0.cs(533,31): error CS1001:
Identifier expected

 



Show Complete Compilation Source:


Line 1:
//----------------------------------------------------------------------
--------
Line 2:    // <autogenerated>
Line 3:    //     This code was generated by a tool.
Line 4:    //     Runtime Version: 1.0.3705.0
Line 5:    //
Line 6:    //     Changes to this file may cause incorrect behavior and
will be lost if 
Line 7:    //     the code is regenerated.
Line 8:    // </autogenerated>
Line 9:
//----------------------------------------------------------------------
--------
Line 10:   
Line 11:   namespace ASP {
Line 12:       using System;
Line 13:       using System.Collections;
Line 14:       using System.Collections.Specialized;
Line 15:       using System.Configuration;
Line 16:       using System.Text;
Line 17:       using System.Text.RegularExpressions;
Line 18:       using System.Web;
Line 19:       using System.Web.Caching;
Line 20:       using System.Web.SessionState;
Line 21:       using System.Web.Security;
Line 22:       using System.Web.UI;
Line 23:       using System.Web.UI.WebControls;
Line 24:       using System.Web.UI.HtmlControls;
Line 25:       
Line 26:       
Line 27:
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 28:       public class liste_aspx : liste,
System.Web.SessionState.IRequiresSessionState {
Line 29:           
Line 30:           private static int __autoHandlers;
Line 31:           
Line 32:           protected System.Web.UI.DataBoundLiteralControl
__control5;
Line 33:           
Line 34:           protected System.Web.UI.DataBoundLiteralControl
__control6;
Line 35:           
Line 36:           
Line 37:           #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 38:           protected System.Web.UI.WebControls.TemplateColumn
__control3;
Line 39:           
Line 40:           #line default
Line 41:           
Line 42:           protected System.Web.UI.DataBoundLiteralControl
__control9;
Line 43:           
Line 44:           protected System.Web.UI.DataBoundLiteralControl
__control10;
Line 45:           
Line 46:           
Line 47:           #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 48:           protected System.Web.UI.WebControls.TemplateColumn
__control7;
Line 49:           
Line 50:           #line default
Line 51:           
Line 52:           protected System.Web.UI.DataBoundLiteralControl
__control13;
Line 53:           
Line 54:           protected System.Web.UI.DataBoundLiteralControl
__control14;
Line 55:           
Line 56:           
Line 57:           #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 58:           protected System.Web.UI.WebControls.TemplateColumn
__control11;
Line 59:           
Line 60:           #line default
Line 61:           
Line 62:           protected System.Web.UI.DataBoundLiteralControl
__control17;
Line 63:           
Line 64:           protected System.Web.UI.DataBoundLiteralControl
__control18;
Line 65:           
Line 66:           
Line 67:           #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 68:           protected System.Web.UI.WebControls.TemplateColumn
__control15;
Line 69:           
Line 70:           #line default
Line 71:           
Line 72:           
Line 73:           #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 74:           protected
System.Web.UI.WebControls.DataGridColumnCollection __control2;
Line 75:           
Line 76:           #line default
Line 77:           
Line 78:           private static bool __intialized = false;
Line 79:           
Line 80:           private static object __stringResource;
Line 81:           
Line 82:           private static System.Collections.ArrayList
__fileDependencies;
Line 83:           
Line 84:           
Line 85:           #line 96
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 86:           
Line 87:   public String contenteditable() {
Line 88:        if ((bool)Session["LoggedIn"])
Line 89:                return "contenteditable";       
Line 90:        else
Line 91:                return "";
Line 92:   }
Line 93:   
Line 94:           #line default
Line 95:           
Line 96:           public liste_aspx() {
Line 97:               System.Collections.ArrayList dependencies;
Line 98:               if ((ASP.liste_aspx.__intialized == false)) {
Line 99:                   ASP.liste_aspx.__stringResource =
System.Web.UI.TemplateControl.ReadStringResource(typeof(ASP.liste_aspx))
;
Line 100:                  dependencies = new
System.Collections.ArrayList();
Line 101:
dependencies.Add("D:\\Web\\F\\A\\86\\profit\\subsites\\login\\liste.aspx
");
Line 102:
dependencies.Add("D:\\Web\\F\\A\\86\\profit\\subsites\\login\\liste.cs")
;
Line 103:                  ASP.liste_aspx.__fileDependencies =
dependencies;
Line 104:                  ASP.liste_aspx.__intialized = true;
Line 105:              }
Line 106:              this.Server.ScriptTimeout = 30000000;
Line 107:          }
Line 108:          
Line 109:          protected override int AutoHandlers {
Line 110:              get {
Line 111:                  return ASP.liste_aspx.__autoHandlers;
Line 112:              }
Line 113:              set {
Line 114:                  ASP.liste_aspx.__autoHandlers = value;
Line 115:              }
Line 116:          }
Line 117:          
Line 118:          protected System.Web.HttpApplication
ApplicationInstance {
Line 119:              get {
Line 120:                  return
((System.Web.HttpApplication)(this.Context.ApplicationInstance));
Line 121:              }
Line 122:          }
Line 123:          
Line 124:          public override string TemplateSourceDirectory {
Line 125:              get {
Line 126:                  return "/profit/subsites/login";
Line 127:              }
Line 128:          }
Line 129:          
Line 130:          private System.Web.UI.Control
__BuildControl__control5() {
Line 131:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 132:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 133:              this.__control5 = __ctrl;
Line 134:              __ctrl.SetStaticString(0, "\r\n\t\t\t\t<div
id=\"");
Line 135:              __ctrl.SetStaticString(1, "_Feld1\" ");
Line 136:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control5);
Line 137:              return __ctrl;
Line 138:          }
Line 139:          
Line 140:          public void __DataBind__control5(object sender,
System.EventArgs e) {
Line 141:              System.Web.UI.WebControls.DataGridItem Container;
Line 142:              System.Web.UI.DataBoundLiteralControl target;
Line 143:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 144:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 145:              
Line 146:              #line 109
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 147:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"ID")));
Line 148:              
Line 149:              #line default
Line 150:          }
Line 151:          
Line 152:          private System.Web.UI.Control
__BuildControl__control6() {
Line 153:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 154:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 155:              this.__control6 = __ctrl;
Line 156:              __ctrl.SetStaticString(0, " > ");
Line 157:              __ctrl.SetStaticString(1, "</div>\r\n\t\t\t");
Line 158:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control6);
Line 159:              return __ctrl;
Line 160:          }
Line 161:          
Line 162:          public void __DataBind__control6(object sender,
System.EventArgs e) {
Line 163:              System.Web.UI.WebControls.DataGridItem Container;
Line 164:              System.Web.UI.DataBoundLiteralControl target;
Line 165:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 166:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 167:              
Line 168:              #line 109
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 169:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"Thema")));
Line 170:              
Line 171:              #line default
Line 172:          }
Line 173:          
Line 174:          private void
__BuildControl__control4(System.Web.UI.Control __ctrl) {
Line 175:              
Line 176:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 177:              this.__BuildControl__control5();
Line 178:              
Line 179:              #line default
Line 180:              System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 181:              
Line 182:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 183:              __parser.AddParsedSubObject(this.__control5);
Line 184:              
Line 185:              #line default
Line 186:              
Line 187:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 188:              this.__BuildControl__control6();
Line 189:              
Line 190:              #line default
Line 191:              
Line 192:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 193:              __parser.AddParsedSubObject(this.__control6);
Line 194:              
Line 195:              #line default
Line 196:              __ctrl.SetRenderMethodDelegate(new
System.Web.UI.RenderMethod(this.__Render__control4));
Line 197:          }
Line 198:          
Line 199:          private void
__Render__control4(System.Web.UI.HtmlTextWriter __output,
System.Web.UI.Control parameterContainer) {
Line 200:
parameterContainer.Controls[0].RenderControl(__output);
Line 201:              
Line 202:              #line 109
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 203:              __output.Write(contenteditable(););
Line 204:              
Line 205:              #line default
Line 206:
parameterContainer.Controls[1].RenderControl(__output);
Line 207:          }
Line 208:          
Line 209:          private void __BuildControl__control3() {
Line 210:              System.Web.UI.WebControls.TemplateColumn __ctrl;
Line 211:              
Line 212:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 213:              __ctrl = new
System.Web.UI.WebControls.TemplateColumn();
Line 214:              
Line 215:              #line default
Line 216:              this.__control3 = __ctrl;
Line 217:              
Line 218:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 219:              __ctrl.ItemStyle.CssClass = "Item";
Line 220:              
Line 221:              #line default
Line 222:              
Line 223:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 224:              __ctrl.HeaderStyle.CssClass = "Header";
Line 225:              
Line 226:              #line default
Line 227:              
Line 228:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 229:              __ctrl.HeaderText = "Thema";
Line 230:              
Line 231:              #line default
Line 232:              
Line 233:              #line 107
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 234:              __ctrl.ItemTemplate = new
System.Web.UI.CompiledTemplateBuilder(new
System.Web.UI.BuildTemplateMethod(this.__BuildControl__control4));
Line 235:              
Line 236:              #line default
Line 237:          }
Line 238:          
Line 239:          private System.Web.UI.Control
__BuildControl__control9() {
Line 240:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 241:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 242:              this.__control9 = __ctrl;
Line 243:              __ctrl.SetStaticString(0, "\r\n\t\t\t\t<div
id=\"");
Line 244:              __ctrl.SetStaticString(1, "_Feld2\"");
Line 245:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control9);
Line 246:              return __ctrl;
Line 247:          }
Line 248:          
Line 249:          public void __DataBind__control9(object sender,
System.EventArgs e) {
Line 250:              System.Web.UI.WebControls.DataGridItem Container;
Line 251:              System.Web.UI.DataBoundLiteralControl target;
Line 252:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 253:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 254:              
Line 255:              #line 115
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 256:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"ID")));
Line 257:              
Line 258:              #line default
Line 259:          }
Line 260:          
Line 261:          private System.Web.UI.Control
__BuildControl__control10() {
Line 262:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 263:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 264:              this.__control10 = __ctrl;
Line 265:              __ctrl.SetStaticString(0, " >");
Line 266:              __ctrl.SetStaticString(1, "</div>\r\n\t\t\t");
Line 267:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control10);
Line 268:              return __ctrl;
Line 269:          }
Line 270:          
Line 271:          public void __DataBind__control10(object sender,
System.EventArgs e) {
Line 272:              System.Web.UI.WebControls.DataGridItem Container;
Line 273:              System.Web.UI.DataBoundLiteralControl target;
Line 274:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 275:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 276:              
Line 277:              #line 115
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 278:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"Ort")));
Line 279:              
Line 280:              #line default
Line 281:          }
Line 282:          
Line 283:          private void
__BuildControl__control8(System.Web.UI.Control __ctrl) {
Line 284:              
Line 285:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 286:              this.__BuildControl__control9();
Line 287:              
Line 288:              #line default
Line 289:              System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 290:              
Line 291:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 292:              __parser.AddParsedSubObject(this.__control9);
Line 293:              
Line 294:              #line default
Line 295:              
Line 296:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 297:              this.__BuildControl__control10();
Line 298:              
Line 299:              #line default
Line 300:              
Line 301:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 302:              __parser.AddParsedSubObject(this.__control10);
Line 303:              
Line 304:              #line default
Line 305:              __ctrl.SetRenderMethodDelegate(new
System.Web.UI.RenderMethod(this.__Render__control8));
Line 306:          }
Line 307:          
Line 308:          private void
__Render__control8(System.Web.UI.HtmlTextWriter __output,
System.Web.UI.Control parameterContainer) {
Line 309:
parameterContainer.Controls[0].RenderControl(__output);
Line 310:              
Line 311:              #line 115
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 312:              __output.Write(contenteditable(););
Line 313:              
Line 314:              #line default
Line 315:
parameterContainer.Controls[1].RenderControl(__output);
Line 316:          }
Line 317:          
Line 318:          private void __BuildControl__control7() {
Line 319:              System.Web.UI.WebControls.TemplateColumn __ctrl;
Line 320:              
Line 321:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 322:              __ctrl = new
System.Web.UI.WebControls.TemplateColumn();
Line 323:              
Line 324:              #line default
Line 325:              this.__control7 = __ctrl;
Line 326:              
Line 327:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 328:              __ctrl.ItemStyle.CssClass = "Item";
Line 329:              
Line 330:              #line default
Line 331:              
Line 332:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 333:              __ctrl.HeaderStyle.CssClass = "Header";
Line 334:              
Line 335:              #line default
Line 336:              
Line 337:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 338:              __ctrl.HeaderText = "Thema";
Line 339:              
Line 340:              #line default
Line 341:              
Line 342:              #line 113
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 343:              __ctrl.ItemTemplate = new
System.Web.UI.CompiledTemplateBuilder(new
System.Web.UI.BuildTemplateMethod(this.__BuildControl__control8));
Line 344:              
Line 345:              #line default
Line 346:          }
Line 347:          
Line 348:          private System.Web.UI.Control
__BuildControl__control13() {
Line 349:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 350:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 351:              this.__control13 = __ctrl;
Line 352:              __ctrl.SetStaticString(0, "\r\n\t\t\t\t<div
id=\"");
Line 353:              __ctrl.SetStaticString(1, "_Feld3\" ");
Line 354:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control13);
Line 355:              return __ctrl;
Line 356:          }
Line 357:          
Line 358:          public void __DataBind__control13(object sender,
System.EventArgs e) {
Line 359:              System.Web.UI.WebControls.DataGridItem Container;
Line 360:              System.Web.UI.DataBoundLiteralControl target;
Line 361:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 362:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 363:              
Line 364:              #line 121
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 365:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"ID")));
Line 366:              
Line 367:              #line default
Line 368:          }
Line 369:          
Line 370:          private System.Web.UI.Control
__BuildControl__control14() {
Line 371:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 372:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 373:              this.__control14 = __ctrl;
Line 374:              __ctrl.SetStaticString(0, ">");
Line 375:              __ctrl.SetStaticString(1, "</div>\r\n\t\t\t");
Line 376:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control14);
Line 377:              return __ctrl;
Line 378:          }
Line 379:          
Line 380:          public void __DataBind__control14(object sender,
System.EventArgs e) {
Line 381:              System.Web.UI.WebControls.DataGridItem Container;
Line 382:              System.Web.UI.DataBoundLiteralControl target;
Line 383:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 384:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 385:              
Line 386:              #line 121
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 387:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"Datum")));
Line 388:              
Line 389:              #line default
Line 390:          }
Line 391:          
Line 392:          private void
__BuildControl__control12(System.Web.UI.Control __ctrl) {
Line 393:              
Line 394:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 395:              this.__BuildControl__control13();
Line 396:              
Line 397:              #line default
Line 398:              System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 399:              
Line 400:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 401:              __parser.AddParsedSubObject(this.__control13);
Line 402:              
Line 403:              #line default
Line 404:              
Line 405:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 406:              this.__BuildControl__control14();
Line 407:              
Line 408:              #line default
Line 409:              
Line 410:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 411:              __parser.AddParsedSubObject(this.__control14);
Line 412:              
Line 413:              #line default
Line 414:              __ctrl.SetRenderMethodDelegate(new
System.Web.UI.RenderMethod(this.__Render__control12));
Line 415:          }
Line 416:          
Line 417:          private void
__Render__control12(System.Web.UI.HtmlTextWriter __output,
System.Web.UI.Control parameterContainer) {
Line 418:
parameterContainer.Controls[0].RenderControl(__output);
Line 419:              
Line 420:              #line 121
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 421:              contenteditable
Line 422:              
Line 423:              #line default
Line 424:
parameterContainer.Controls[1].RenderControl(__output);
Line 425:          }
Line 426:          
Line 427:          private void __BuildControl__control11() {
Line 428:              System.Web.UI.WebControls.TemplateColumn __ctrl;
Line 429:              
Line 430:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 431:              __ctrl = new
System.Web.UI.WebControls.TemplateColumn();
Line 432:              
Line 433:              #line default
Line 434:              this.__control11 = __ctrl;
Line 435:              
Line 436:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 437:              __ctrl.ItemStyle.CssClass = "Item";
Line 438:              
Line 439:              #line default
Line 440:              
Line 441:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 442:              __ctrl.HeaderStyle.CssClass = "Header";
Line 443:              
Line 444:              #line default
Line 445:              
Line 446:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 447:              __ctrl.HeaderText = "Thema";
Line 448:              
Line 449:              #line default
Line 450:              
Line 451:              #line 119
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 452:              __ctrl.ItemTemplate = new
System.Web.UI.CompiledTemplateBuilder(new
System.Web.UI.BuildTemplateMethod(this.__BuildControl__control12));
Line 453:              
Line 454:              #line default
Line 455:          }
Line 456:          
Line 457:          private System.Web.UI.Control
__BuildControl__control17() {
Line 458:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 459:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 460:              this.__control17 = __ctrl;
Line 461:              __ctrl.SetStaticString(0, "\r\n\t\t\t\t<div
id=\"");
Line 462:              __ctrl.SetStaticString(1, "_Feld4\" ");
Line 463:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control17);
Line 464:              return __ctrl;
Line 465:          }
Line 466:          
Line 467:          public void __DataBind__control17(object sender,
System.EventArgs e) {
Line 468:              System.Web.UI.WebControls.DataGridItem Container;
Line 469:              System.Web.UI.DataBoundLiteralControl target;
Line 470:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 471:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 472:              
Line 473:              #line 127
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 474:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"ID")));
Line 475:              
Line 476:              #line default
Line 477:          }
Line 478:          
Line 479:          private System.Web.UI.Control
__BuildControl__control18() {
Line 480:              System.Web.UI.DataBoundLiteralControl __ctrl;
Line 481:              __ctrl = new
System.Web.UI.DataBoundLiteralControl(2, 1);
Line 482:              this.__control18 = __ctrl;
Line 483:              __ctrl.SetStaticString(0, ">");
Line 484:              __ctrl.SetStaticString(1, "</div>\r\n\t\t\t");
Line 485:              __ctrl.DataBinding += new
System.EventHandler(this.__DataBind__control18);
Line 486:              return __ctrl;
Line 487:          }
Line 488:          
Line 489:          public void __DataBind__control18(object sender,
System.EventArgs e) {
Line 490:              System.Web.UI.WebControls.DataGridItem Container;
Line 491:              System.Web.UI.DataBoundLiteralControl target;
Line 492:              target =
((System.Web.UI.DataBoundLiteralControl)(sender));
Line 493:              Container =
((System.Web.UI.WebControls.DataGridItem)(target.BindingContainer));
Line 494:              
Line 495:              #line 127
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 496:              target.SetDataBoundString(0,
System.Convert.ToString(DataBinder.Eval(Container.DataItem,"Beginn")));
Line 497:              
Line 498:              #line default
Line 499:          }
Line 500:          
Line 501:          private void
__BuildControl__control16(System.Web.UI.Control __ctrl) {
Line 502:              
Line 503:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 504:              this.__BuildControl__control17();
Line 505:              
Line 506:              #line default
Line 507:              System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 508:              
Line 509:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 510:              __parser.AddParsedSubObject(this.__control17);
Line 511:              
Line 512:              #line default
Line 513:              
Line 514:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 515:              this.__BuildControl__control18();
Line 516:              
Line 517:              #line default
Line 518:              
Line 519:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 520:              __parser.AddParsedSubObject(this.__control18);
Line 521:              
Line 522:              #line default
Line 523:              __ctrl.SetRenderMethodDelegate(new
System.Web.UI.RenderMethod(this.__Render__control16));
Line 524:          }
Line 525:          
Line 526:          private void
__Render__control16(System.Web.UI.HtmlTextWriter __output,
System.Web.UI.Control parameterContainer) {
Line 527:
parameterContainer.Controls[0].RenderControl(__output);
Line 528:              
Line 529:              #line 127
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 530:              contenteditable
Line 531:              
Line 532:              #line default
Line 533:
parameterContainer.Controls[1].RenderControl(__output);
Line 534:          }
Line 535:          
Line 536:          private void __BuildControl__control15() {
Line 537:              System.Web.UI.WebControls.TemplateColumn __ctrl;
Line 538:              
Line 539:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 540:              __ctrl = new
System.Web.UI.WebControls.TemplateColumn();
Line 541:              
Line 542:              #line default
Line 543:              this.__control15 = __ctrl;
Line 544:              
Line 545:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 546:              __ctrl.ItemStyle.CssClass = "Item";
Line 547:              
Line 548:              #line default
Line 549:              
Line 550:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 551:              __ctrl.HeaderStyle.CssClass = "Header";
Line 552:              
Line 553:              #line default
Line 554:              
Line 555:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 556:              __ctrl.HeaderText = "Thema";
Line 557:              
Line 558:              #line default
Line 559:              
Line 560:              #line 125
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 561:              __ctrl.ItemTemplate = new
System.Web.UI.CompiledTemplateBuilder(new
System.Web.UI.BuildTemplateMethod(this.__BuildControl__control16));
Line 562:              
Line 563:              #line default
Line 564:          }
Line 565:          
Line 566:          private void
__BuildControl__control2(System.Web.UI.WebControls.DataGridColumnCollect
ion __ctrl) {
Line 567:              
Line 568:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 569:              this.__BuildControl__control3();
Line 570:              
Line 571:              #line default
Line 572:              
Line 573:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 574:              __ctrl.Add(this.__control3);
Line 575:              
Line 576:              #line default
Line 577:              
Line 578:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 579:              this.__BuildControl__control7();
Line 580:              
Line 581:              #line default
Line 582:              
Line 583:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 584:              __ctrl.Add(this.__control7);
Line 585:              
Line 586:              #line default
Line 587:              
Line 588:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 589:              this.__BuildControl__control11();
Line 590:              
Line 591:              #line default
Line 592:              
Line 593:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 594:              __ctrl.Add(this.__control11);
Line 595:              
Line 596:              #line default
Line 597:              
Line 598:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 599:              this.__BuildControl__control15();
Line 600:              
Line 601:              #line default
Line 602:              
Line 603:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 604:              __ctrl.Add(this.__control15);
Line 605:              
Line 606:              #line default
Line 607:          }
Line 608:          
Line 609:          private System.Web.UI.Control
__BuildControlDataGridKurse() {
Line 610:              System.Web.UI.WebControls.DataGrid __ctrl;
Line 611:              
Line 612:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 613:              __ctrl = new
System.Web.UI.WebControls.DataGrid();
Line 614:              
Line 615:              #line default
Line 616:              this.DataGridKurse = __ctrl;
Line 617:              
Line 618:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 619:              __ctrl.ID = "DataGridKurse";
Line 620:              
Line 621:              #line default
Line 622:              
Line 623:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 624:              __ctrl.AutoGenerateColumns = false;
Line 625:              
Line 626:              #line default
Line 627:              
Line 628:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 629:              __ctrl.CssClass = "Tabelle";
Line 630:              
Line 631:              #line default
Line 632:              
Line 633:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 634:
((System.Web.UI.IAttributeAccessor)(__ctrl)).SetAttribute("style",
"width:100%;");
Line 635:              
Line 636:              #line default
Line 637:              
Line 638:              #line 105
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 639:              this.__BuildControl__control2(__ctrl.Columns);
Line 640:              
Line 641:              #line default
Line 642:              return __ctrl;
Line 643:          }
Line 644:          
Line 645:          private void __BuildControlTree(System.Web.UI.Control
__ctrl) {
Line 646:              System.Web.UI.IParserAccessor __parser =
((System.Web.UI.IParserAccessor)(__ctrl));
Line 647:              
Line 648:              #line 1
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 649:
__parser.AddParsedSubObject(this.CreateResourceBasedLiteralControl(0,
2796, false));
Line 650:              
Line 651:              #line default
Line 652:              
Line 653:              #line 1
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 654:              this.__BuildControlDataGridKurse();
Line 655:              
Line 656:              #line default
Line 657:              
Line 658:              #line 1
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 659:              __parser.AddParsedSubObject(this.DataGridKurse);
Line 660:              
Line 661:              #line default
Line 662:              
Line 663:              #line 1
"D:\Web\F\A\86\profit\subsites\login\liste.aspx"
Line 664:              __parser.AddParsedSubObject(new
System.Web.UI.LiteralControl("\r\n\r\n\r\n\r\n\r\n</body>"));
Line 665:              
Line 666:              #line default
Line 667:          }
Line 668:          
Line 669:          protected override void FrameworkInitialize() {
Line 670:
SetStringResourcePointer(ASP.liste_aspx.__stringResource, 2796);
Line 671:              this.__BuildControlTree(this);
Line 672:              this.FileDependencies =
ASP.liste_aspx.__fileDependencies;
Line 673:              this.EnableViewStateMac = true;
Line 674:          }
Line 675:          
Line 676:          public override int GetTypeHashCode() {
Line 677:              return -577498496;
Line 678:          }
Line 679:      }
Line 680:  }
Line 681:  
 


| [aspdedotnet] als [email protected] subscribed
| http://www.dotnetgerman.com/archiv/aspdedotnet/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.dotnetgerman.com/listen/aspDEdotnet.asp

Antwort per Email an