Club Web Site Starter Kithttp://forums.asp.net/1004.aspx/1?Club+Web+Site+Starter+KitDiscussions about Microsoft's Club Web Site Starter Kit for ASP.NET 2.0.Fri, 07 Sep 2012 12:09:23 -0400urn:uuid:00000000-0000-0000-0000-000000001004urn:uuid:00000000-0000-0000-0000-000005136734http://forums.asp.net/p/1841189/5136734.aspx/1?Consistent+Getting+the+following+ErrorConsistent Getting the following Error <p>I am getting the following error quite often.&nbsp; Can someone shed some light on this?&nbsp; I am not sure why this is becoming more frequent.&nbsp; Thanks everyone. How do I fix this?</p> <h1>Server Error in '/' Application.</h1> <hr align="center" noshade="noshade" size="1" width="100%" style="color:silver"> <h2><i>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</i></h2> <p class="yiv1252817401MsoNormal" style="margin-bottom:12pt"><b><span style="font-family:'sans-serif'">Description: </span></b><span style="font-family:'sans-serif'">An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br> <br> <b>Exception Details: </b>System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.<br> <br> <b>Source Error:</b> </span></p> <table class="yiv1252817401MsoNormalTable" border="0" cellpadding="0" width="100%" style="width:100%; background:none repeat scroll 0% 0% #ffffcc"> <tbody> <tr> <td style="padding:0.75pt"> <pre>Line 23:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (System.ComponentModel.DataObjectMethodType.Select, False)&gt; _</pre> <pre>Line 24:&nbsp;&nbsp;&nbsp;&nbsp; Public Shared Function List(ByVal pagenum As Integer) As IDataReader</pre> <pre><span style="color:red">Line 25:&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim qry As New Query(Tables.Announcements)</span></pre> <pre>Line 26:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qry.AddWhere(Announcements.Columns.Itemdate, Comparison.LessOrEquals, DateTime.Now())</pre> <pre>Line 27:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qry.PageSize = ClubStarterKit.Web.Settings.PageSize()</pre> </td> </tr> </tbody> </table> <p class="yiv1252817401MsoNormal" style="margin-bottom:12pt"><span style="font-family:'sans-serif'"><br> <b>Source File: </b>C:\HostingSpaces\somesite.com\wwwroot\App_Code\BLL\News.vb<b> &nbsp;&nbsp; Line: </b>25 <br> <br> <b>Stack Trace:</b> </span></p> <pre>[ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.]</pre> <pre>&nbsp;&nbsp; System.Array.BinarySearch(T[] array, Int32 index, Int32 length, T value, IComparer`1 comparer) &#43;7514355</pre> <pre>&nbsp;&nbsp; System.Collections.Generic.SortedList`2.IndexOfKey(TKey key) &#43;80</pre> <pre>&nbsp;&nbsp; System.Collections.Generic.SortedList`2.ContainsKey(TKey key) &#43;4</pre> <pre>&nbsp;&nbsp; SubSonic.DataService.GetSchema(String tableName, String providerName, TableType tableType) in C:\SubSonic 2.0.3\src\SubSonic\DataProviders\DataService.cs:418</pre> <pre>&nbsp;&nbsp; SubSonic.DataService.GetTableSchema(String tableName, String providerName) in C:\SubSonic 2.0.3\src\SubSonic\DataProviders\DataService.cs:440</pre> <pre>&nbsp;&nbsp; SubSonic.Query..ctor(String tableName) in C:\SubSonic 2.0.3\src\SubSonic\Sql Tools\Query.cs:613</pre> <pre>&nbsp;&nbsp; ClubStarterKit.Web.News.List(Int32 pagenum) in C:\HostingSpaces\somesite.com\wwwroot\App_Code\BLL\News.vb:25</pre> <pre> &nbsp;</pre> <pre>[TargetInvocationException: Exception has been thrown by the target of an invocation.]</pre> <pre>&nbsp;&nbsp; System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) &#43;0</pre> <pre>&nbsp;&nbsp; System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) &#43;71</pre> <pre>&nbsp;&nbsp; System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) &#43;261</pre> <pre>&nbsp;&nbsp; System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) &#43;29</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object&amp; instance) &#43;488</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) &#43;1247</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.GetData() &#43;35</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) &#43;220</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) &#43;51</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.DataBind() &#43;75</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.EnsureDataBound() &#43;55</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.OnPreRender(EventArgs e) &#43;15</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;80</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre id="yui_3_2_0_1_1330699256659512">&nbsp;&nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &#43;842</pre> 2012-09-07T07:12:40-04:002012-09-07T07:12:40.57-04:00urn:uuid:00000000-0000-0000-0000-000004031559http://forums.asp.net/p/1591211/4031559.aspx/1?System+NullReferenceException+Object+reference+not+set+to+an+instance+of+an+object+Upload+ImmageSystem.NullReferenceException: Object reference not set to an instance of an object. Upload Immage <p>Hi i am getting the System.NullReferenceException: Object reference not set to an instance of an object. error when i try to upload an image can someone help?&nbsp;The site is going really well the only thing i can't seem to do is upload photo's.</p> <pre class="prettyprint">Protected Sub UploadBtn_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim newimageid As Integer <strong>newimageid = ImageUtils.uploadImage(Title.Text, CInt(AlbumList2.SelectedValue), FileUpload1.FileContent)</strong> ImageId = newimageid viewswitch.SetActiveView(main) End Sub</pre> <p><br> It errors on <strong>newimageid = ImageUtils.uploadImage(Title.Text, CInt(AlbumList2.SelectedValue), FileUpload1.FileContent)</strong><br> </p> <p>&nbsp;</p> <p>please help this is driving me mad</p> <p>&nbsp;</p> 2010-08-17T11:50:50-04:002010-08-17T11:50:50.107-04:00urn:uuid:00000000-0000-0000-0000-000003715302http://forums.asp.net/p/1532895/3715302.aspx/1?VS2010+RC+on+XP+and+7+Problem+with+Club+Kits+on+www+asp+net+Exception+when+tying+to+use+themVS2010 RC on XP and 7: Problem with Club Kits on www.asp.net. Exception when tying to use them <p>&nbsp;I installed VS2010 RC on a Win 7 Ultimate 64 bit, a Win 7 Ultimate 32 bit and an XP Pro machine.&nbsp; After opening then closing VS2010, I installed the club web site starter kit (club.vsi).&nbsp; Once that was installed I tried to make a new web site by selecting file-&gt;new-.web site and selecting the club web site starter kit.&nbsp; I get a dialog box error from VS that says:<br> Exception from HRESULT: 0x80041FEB<br> On any of the OS's listed above.</p> 2010-03-05T12:18:18-05:002010-03-05T12:18:18.067-05:00urn:uuid:00000000-0000-0000-0000-000004879657http://forums.asp.net/p/1780233/4879657.aspx/1?Errors+With+Club+Website+Starter+KitErrors With Club Website Starter Kit <p>Hi Everybody,</p> <p>I am currently developing website with very similar functionality to the&nbsp; Club website started kit. So i decided it would be a good idea to download install and see how far I can get modifying it. However although it says it has installed correctly and error code appears when I attempt to start a new website using this template. I have played around with the features and the settings but have been unable to resolve it :(</p> <p>The error Message says</p> <p>&nbsp;</p> <p>Exception from HRESULT:0x80041FEB</p> <p>When I click okay it just says project failed to create. I hope someone can help.</p> <p>Thanks in Advance,</p> <p>Cheers,</p> <p>Luke</p> 2012-03-14T11:56:11-04:002012-03-14T11:56:11.01-04:00urn:uuid:00000000-0000-0000-0000-000004957481http://forums.asp.net/p/1798319/4957481.aspx/1?Invalid+Object+Name+error+0x80131904Invalid Object Name error 0x80131904 <p>Hello all,</p> <p>I have this error for 2 weeks and I couldn't solve it and I read this post that may start solving from it</p> <p>http://our.umbraco.org/forum/getting-started/installing-umbraco/24591-Invalid-object-name-%27umbracoDomains%27</p> <p>My database is working in my localhost perfectly with no errors but when I convert it BAK file and upload it to ixwebhosting I faced this error</p> <p>please help me to share all posts</p> <p></p> <p>Thanks</p> 2012-04-30T06:04:23-04:002012-04-30T06:04:23.277-04:00urn:uuid:00000000-0000-0000-0000-000004652556http://forums.asp.net/p/1735065/4652556.aspx/1?Club+starter+kit+with+mySQL+on+GoDaddyClub starter kit with mySQL on GoDaddy <p>I used the club starter kit before but with godaddy's policies with the sql server now i am trying to find the club starter kit that is set up to use mysql. any help would be useful</p> <p></p> <p>Thanks</p> 2011-10-24T21:00:58-04:002011-10-24T21:00:58.52-04:00urn:uuid:00000000-0000-0000-0000-000004861128http://forums.asp.net/p/1776092/4861128.aspx/1?Server+Error+in+ApplicationServer Error in Application <p>I am using the ClubStartKit which uses SubSonic for database communication.&nbsp; I am getting the following error quite often.&nbsp; Can someone shed some light on this?&nbsp; I am not sure why this is becoming more frequent.&nbsp; Thanks everyone.</p> <p></p> <h1>Server Error in '/' Application.</h1> <hr noshade="noshade" size="1" width="100%" align="center" style="color:silver"> <h2><i>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</i></h2> <p class="yiv1252817401MsoNormal" style="margin-bottom:12pt"><b><span style="font-family:'sans-serif'">Description: </span></b><span style="font-family:'sans-serif'">An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br> <br> <b>Exception Details: </b>System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.<br> <br> <b>Source Error:</b> </span></p> <table class="yiv1252817401MsoNormalTable" border="0" cellpadding="0" width="100%" style="width:100%; background:none repeat scroll 0% 0% #ffffcc"> <tbody> <tr> <td style="padding:0.75pt"> <pre>Line 23:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (System.ComponentModel.DataObjectMethodType.Select, False)&gt; _</pre> <pre>Line 24:&nbsp;&nbsp;&nbsp;&nbsp; Public Shared Function List(ByVal pagenum As Integer) As IDataReader</pre> <pre><span style="color:red">Line 25:&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim qry As New Query(Tables.Announcements)</span></pre> <pre>Line 26:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qry.AddWhere(Announcements.Columns.Itemdate, Comparison.LessOrEquals, DateTime.Now())</pre> <pre>Line 27:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; qry.PageSize = ClubStarterKit.Web.Settings.PageSize()</pre> </td> </tr> </tbody> </table> <p class="yiv1252817401MsoNormal" style="margin-bottom:12pt"><span style="font-family:'sans-serif'"><br> <b>Source File: </b>C:\HostingSpaces\somesite.com\wwwroot\App_Code\BLL\News.vb<b> &nbsp;&nbsp; Line: </b>25 <br> <br> <b>Stack Trace:</b> </span></p> <pre>[ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.]</pre> <pre>&nbsp;&nbsp; System.Array.BinarySearch(T[] array, Int32 index, Int32 length, T value, IComparer`1 comparer) &#43;7514355</pre> <pre>&nbsp;&nbsp; System.Collections.Generic.SortedList`2.IndexOfKey(TKey key) &#43;80</pre> <pre>&nbsp;&nbsp; System.Collections.Generic.SortedList`2.ContainsKey(TKey key) &#43;4</pre> <pre>&nbsp;&nbsp; SubSonic.DataService.GetSchema(String tableName, String providerName, TableType tableType) in C:\SubSonic 2.0.3\src\SubSonic\DataProviders\DataService.cs:418</pre> <pre>&nbsp;&nbsp; SubSonic.DataService.GetTableSchema(String tableName, String providerName) in C:\SubSonic 2.0.3\src\SubSonic\DataProviders\DataService.cs:440</pre> <pre>&nbsp;&nbsp; SubSonic.Query..ctor(String tableName) in C:\SubSonic 2.0.3\src\SubSonic\Sql Tools\Query.cs:613</pre> <pre>&nbsp;&nbsp; ClubStarterKit.Web.News.List(Int32 pagenum) in C:\HostingSpaces\somesite.com\wwwroot\App_Code\BLL\News.vb:25</pre> <pre> &nbsp;</pre> <pre>[TargetInvocationException: Exception has been thrown by the target of an invocation.]</pre> <pre>&nbsp;&nbsp; System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) &#43;0</pre> <pre>&nbsp;&nbsp; System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) &#43;71</pre> <pre>&nbsp;&nbsp; System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) &#43;261</pre> <pre>&nbsp;&nbsp; System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) &#43;29</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object&amp; instance) &#43;488</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) &#43;1247</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.GetData() &#43;35</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) &#43;220</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) &#43;51</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.DataBind() &#43;75</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.EnsureDataBound() &#43;55</pre> <pre>&nbsp;&nbsp; System.Web.UI.WebControls.Repeater.OnPreRender(EventArgs e) &#43;15</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;80</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre>&nbsp;&nbsp; System.Web.UI.Control.PreRenderRecursiveInternal() &#43;171</pre> <pre id="yui_3_2_0_1_1330699256659512">&nbsp;&nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &#43;842</pre> 2012-03-02T16:30:48-05:002012-03-02T16:30:48.52-05:00urn:uuid:00000000-0000-0000-0000-000004797127http://forums.asp.net/p/1761795/4797127.aspx/1?Help+with+club+site+starter+kitHelp with club site starter kit <p>Hi,</p> <p>i want to use this club site starter kit:</p> <p><a href="http://www.asp.net/downloads/starter-kits/club">http://www.asp.net/downloads/starter-kits/club</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/aa479303.aspx#docum_topic2">http://msdn.microsoft.com/en-us/library/aa479303.aspx#docum_topic2</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/aa479303.aspx#docum_topic2"></a></p> <p></p> <p>However, i am running on ASP.Net 4, would this code be able to work?</p> <p>All i need the recent news article/blog function.</p> <p></p> <p>Please help!</p> <p></p> <p>Thanks!</p> 2012-01-23T16:14:35-05:002012-01-23T16:14:35.17-05:00urn:uuid:00000000-0000-0000-0000-000004757098http://forums.asp.net/p/1754440/4757098.aspx/1?Adding+Menu+ItemAdding Menu Item <p>Has anyone succesfully added new menu items to the menu bar without it actually scroll on the &quot;new line&quot;? What's the secret. Thanks. Eric</p> 2011-12-30T15:14:08-05:002011-12-30T15:14:08.16-05:00urn:uuid:00000000-0000-0000-0000-000004718885http://forums.asp.net/p/1747013/4718885.aspx/1?ClubStarterKit+Web+News+GetImages+ErrorClubStarterKit.Web.News.GetImages Error <p>Hi Everyone,</p> <p></p> <p>I can't seem to figure out a fix for this, I keep getting the following error in my log.&nbsp; Can someone help me fix this?&nbsp; Not sure what it means...</p> <p></p> <p>ERROR:</p> <pre class="prettyprint">System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---&gt; System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.InvalidOperationException: Nullable object must have a value. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Nullable`1.op_Explicit(Nullable`1 value) at ClubStarterKit.Web.News.GetImages(Int32 NewsID) in C:\HostingSpaces\somesite.com\wwwroot\App_Code\BLL\News.vb:line 93 --- End of inner exception stack trace --- at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object&amp; instance) at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) at System.Web.UI.WebControls.BaseDataList.GetData() at System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.BaseDataList.DataBind() at System.Web.UI.WebControls.BaseDataList.EnsureDataBound() at System.Web.UI.WebControls.BaseDataList.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.news_print_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) Thanks!!</pre> 2011-12-07T03:13:03-05:002011-12-07T03:13:03.337-05:00urn:uuid:00000000-0000-0000-0000-000004633020http://forums.asp.net/p/1728872/4633020.aspx/1?Club+site+dependent+on+SQL+Server+Club site dependent on SQL Server? <p>I have removed all the references to the SqlExpress in the web.config&nbsp;but as soon as take it off line the application breaks, ie login errors out with sql error.</p> <p>Thank you,</p> <p>EJM</p> 2011-10-10T16:21:25-04:002011-10-10T16:21:25.057-04:00urn:uuid:00000000-0000-0000-0000-000001220730http://forums.asp.net/p/970186/1220730.aspx/1?GoDaddy+Installation+WalkthroughGoDaddy Installation Walkthrough <p>I've been foraging through the forums for info about the GoDaddy situation.&nbsp; I have found several scattered threads about several different errors.&nbsp; What I can't seem to find is an installation guide for .net newbies.</p> <p>I suspect with the help of others, I can compile a 1.2.3 walkthrough that would guide a user through the complete setup of the Club Site Starter Kit.&nbsp; I have access to GoDaddy hosting and have a test account that would be available.</p> <p>If there is such interest please let me know.</p> <p>BoosterMan</p> 2006-03-08T17:53:11-05:002006-03-08T17:53:11.07-05:00urn:uuid:00000000-0000-0000-0000-000004590909http://forums.asp.net/p/1719085/4590909.aspx/1?How+Can+I+Sync+a+Calendar+to+Mobile+DevicesHow Can I Sync a Calendar to Mobile Devices <p>Hello everyone!&nbsp; I'm re-writing this for the second time because I accidently clicked a link and lost all my data!&nbsp; So without further ado:</p> <p>A while back, I built a website using the Club Web Site Starter Kit.&nbsp; I recently went back and re-visited that site, and had some ideas I would like to implement.&nbsp; I would appreciate links and anything that you think would help me.&nbsp; I want to learn a lot of stuff through this.&nbsp; The trouble is, I have tried searching Google, but I don't even know where to start.&nbsp; Here are some of my ideas:</p> <p>1) &quot;Private&quot; syncing to mobile devices: My club has private and public calendars, so when syncing to mobile devices it would be important that they type in a username and password, much like Google Mail and Calendar.&nbsp; Would I need something installed on the server (like Exchange), or can this be done from a &quot;regular&quot; website?&nbsp; Perhaps I would need to build applications for each mobile device?&nbsp; My preference would be to enable syncing from a &quot;regular&quot; website, if this is at all possible.&nbsp; But I am open to suggestions.</p> <p>2) Modifiability: It would be nice if users could add and modify small &quot;group&quot; events from their mobile devices, but obviously they must not be able to modify the club events.&nbsp; This wouldn't really be essential, but would be nice if it were possible.&nbsp; Another thing I'd like, would be to enable them to sync their personal calendars to the site, if they wish.&nbsp; Again, if the only way to do this would be through apps, just tell me so and I'll be looking into it.</p> <p>3) Real-time updating, like Twitter, except inside a calendar, would be really awesome!&nbsp; I suppose this would require Ajax, or something similar, which is not a problem.&nbsp; I suspecting that I might not be able to use the built-in original Clubsite Calendar without heavy modification though, so suggestions would be more than welcome.&nbsp; Do I take the time to modify it?&nbsp; Are there better options out there?</p> <p>4) I want to make this ultra expandable, so that I can add multiple clubs on, etc.&nbsp; People will need to see the calendars from the clubs they join (as well as their personal calendar, possibly).&nbsp; Also, I want them to be able to see a list of &quot;their&quot; events.&nbsp; What this means is: all their personal events, and all the events that they are in charge of.&nbsp; It would be their personal schedule, eliminating all the events they are not going to.&nbsp; This leads to question 5:</p> <p>5) What is the most efficent way to store data?&nbsp; I figure I'll use an MSSQL database, of course I am open to suggestions here.&nbsp; I have 6&#43; events per day for the club (yea, it's a lot: that's why I have to store the data efficient for retrieving it).&nbsp; How should I store the data?&nbsp; Should I have one table per club?&nbsp; What about the group events (editable by club members), should those be in another table?&nbsp; And personal events; should every user have their own table on the database?&nbsp; Or should everything be contained in one great, big table?&nbsp; What's the most efficient way?</p> <p>6) Where do I start?&nbsp; If you can answer even just one of these questions, please do!&nbsp; Like I said, I have googled, but don't even know really what to search for, because I don't know what I'm looking for.&nbsp; Hopefully other people will be able to answer the questions you don't know the answers to!&nbsp; :)</p> <p>Thank you in advance for the help!&nbsp; I hope I remembered everything, but if I did, I'll let you know!&nbsp; :)</p> <p>~Joe</p> 2011-09-09T21:46:19-04:002011-09-09T21:46:19.92-04:00urn:uuid:00000000-0000-0000-0000-000003206047http://forums.asp.net/p/1430594/3206047.aspx/1?Database+Club+mdf+already+exists+Choose+a+different+database+name+Cannot+attach+the+file+Database ... \Club.mdf already exists. Choose a different database name. Cannot attach the file... <p>&nbsp;<i>Database 'C:\Users\Tim\StarterKits\ClubSite\App_Data\Club.mdf' already exists. Choose a different database name.<br> Cannot attach the file 'C:\Users\Tim\WebSites\DustyBallenger\App_Data\Club.mdf' as database 'ClubDB'.</i> </p> <p>This error occurs when I first launch the site.&nbsp; I am using VWD Express 2008 and SQL 2005 Express.&nbsp; I am able to view the ASPNETDB.mdf and Club.mdf database using Database Explorer in VWD. &nbsp;</p> <p>I also cannot attach to the AspNetSqlProvider using the Web Admin tool, but I can add users using the Web Admin tool. &nbsp; </p> <p>I also have VS 2005, VS 2008, SQL 2005 and SQL 2008 on this machine.</p> <p>Thanks for the help.</p> <p>Tim <br> </p> 2009-06-03T00:31:25-04:002009-06-03T00:31:25.55-04:00urn:uuid:00000000-0000-0000-0000-000004532944http://forums.asp.net/p/1705852/4532944.aspx/1?Multi+Recipients+ASP+VB+Addresses+validationMulti-Recipients ASP VB Addresses validation <p>Is there a way to validate muti- email addresses entered via text box (send to)</p> <p>&nbsp;</p> <p>Thanks</p> <p>&nbsp;</p> <p>For a single email is</p> <p></p> <p></p> <p><span face="Consolas" size="2" color="#ff0000" style="color:#ff0000; font-family:Consolas; font-size:x-small"><span face="Consolas" size="2" color="#ff0000" style="color:#ff0000; font-family:Consolas; font-size:x-small"><span face="Consolas" size="2" color="#ff0000" style="color:#ff0000; font-family:Consolas; font-size:x-small">validationexpression</span></span></span><span face="Consolas" size="2" color="#0000ff" style="color:#0000ff; font-family:Consolas; font-size:x-small"><span face="Consolas" size="2" color="#0000ff" style="color:#0000ff; font-family:Consolas; font-size:x-small"><span face="Consolas" size="2" color="#0000ff" style="color:#0000ff; font-family:Consolas; font-size:x-small">=&quot;\w&#43;([-&#43;.]\w&#43;)*@\w&#43;([-.]\w&#43;)*\.\w&#43;([-.]\w&#43;)*&quot;&gt;</span></span></span></p> <p></p> 2011-08-01T01:45:41-04:002011-08-01T01:45:41.2-04:00urn:uuid:00000000-0000-0000-0000-000004529234http://forums.asp.net/p/1704985/4529234.aspx/1?Where+to+download+Classifieds+Starter+Kit+Where to download Classifieds Starter Kit ? <p>I have searched so many places but can't find the working link to download this starter kit.</p> <p>Seems like all the pages and links are broken or doesn't exists.</p> <p>Please help or advise for any other classifieds starter kit ?</p> 2011-07-28T17:52:14-04:002011-07-28T17:52:14.4-04:00urn:uuid:00000000-0000-0000-0000-000004436769http://forums.asp.net/p/1685047/4436769.aspx/1?Club+starter+kit+Gallery+and+Register+problemClub starter kit Gallery and Register problem <p>I have just started using Club Starter Kit V2 with VWD 2010, WIN 7 64 and I have two problems that I an seeking a solution for:</p> <p>&nbsp;</p> <p>1. When a member creates a Gallery, they have the option of making that Gallery Private. Private in this case is it is only available to the member who created it. What I would like to do, is if the Gallery is 'Private', I would like that gallery available to ALL members of the site. If the &quot;Make Private function&quot; is not selected then the Gallery is available to all visitors</p> <p>&nbsp;</p> <p>2. When you register with the site, it allows you to become a member automatically, what I would like to do is have the registration sent through to an Administrator for validation</p> <p>&nbsp;</p> <p>Can any one help me with this</p> 2011-05-29T13:19:49-04:002011-05-29T13:19:49.043-04:00urn:uuid:00000000-0000-0000-0000-000004028630http://forums.asp.net/p/1590610/4028630.aspx/1?Compilation+Error+Compilation Error <p>&nbsp;First I want to thank everyone for their help so far.&nbsp; Here is the new error that I am receiving:</p> <p>&nbsp;</p> <p><span>&nbsp; </p> <h1>Server Error in '/marina' Application. <hr color="silver" size="1" width="100%"> </h1> <h2><i>Compilation Error</i> </h2> </span><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b>Description: </b>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. <br> <br> <b>Compiler Error Message: </b>BC30451: Name 'truncate' is not declared.<br> <br> <b>Source Error:</b><br> <br> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td></td> </tr> <tr> <td><pre class="prettyprint"><pre>Line 81: &lt;/h3&gt;</pre> Line 82: &lt;p&gt; Line 83: &lt;asp:Label ID=&quot;Label2&quot; runat=&quot;server&quot; Text='&lt;%# truncate(CStr(Eval(&quot;description&quot;))) %&gt;' /&gt; Line 84: &lt;a href='&lt;%# &quot;News_View.aspx?Articleid=&quot; &amp;Cstr( Eval(&quot;ID&quot;))%&gt;'&gt;read more &amp;raquo;&lt;/a&gt; Line 85: &lt;/p&gt; <pre></pre></pre></TD></TR></TBODY></TABLE><BR><B>Source File:</B> D:\Webs\lakewe\marina\Default.aspx &nbsp;&nbsp; <B>Line:</B> 83 <BR><BR><BR> &lt;div onclick="OnToggleTOCLevel1('compilerOutputDiv')"&gt;Show Detailed Compiler Output:&lt;/div&gt; &lt;div id=compilerOutputDiv sizcache="0" sizset="1"&gt;<BR> <TABLE width="100%" bgColor=#ffffcc> <TBODY> <TR> <TD><pre class="prettyprint"><PRE>c:\windows\system32\inetsrv&gt; "C:\WINDOWS\Microsoft.NET\Framework\v3.5\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Data.DataSetExtensions\3.5.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Messaging\2.0.0.0__b03f5f7f11d50a3a\System.Messaging.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Code.yqneudf1.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\assembly\dl3\76edfa51\3eec9fec_5f37cb01\eventcalendar.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_global.asax.2wiv9_ww.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_mkfau6yq.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.dll" /D:DEBUG=1 /debug+ /win32resource:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\t1m0uy3g.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls /warnaserror- /optionInfer+ "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.2.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.3.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.4.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.5.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.6.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.7.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.24.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.12.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.11.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.10.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.29.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.17.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.28.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.16.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.15.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.14.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.26.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.19.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.18.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.8.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.33.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.13.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.32.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.31.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.30.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.37.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.36.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.35.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.34.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.23.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.38.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.22.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.21.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.20.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.9.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.27.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.25.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\marina\7f515b99\cbf2e8e6\App_Web_t1m0uy3g.1.vb" Microsoft (R) Visual Basic Compiler version 9.0.30729.1 Copyright (c) Microsoft Corporation. All rights reserved. D:\Webs\lakewe\marina\Default.aspx(83) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ D:\Webs\lakewe\marina\Events_Calendar.aspx(68) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.ToolTip = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ D:\Webs\lakewe\marina\Events_List.aspx(117) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ D:\Webs\lakewe\marina\Events_List.aspx(173) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ D:\Webs\lakewe\marina\Locations_List.aspx(97) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ D:\Webs\lakewe\marina\Locations_Picker.ascx(66) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ D:\Webs\lakewe\marina\News_List.aspx(94) : error BC30451: Name 'truncate' is not declared. dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) ~~~~~~~~ </PRE></pre></TD></TR></TBODY></TABLE>&lt;/div&gt;<BR> &lt;div onclick="OnToggleTOCLevel1('dynamicCodeDiv')"&gt;Show Complete Compilation Source:&lt;/div&gt; &lt;div style="DISPLAY: none" id=dynamicCodeDiv mce_style="DISPLAY: none" sizcache="0" sizset="2"&gt;<BR> <TABLE width="100%" bgColor=#ffffcc> <TBODY> <TR> <TD><pre class="prettyprint"><PRE>Line 1: #ExternalChecksum("D:\Webs\lakewe\marina\Default.aspx","{406ea660-64cf-4c82-b6f0-42d48172a799}","6B0E84C5AF5C7741C54FC6D76516D69C") Line 2: '------------------------------------------------------------------------------ Line 3: ' &lt;auto-generated&gt; Line 4: ' This code was generated by a tool. Line 5: ' Runtime Version:2.0.50727.3603 Line 6: ' Line 7: ' Changes to this file may cause incorrect behavior and will be lost if Line 8: ' the code is regenerated. Line 9: ' &lt;/auto-generated&gt; Line 10: '------------------------------------------------------------------------------ Line 11: Line 12: Option Strict On Line 13: Option Explicit On Line 14: Line 15: Imports ASP Line 16: Imports Clubsite Line 17: Imports Microsoft.VisualBasic Line 18: Imports System Line 19: Imports System.Collections Line 20: Imports System.Collections.Specialized Line 21: Imports System.Configuration Line 22: Imports System.Text Line 23: Imports System.Text.RegularExpressions Line 24: Imports System.Web Line 25: Imports System.Web.Caching Line 26: Imports System.Web.Profile Line 27: Imports System.Web.Security Line 28: Imports System.Web.SessionState Line 29: Imports System.Web.UI Line 30: Imports System.Web.UI.HtmlControls Line 31: Imports System.Web.UI.WebControls Line 32: Imports System.Web.UI.WebControls.WebParts Line 33: Line 34: Namespace ASP Line 35: Line 36: &lt;System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()&gt; _ Line 37: Public Class default_aspx Line 38: Inherits Global.System.Web.UI.Page Line 39: Implements System.Web.SessionState.IRequiresSessionState, System.Web.IHttpHandler Line 40: Line 41: Line 42: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",60) Line 43: Protected WithEvents SqlDataSource1 As Global.System.Web.UI.WebControls.SqlDataSource Line 44: Line 45: #End ExternalSource Line 46: Line 47: Line 48: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 49: Protected WithEvents DataList1 As Global.System.Web.UI.WebControls.Repeater Line 50: Line 51: #End ExternalSource Line 52: Line 53: Line 54: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",95) Line 55: Protected WithEvents SqlDataSource2 As Global.System.Web.UI.WebControls.SqlDataSource Line 56: Line 57: #End ExternalSource Line 58: Line 59: Line 60: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 61: Protected WithEvents GridView1 As Global.System.Web.UI.WebControls.GridView Line 62: Line 63: #End ExternalSource Line 64: Line 65: Private Shared __initialized As Boolean Line 66: Line 67: Private Shared __stringResource As Object Line 68: Line 69: Private Shared __fileDependencies As Object Line 70: Line 71: Line 72: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",4) Line 73: Line 74: Line 75: Function ShowDuration(ByVal starttime As Object, ByVal endtime As Object) As String Line 76: Dim starttimeDT As Date = CDate(starttime) Line 77: If Not endtime Is Nothing AndAlso Not IsDBNull(endtime) Then Line 78: Dim endtimeDT As Date = CDate(endtime) Line 79: Line 80: If starttimeDT.Date = endtimeDT.Date Then Line 81: If starttimeDT = endtimeDT Then Line 82: Return starttimeDT.ToString("h:mm tt") Line 83: Else Line 84: Return starttimeDT.ToString("h:mm tt") &amp; " - " &amp; endtimeDT.ToString("h:mm tt") Line 85: End If Line 86: Else Line 87: Return "thru " &amp; endtimeDT.ToString("d") Line 88: End If Line 89: Else Line 90: Return starttimeDT.ToString("h:mm tt") Line 91: End If Line 92: Line 93: End Function Line 94: Line 95: Sub Logout_click(ByVal sender As Object, ByVal e As EventArgs) Line 96: 'Todo: Add logoff functionality. Line 97: FormsAuthentication.SignOut() Line 98: End Sub Line 99: Line 100: Line 101: #End ExternalSource Line 102: Line 103: Line 104: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 105: Public Sub New() Line 106: MyBase.New Line 107: Dim dependencies() As String Line 108: CType(Me,Global.System.Web.UI.Page).AppRelativeVirtualPath = "~/Default.aspx" Line 109: If (Global.ASP.default_aspx.__initialized = false) Then Line 110: Global.ASP.default_aspx.__stringResource = Me.ReadStringResource Line 111: dependencies = New String(2) {} Line 112: dependencies(0) = "~/Default.aspx" Line 113: dependencies(1) = "~/Default.master" Line 114: dependencies(2) = "~/ImageThumbnail.ascx" Line 115: Global.ASP.default_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies) Line 116: Global.ASP.default_aspx.__initialized = true Line 117: End If Line 118: Me.Server.ScriptTimeout = 30000000 Line 119: End Sub Line 120: Line 121: Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile Line 122: Get Line 123: Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile) Line 124: End Get Line 125: End Property Line 126: Line 127: Protected ReadOnly Property ApplicationInstance() As ASP.global_asax Line 128: Get Line 129: Return CType(Me.Context.ApplicationInstance,ASP.global_asax) Line 130: End Get Line 131: End Property Line 132: Line 133: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 134: Private Function __BuildControlSqlDataSource1() As Global.System.Web.UI.WebControls.SqlDataSource Line 135: Dim __ctrl As Global.System.Web.UI.WebControls.SqlDataSource Line 136: Line 137: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",60) Line 138: __ctrl = New Global.System.Web.UI.WebControls.SqlDataSource Line 139: Line 140: #End ExternalSource Line 141: Me.SqlDataSource1 = __ctrl Line 142: __ctrl.TemplateControl = Me Line 143: Line 144: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",60) Line 145: __ctrl.ID = "SqlDataSource1" Line 146: Line 147: #End ExternalSource Line 148: Line 149: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",60) Line 150: __ctrl.ProviderName = "System.Data.SqlClient" Line 151: Line 152: #End ExternalSource Line 153: Line 154: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",60) Line 155: __ctrl.SelectCommand = "SELECT top 5 [id], [itemdate], [title], [description], [photo] FROM [Announcement"&amp; _ Line 156: "s] order by itemdate desc" Line 157: Line 158: #End ExternalSource Line 159: __ctrl.ConnectionString = System.Convert.ToString(System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString("ClubSiteDB"), System.Globalization.CultureInfo.CurrentCulture) Line 160: Return __ctrl Line 161: End Function Line 162: Line 163: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 164: Private Function __BuildControl__control3() As Global.System.Web.UI.DataBoundLiteralControl Line 165: Dim __ctrl As Global.System.Web.UI.DataBoundLiteralControl Line 166: Line 167: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",71) Line 168: __ctrl = New Global.System.Web.UI.DataBoundLiteralControl(2, 1) Line 169: Line 170: #End ExternalSource Line 171: __ctrl.TemplateControl = Me Line 172: __ctrl.SetStaticString(0, ""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;divlistitem""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;di"&amp; _ Line 173: "vthumbnail""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;a href='") Line 174: __ctrl.SetStaticString(1, "'&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ") Line 175: Line 176: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",71) Line 177: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBind__control3 Line 178: Line 179: #End ExternalSource Line 180: Return __ctrl Line 181: End Function Line 182: Line 183: Public Sub __DataBind__control3(ByVal sender As Object, ByVal e As System.EventArgs) Line 184: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 185: Dim target As System.Web.UI.DataBoundLiteralControl Line 186: Line 187: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",71) Line 188: target = CType(sender,System.Web.UI.DataBoundLiteralControl) Line 189: Line 190: #End ExternalSource Line 191: Line 192: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",71) Line 193: Container = CType(target.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 194: Line 195: #End ExternalSource Line 196: Line 197: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",71) Line 198: target.SetDataBoundString(0, System.Convert.ToString("News_View.aspx?Articleid=" &amp;Cstr( Eval("ID")), System.Globalization.CultureInfo.CurrentCulture)) Line 199: Line 200: #End ExternalSource Line 201: End Sub Line 202: Line 203: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 204: Private Function __BuildControl__control4() As Global.ASP.ImageThumbnail Line 205: Dim __ctrl As Global.ASP.ImageThumbnail Line 206: Line 207: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",72) Line 208: __ctrl = New Global.ASP.ImageThumbnail Line 209: Line 210: #End ExternalSource Line 211: Line 212: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",72) Line 213: __ctrl.InitializeAsUserControl(Me.Page) Line 214: Line 215: #End ExternalSource Line 216: Line 217: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",72) Line 218: __ctrl.ID = "ImageThumbnail2" Line 219: Line 220: #End ExternalSource Line 221: Line 222: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",72) Line 223: __ctrl.NoPhotoImg = "images/news.jpg" Line 224: Line 225: #End ExternalSource Line 226: Line 227: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",72) Line 228: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBinding__control4 Line 229: Line 230: #End ExternalSource Line 231: Return __ctrl Line 232: End Function Line 233: Line 234: Public Sub __DataBinding__control4(ByVal sender As Object, ByVal e As System.EventArgs) Line 235: Dim dataBindingExpressionBuilderTarget As ASP.ImageThumbnail Line 236: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 237: dataBindingExpressionBuilderTarget = CType(sender,ASP.ImageThumbnail) Line 238: Container = CType(dataBindingExpressionBuilderTarget.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 239: Line 240: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",72) Line 241: dataBindingExpressionBuilderTarget.PhotoID = CType( Eval("photo") ,Object) Line 242: Line 243: #End ExternalSource Line 244: End Sub Line 245: Line 246: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 247: Private Function __BuildControl__control5() As Global.System.Web.UI.WebControls.Label Line 248: Dim __ctrl As Global.System.Web.UI.WebControls.Label Line 249: Line 250: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",77) Line 251: __ctrl = New Global.System.Web.UI.WebControls.Label Line 252: Line 253: #End ExternalSource Line 254: __ctrl.TemplateControl = Me Line 255: __ctrl.ApplyStyleSheetSkin(Me) Line 256: Line 257: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",77) Line 258: __ctrl.ID = "Label3" Line 259: Line 260: #End ExternalSource Line 261: Line 262: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",77) Line 263: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBinding__control5 Line 264: Line 265: #End ExternalSource Line 266: Return __ctrl Line 267: End Function Line 268: Line 269: Public Sub __DataBinding__control5(ByVal sender As Object, ByVal e As System.EventArgs) Line 270: Dim dataBindingExpressionBuilderTarget As System.Web.UI.WebControls.Label Line 271: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 272: dataBindingExpressionBuilderTarget = CType(sender,System.Web.UI.WebControls.Label) Line 273: Container = CType(dataBindingExpressionBuilderTarget.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 274: Line 275: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",77) Line 276: dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( Eval("itemdate","{0:d}") , System.Globalization.CultureInfo.CurrentCulture) Line 277: Line 278: #End ExternalSource Line 279: End Sub Line 280: Line 281: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 282: Private Function __BuildControl__control6() As Global.System.Web.UI.DataBoundLiteralControl Line 283: Dim __ctrl As Global.System.Web.UI.DataBoundLiteralControl Line 284: Line 285: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",78) Line 286: __ctrl = New Global.System.Web.UI.DataBoundLiteralControl(2, 1) Line 287: Line 288: #End ExternalSource Line 289: __ctrl.TemplateControl = Me Line 290: __ctrl.SetStaticString(0, ""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href='") Line 291: __ctrl.SetStaticString(1, "'&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ") Line 292: Line 293: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",78) Line 294: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBind__control6 Line 295: Line 296: #End ExternalSource Line 297: Return __ctrl Line 298: End Function Line 299: Line 300: Public Sub __DataBind__control6(ByVal sender As Object, ByVal e As System.EventArgs) Line 301: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 302: Dim target As System.Web.UI.DataBoundLiteralControl Line 303: Line 304: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",78) Line 305: target = CType(sender,System.Web.UI.DataBoundLiteralControl) Line 306: Line 307: #End ExternalSource Line 308: Line 309: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",78) Line 310: Container = CType(target.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 311: Line 312: #End ExternalSource Line 313: Line 314: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",78) Line 315: target.SetDataBoundString(0, System.Convert.ToString("News_View.aspx?Articleid=" &amp;Cstr( Eval("ID")), System.Globalization.CultureInfo.CurrentCulture)) Line 316: Line 317: #End ExternalSource Line 318: End Sub Line 319: Line 320: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 321: Private Function __BuildControl__control7() As Global.System.Web.UI.WebControls.Label Line 322: Dim __ctrl As Global.System.Web.UI.WebControls.Label Line 323: Line 324: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",79) Line 325: __ctrl = New Global.System.Web.UI.WebControls.Label Line 326: Line 327: #End ExternalSource Line 328: __ctrl.TemplateControl = Me Line 329: __ctrl.ApplyStyleSheetSkin(Me) Line 330: Line 331: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",79) Line 332: __ctrl.ID = "Label4" Line 333: Line 334: #End ExternalSource Line 335: Line 336: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",79) Line 337: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBinding__control7 Line 338: Line 339: #End ExternalSource Line 340: Return __ctrl Line 341: End Function Line 342: Line 343: Public Sub __DataBinding__control7(ByVal sender As Object, ByVal e As System.EventArgs) Line 344: Dim dataBindingExpressionBuilderTarget As System.Web.UI.WebControls.Label Line 345: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 346: dataBindingExpressionBuilderTarget = CType(sender,System.Web.UI.WebControls.Label) Line 347: Container = CType(dataBindingExpressionBuilderTarget.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 348: Line 349: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",79) Line 350: dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( Eval("title") , System.Globalization.CultureInfo.CurrentCulture) Line 351: Line 352: #End ExternalSource Line 353: End Sub Line 354: Line 355: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 356: Private Function __BuildControl__control8() As Global.System.Web.UI.WebControls.Label Line 357: Dim __ctrl As Global.System.Web.UI.WebControls.Label Line 358: Line 359: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",83) Line 360: __ctrl = New Global.System.Web.UI.WebControls.Label Line 361: Line 362: #End ExternalSource Line 363: __ctrl.TemplateControl = Me Line 364: __ctrl.ApplyStyleSheetSkin(Me) Line 365: Line 366: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",83) Line 367: __ctrl.ID = "Label2" Line 368: Line 369: #End ExternalSource Line 370: Line 371: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",83) Line 372: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBinding__control8 Line 373: Line 374: #End ExternalSource Line 375: Return __ctrl Line 376: End Function Line 377: Line 378: Public Sub __DataBinding__control8(ByVal sender As Object, ByVal e As System.EventArgs) Line 379: Dim dataBindingExpressionBuilderTarget As System.Web.UI.WebControls.Label Line 380: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 381: dataBindingExpressionBuilderTarget = CType(sender,System.Web.UI.WebControls.Label) Line 382: Container = CType(dataBindingExpressionBuilderTarget.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 383: Line 384: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",83) Line 385: dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( truncate(CStr(Eval("description"))) , System.Globalization.CultureInfo.CurrentCulture) Line 386: Line 387: #End ExternalSource Line 388: End Sub Line 389: Line 390: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 391: Private Function __BuildControl__control9() As Global.System.Web.UI.DataBoundLiteralControl Line 392: Dim __ctrl As Global.System.Web.UI.DataBoundLiteralControl Line 393: Line 394: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",84) Line 395: __ctrl = New Global.System.Web.UI.DataBoundLiteralControl(2, 1) Line 396: Line 397: #End ExternalSource Line 398: __ctrl.TemplateControl = Me Line 399: __ctrl.SetStaticString(0, ""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;a href='") Line 400: __ctrl.SetStaticString(1, "'&gt;read more &amp;raquo;&lt;/a&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/p&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 401: " &lt;divclearlist""&gt;&lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 402: " ") Line 403: Line 404: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",84) Line 405: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBind__control9 Line 406: Line 407: #End ExternalSource Line 408: Return __ctrl Line 409: End Function Line 410: Line 411: Public Sub __DataBind__control9(ByVal sender As Object, ByVal e As System.EventArgs) Line 412: Dim Container As System.Web.UI.WebControls.RepeaterItem Line 413: Dim target As System.Web.UI.DataBoundLiteralControl Line 414: Line 415: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",84) Line 416: target = CType(sender,System.Web.UI.DataBoundLiteralControl) Line 417: Line 418: #End ExternalSource Line 419: Line 420: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",84) Line 421: Container = CType(target.BindingContainer,System.Web.UI.WebControls.RepeaterItem) Line 422: Line 423: #End ExternalSource Line 424: Line 425: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",84) Line 426: target.SetDataBoundString(0, System.Convert.ToString("News_View.aspx?Articleid=" &amp;Cstr( Eval("ID")), System.Globalization.CultureInfo.CurrentCulture)) Line 427: Line 428: #End ExternalSource Line 429: End Sub Line 430: Line 431: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 432: Private Sub __BuildControl__control2(ByVal __ctrl As System.Web.UI.Control) Line 433: Dim __ctrl1 As Global.System.Web.UI.DataBoundLiteralControl Line 434: Line 435: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 436: __ctrl1 = Me.__BuildControl__control3 Line 437: Line 438: #End ExternalSource Line 439: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor) Line 440: Line 441: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 442: __parser.AddParsedSubObject(__ctrl1) Line 443: Line 444: #End ExternalSource Line 445: Dim __ctrl2 As Global.ASP.ImageThumbnail Line 446: Line 447: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 448: __ctrl2 = Me.__BuildControl__control4 Line 449: Line 450: #End ExternalSource Line 451: Line 452: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 453: __parser.AddParsedSubObject(__ctrl2) Line 454: Line 455: #End ExternalSource Line 456: Line 457: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 458: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/a&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 459: " &lt;h3&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 460: Line 461: #End ExternalSource Line 462: Dim __ctrl3 As Global.System.Web.UI.WebControls.Label Line 463: Line 464: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 465: __ctrl3 = Me.__BuildControl__control5 Line 466: Line 467: #End ExternalSource Line 468: Line 469: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 470: __parser.AddParsedSubObject(__ctrl3) Line 471: Line 472: #End ExternalSource Line 473: Dim __ctrl4 As Global.System.Web.UI.DataBoundLiteralControl Line 474: Line 475: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 476: __ctrl4 = Me.__BuildControl__control6 Line 477: Line 478: #End ExternalSource Line 479: Line 480: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 481: __parser.AddParsedSubObject(__ctrl4) Line 482: Line 483: #End ExternalSource Line 484: Dim __ctrl5 As Global.System.Web.UI.WebControls.Label Line 485: Line 486: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 487: __ctrl5 = Me.__BuildControl__control7 Line 488: Line 489: #End ExternalSource Line 490: Line 491: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 492: __parser.AddParsedSubObject(__ctrl5) Line 493: Line 494: #End ExternalSource Line 495: Line 496: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 497: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/a&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/h3&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 498: " &lt;p&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 499: Line 500: #End ExternalSource Line 501: Dim __ctrl6 As Global.System.Web.UI.WebControls.Label Line 502: Line 503: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 504: __ctrl6 = Me.__BuildControl__control8 Line 505: Line 506: #End ExternalSource Line 507: Line 508: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 509: __parser.AddParsedSubObject(__ctrl6) Line 510: Line 511: #End ExternalSource Line 512: Dim __ctrl7 As Global.System.Web.UI.DataBoundLiteralControl Line 513: Line 514: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 515: __ctrl7 = Me.__BuildControl__control9 Line 516: Line 517: #End ExternalSource Line 518: Line 519: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 520: __parser.AddParsedSubObject(__ctrl7) Line 521: Line 522: #End ExternalSource Line 523: End Sub Line 524: Line 525: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 526: Private Function __BuildControlDataList1() As Global.System.Web.UI.WebControls.Repeater Line 527: Dim __ctrl As Global.System.Web.UI.WebControls.Repeater Line 528: Line 529: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 530: __ctrl = New Global.System.Web.UI.WebControls.Repeater Line 531: Line 532: #End ExternalSource Line 533: Me.DataList1 = __ctrl Line 534: __ctrl.TemplateControl = Me Line 535: Line 536: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 537: __ctrl.ItemTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control2) Line 538: Line 539: #End ExternalSource Line 540: Line 541: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 542: __ctrl.ID = "DataList1" Line 543: Line 544: #End ExternalSource Line 545: Line 546: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",67) Line 547: __ctrl.DataSourceID = "SqlDataSource1" Line 548: Line 549: #End ExternalSource Line 550: Return __ctrl Line 551: End Function Line 552: Line 553: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 554: Private Function __BuildControlSqlDataSource2() As Global.System.Web.UI.WebControls.SqlDataSource Line 555: Dim __ctrl As Global.System.Web.UI.WebControls.SqlDataSource Line 556: Line 557: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",95) Line 558: __ctrl = New Global.System.Web.UI.WebControls.SqlDataSource Line 559: Line 560: #End ExternalSource Line 561: Me.SqlDataSource2 = __ctrl Line 562: __ctrl.TemplateControl = Me Line 563: Line 564: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",95) Line 565: __ctrl.ID = "SqlDataSource2" Line 566: Line 567: #End ExternalSource Line 568: Line 569: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",95) Line 570: __ctrl.SelectCommand = "SELECT top 5 dbo.Events.id, dbo.Events.starttime, dbo.events.endtime, dbo.Events."&amp; _ Line 571: "title, dbo.Locations.title AS locationname FROM dbo.Events LEFT OUTER JOIN dbo.L"&amp; _ Line 572: "ocations ON dbo.Events.location = dbo.Locations.id WHERE (dbo.Events.startti"&amp; _ Line 573: "me &gt; GETDATE()) ORDER BY dbo.Events.starttime, dbo.events.id " Line 574: Line 575: #End ExternalSource Line 576: __ctrl.ConnectionString = System.Convert.ToString(System.Web.Compilation.ConnectionStringsExpressionBuilder.GetConnectionString("ClubSiteDB"), System.Globalization.CultureInfo.CurrentCulture) Line 577: Return __ctrl Line 578: End Function Line 579: Line 580: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 581: Private Function __BuildControl__control11() As Global.System.Web.UI.WebControls.BoundField Line 582: Dim __ctrl As Global.System.Web.UI.WebControls.BoundField Line 583: Line 584: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",105) Line 585: __ctrl = New Global.System.Web.UI.WebControls.BoundField Line 586: Line 587: #End ExternalSource Line 588: Line 589: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",105) Line 590: __ctrl.DataField = "starttime" Line 591: Line 592: #End ExternalSource Line 593: Line 594: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",105) Line 595: __ctrl.DataFormatString = "{0:d}" Line 596: Line 597: #End ExternalSource Line 598: Line 599: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",105) Line 600: __ctrl.HeaderText = "starttime" Line 601: Line 602: #End ExternalSource Line 603: Line 604: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",105) Line 605: __ctrl.SortExpression = "starttime" Line 606: Line 607: #End ExternalSource Line 608: Return __ctrl Line 609: End Function Line 610: Line 611: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 612: Private Function __BuildControl__control14() As Global.System.Web.UI.WebControls.HyperLink Line 613: Dim __ctrl As Global.System.Web.UI.WebControls.HyperLink Line 614: Line 615: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",109) Line 616: __ctrl = New Global.System.Web.UI.WebControls.HyperLink Line 617: Line 618: #End ExternalSource Line 619: __ctrl.TemplateControl = Me Line 620: __ctrl.ApplyStyleSheetSkin(Me) Line 621: Line 622: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",109) Line 623: __ctrl.ImageUrl = "images/icon_event.gif" Line 624: Line 625: #End ExternalSource Line 626: Line 627: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",109) Line 628: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBinding__control14 Line 629: Line 630: #End ExternalSource Line 631: Return __ctrl Line 632: End Function Line 633: Line 634: Public Sub __DataBinding__control14(ByVal sender As Object, ByVal e As System.EventArgs) Line 635: Dim dataBindingExpressionBuilderTarget As System.Web.UI.WebControls.HyperLink Line 636: Dim Container As System.Web.UI.IDataItemContainer Line 637: dataBindingExpressionBuilderTarget = CType(sender,System.Web.UI.WebControls.HyperLink) Line 638: Container = CType(dataBindingExpressionBuilderTarget.BindingContainer,System.Web.UI.IDataItemContainer) Line 639: Line 640: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",109) Line 641: dataBindingExpressionBuilderTarget.NavigateUrl = System.Convert.ToString( Eval("id","Events_download.ashx?Eventid={0}") , System.Globalization.CultureInfo.CurrentCulture) Line 642: Line 643: #End ExternalSource Line 644: End Sub Line 645: Line 646: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 647: Private Sub __BuildControl__control13(ByVal __ctrl As System.Web.UI.Control) Line 648: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor) Line 649: Line 650: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",107) Line 651: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 652: Line 653: #End ExternalSource Line 654: Dim __ctrl1 As Global.System.Web.UI.WebControls.HyperLink Line 655: Line 656: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",107) Line 657: __ctrl1 = Me.__BuildControl__control14 Line 658: Line 659: #End ExternalSource Line 660: Line 661: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",107) Line 662: __parser.AddParsedSubObject(__ctrl1) Line 663: Line 664: #End ExternalSource Line 665: Line 666: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",107) Line 667: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 668: Line 669: #End ExternalSource Line 670: End Sub Line 671: Line 672: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 673: Private Function __BuildControl__control12() As Global.System.Web.UI.WebControls.TemplateField Line 674: Dim __ctrl As Global.System.Web.UI.WebControls.TemplateField Line 675: Line 676: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",107) Line 677: __ctrl = New Global.System.Web.UI.WebControls.TemplateField Line 678: Line 679: #End ExternalSource Line 680: Line 681: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",107) Line 682: __ctrl.ItemTemplate = New System.Web.UI.CompiledBindableTemplateBuilder(AddressOf Me.__BuildControl__control13, Nothing) Line 683: Line 684: #End ExternalSource Line 685: Return __ctrl Line 686: End Function Line 687: Line 688: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 689: Private Function __BuildControl__control17() As Global.System.Web.UI.WebControls.Label Line 690: Dim __ctrl As Global.System.Web.UI.WebControls.Label Line 691: Line 692: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",114) Line 693: __ctrl = New Global.System.Web.UI.WebControls.Label Line 694: Line 695: #End ExternalSource Line 696: __ctrl.TemplateControl = Me Line 697: __ctrl.ApplyStyleSheetSkin(Me) Line 698: Line 699: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",114) Line 700: __ctrl.ID = "Label1" Line 701: Line 702: #End ExternalSource Line 703: Line 704: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",114) Line 705: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBinding__control17 Line 706: Line 707: #End ExternalSource Line 708: Return __ctrl Line 709: End Function Line 710: Line 711: Public Sub __DataBinding__control17(ByVal sender As Object, ByVal e As System.EventArgs) Line 712: Dim dataBindingExpressionBuilderTarget As System.Web.UI.WebControls.Label Line 713: Dim Container As System.Web.UI.IDataItemContainer Line 714: dataBindingExpressionBuilderTarget = CType(sender,System.Web.UI.WebControls.Label) Line 715: Container = CType(dataBindingExpressionBuilderTarget.BindingContainer,System.Web.UI.IDataItemContainer) Line 716: Line 717: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",114) Line 718: dataBindingExpressionBuilderTarget.Text = System.Convert.ToString( ShowDuration(Eval("starttime"),Eval("endtime")) , System.Globalization.CultureInfo.CurrentCulture) Line 719: Line 720: #End ExternalSource Line 721: End Sub Line 722: Line 723: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 724: Private Sub __BuildControl__control16(ByVal __ctrl As System.Web.UI.Control) Line 725: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor) Line 726: Line 727: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 728: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 729: Line 730: #End ExternalSource Line 731: Dim __ctrl1 As Global.System.Web.UI.WebControls.Label Line 732: Line 733: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 734: __ctrl1 = Me.__BuildControl__control17 Line 735: Line 736: #End ExternalSource Line 737: Line 738: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 739: __parser.AddParsedSubObject(__ctrl1) Line 740: Line 741: #End ExternalSource Line 742: Line 743: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 744: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 745: Line 746: #End ExternalSource Line 747: End Sub Line 748: Line 749: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 750: Private Function __BuildControl__control15() As Global.System.Web.UI.WebControls.TemplateField Line 751: Dim __ctrl As Global.System.Web.UI.WebControls.TemplateField Line 752: Line 753: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 754: __ctrl = New Global.System.Web.UI.WebControls.TemplateField Line 755: Line 756: #End ExternalSource Line 757: Line 758: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 759: __ctrl.ItemTemplate = New System.Web.UI.CompiledBindableTemplateBuilder(AddressOf Me.__BuildControl__control16, Nothing) Line 760: Line 761: #End ExternalSource Line 762: Line 763: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 764: __ctrl.HeaderText = "id" Line 765: Line 766: #End ExternalSource Line 767: Line 768: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 769: __ctrl.InsertVisible = false Line 770: Line 771: #End ExternalSource Line 772: Line 773: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",112) Line 774: __ctrl.SortExpression = "id" Line 775: Line 776: #End ExternalSource Line 777: Return __ctrl Line 778: End Function Line 779: Line 780: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 781: Private Function __BuildControl__control18() As Global.System.Web.UI.WebControls.HyperLinkField Line 782: Dim __ctrl As Global.System.Web.UI.WebControls.HyperLinkField Line 783: Line 784: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",117) Line 785: __ctrl = New Global.System.Web.UI.WebControls.HyperLinkField Line 786: Line 787: #End ExternalSource Line 788: Line 789: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",117) Line 790: __ctrl.DataNavigateUrlFields = New String() {"id"} Line 791: Line 792: #End ExternalSource Line 793: Line 794: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",117) Line 795: __ctrl.DataNavigateUrlFormatString = "events_view.aspx?eventid={0}" Line 796: Line 797: #End ExternalSource Line 798: Line 799: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",117) Line 800: __ctrl.DataTextField = "title" Line 801: Line 802: #End ExternalSource Line 803: Return __ctrl Line 804: End Function Line 805: Line 806: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 807: Private Function __BuildControl__control19() As Global.System.Web.UI.WebControls.BoundField Line 808: Dim __ctrl As Global.System.Web.UI.WebControls.BoundField Line 809: Line 810: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",119) Line 811: __ctrl = New Global.System.Web.UI.WebControls.BoundField Line 812: Line 813: #End ExternalSource Line 814: Line 815: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",119) Line 816: __ctrl.DataField = "locationname" Line 817: Line 818: #End ExternalSource Line 819: Line 820: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",119) Line 821: __ctrl.HeaderText = "locationname" Line 822: Line 823: #End ExternalSource Line 824: Line 825: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",119) Line 826: __ctrl.SortExpression = "locationname" Line 827: Line 828: #End ExternalSource Line 829: Line 830: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",119) Line 831: __ctrl.NullDisplayText = "" Line 832: Line 833: #End ExternalSource Line 834: Return __ctrl Line 835: End Function Line 836: Line 837: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 838: Private Sub __BuildControl__control10(ByVal __ctrl As System.Web.UI.WebControls.DataControlFieldCollection) Line 839: Dim __ctrl1 As Global.System.Web.UI.WebControls.BoundField Line 840: Line 841: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 842: __ctrl1 = Me.__BuildControl__control11 Line 843: Line 844: #End ExternalSource Line 845: Line 846: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 847: __ctrl.Add(__ctrl1) Line 848: Line 849: #End ExternalSource Line 850: Dim __ctrl2 As Global.System.Web.UI.WebControls.TemplateField Line 851: Line 852: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 853: __ctrl2 = Me.__BuildControl__control12 Line 854: Line 855: #End ExternalSource Line 856: Line 857: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 858: __ctrl.Add(__ctrl2) Line 859: Line 860: #End ExternalSource Line 861: Dim __ctrl3 As Global.System.Web.UI.WebControls.TemplateField Line 862: Line 863: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 864: __ctrl3 = Me.__BuildControl__control15 Line 865: Line 866: #End ExternalSource Line 867: Line 868: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 869: __ctrl.Add(__ctrl3) Line 870: Line 871: #End ExternalSource Line 872: Dim __ctrl4 As Global.System.Web.UI.WebControls.HyperLinkField Line 873: Line 874: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 875: __ctrl4 = Me.__BuildControl__control18 Line 876: Line 877: #End ExternalSource Line 878: Line 879: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 880: __ctrl.Add(__ctrl4) Line 881: Line 882: #End ExternalSource Line 883: Dim __ctrl5 As Global.System.Web.UI.WebControls.BoundField Line 884: Line 885: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 886: __ctrl5 = Me.__BuildControl__control19 Line 887: Line 888: #End ExternalSource Line 889: Line 890: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 891: __ctrl.Add(__ctrl5) Line 892: Line 893: #End ExternalSource Line 894: End Sub Line 895: Line 896: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 897: Private Function __BuildControlGridView1() As Global.System.Web.UI.WebControls.GridView Line 898: Dim __ctrl As Global.System.Web.UI.WebControls.GridView Line 899: Line 900: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 901: __ctrl = New Global.System.Web.UI.WebControls.GridView Line 902: Line 903: #End ExternalSource Line 904: Me.GridView1 = __ctrl Line 905: __ctrl.TemplateControl = Me Line 906: __ctrl.ApplyStyleSheetSkin(Me) Line 907: Line 908: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 909: __ctrl.AutoGenerateColumns = false Line 910: Line 911: #End ExternalSource Line 912: Line 913: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 914: __ctrl.DataSourceID = "SqlDataSource2" Line 915: Line 916: #End ExternalSource Line 917: Line 918: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 919: __ctrl.ID = "GridView1" Line 920: Line 921: #End ExternalSource Line 922: Line 923: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 924: __ctrl.ShowHeader = false Line 925: Line 926: #End ExternalSource Line 927: Line 928: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 929: __ctrl.Width = New System.Web.UI.WebControls.Unit(410, System.Web.UI.WebControls.UnitType.Pixel) Line 930: Line 931: #End ExternalSource Line 932: Line 933: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 934: __ctrl.CssClass = "eventlist" Line 935: Line 936: #End ExternalSource Line 937: Line 938: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 939: __ctrl.GridLines = System.Web.UI.WebControls.GridLines.None Line 940: Line 941: #End ExternalSource Line 942: Line 943: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",102) Line 944: Me.__BuildControl__control10(__ctrl.Columns) Line 945: Line 946: #End ExternalSource Line 947: Return __ctrl Line 948: End Function Line 949: Line 950: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 951: Private Sub __BuildControlContent1(ByVal __ctrl As System.Web.UI.Control) Line 952: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor) Line 953: Line 954: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 955: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(32857, 2033, false)) Line 956: Line 957: #End ExternalSource Line 958: Dim __ctrl1 As Global.System.Web.UI.WebControls.SqlDataSource Line 959: Line 960: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 961: __ctrl1 = Me.__BuildControlSqlDataSource1 Line 962: Line 963: #End ExternalSource Line 964: Line 965: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 966: __parser.AddParsedSubObject(__ctrl1) Line 967: Line 968: #End ExternalSource Line 969: Line 970: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 971: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;h2&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" Recent news&lt;/h2&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;di"&amp; _ Line 972: "vdashedline""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 973: Line 974: #End ExternalSource Line 975: Dim __ctrl2 As Global.System.Web.UI.WebControls.Repeater Line 976: Line 977: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 978: __ctrl2 = Me.__BuildControlDataList1 Line 979: Line 980: #End ExternalSource Line 981: Line 982: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 983: __parser.AddParsedSubObject(__ctrl2) Line 984: Line 985: #End ExternalSource Line 986: Line 987: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 988: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;divdashedline""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 989: " &lt;a href=""news_list.aspx""&gt;Read all news articles &amp;raquo;&lt;/a&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/di"&amp; _ Line 990: "v&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;divrightblock""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 991: Line 992: #End ExternalSource Line 993: Dim __ctrl3 As Global.System.Web.UI.WebControls.SqlDataSource Line 994: Line 995: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 996: __ctrl3 = Me.__BuildControlSqlDataSource2 Line 997: Line 998: #End ExternalSource Line 999: Line 1000: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 1001: __parser.AddParsedSubObject(__ctrl3) Line 1002: Line 1003: #End ExternalSource Line 1004: Line 1005: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 1006: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;h2&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" Upcoming Events&lt;/h2&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 1007: " &lt;divdashedline""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" ")) Line 1008: Line 1009: #End ExternalSource Line 1010: Dim __ctrl4 As Global.System.Web.UI.WebControls.GridView Line 1011: Line 1012: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 1013: __ctrl4 = Me.__BuildControlGridView1 Line 1014: Line 1015: #End ExternalSource Line 1016: Line 1017: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 1018: __parser.AddParsedSubObject(__ctrl4) Line 1019: Line 1020: #End ExternalSource Line 1021: Line 1022: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 1023: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;divdashedline""&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 1024: " &lt;a href=""Events_list.aspx""&gt;View all events &amp;raquo;&lt;/a&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" "&amp; _ Line 1025: " &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;divclear2column""&gt;&lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;/div&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10)&amp;" &lt;br /&gt;"&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10))) Line 1026: Line 1027: #End ExternalSource Line 1028: End Sub Line 1029: Line 1030: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 1031: Private Sub __BuildControlTree(ByVal __ctrl As default_aspx) Line 1032: Line 1033: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",1) Line 1034: __ctrl.MasterPageFile = "~/Default.master" Line 1035: Line 1036: #End ExternalSource Line 1037: Line 1038: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",1) Line 1039: __ctrl.Title = "Lake Weatherford " Line 1040: Line 1041: #End ExternalSource Line 1042: Line 1043: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",1) Line 1044: Me.InitializeCulture Line 1045: Line 1046: #End ExternalSource Line 1047: Line 1048: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",32) Line 1049: Me.AddContentTemplate("ContentPlaceHolder1", New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1)) Line 1050: Line 1051: #End ExternalSource Line 1052: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor) Line 1053: Line 1054: #ExternalSource("D:\Webs\lakewe\marina\Default.aspx",1) Line 1055: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&amp;Global.Microsoft.VisualBasic.ChrW(13)&amp;Global.Microsoft.VisualBasic.ChrW(10))) Line 1056: Line 1057: #End ExternalSource Line 1058: End Sub Line 1059: Line 1060: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 1061: Protected Overrides Sub FrameworkInitialize() Line 1062: MyBase.FrameworkInitialize Line 1063: Me.SetStringResourcePointer(Global.ASP.default_aspx.__stringResource, 0) Line 1064: Me.__BuildControlTree(Me) Line 1065: Me.AddWrappedFileDependencies(Global.ASP.default_aspx.__fileDependencies) Line 1066: Me.Request.ValidateInput Line 1067: End Sub Line 1068: Line 1069: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 1070: Public Overrides Function GetTypeHashCode() As Integer Line 1071: Return -2078863955 Line 1072: End Function Line 1073: Line 1074: &lt;System.Diagnostics.DebuggerNonUserCodeAttribute()&gt; _ Line 1075: Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext) Line 1076: MyBase.ProcessRequest(context) Line 1077: End Sub Line 1078: End Class Line 1079: End Namespace Line 1080: </PRE></pre></td> </tr> </tbody> </table> &lt;/div&gt;<br> <br> <hr color="silver" size="1" width="100%"> <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082 </font> <p></p> 2010-08-16T00:37:55-04:002010-08-16T00:37:55.527-04:00urn:uuid:00000000-0000-0000-0000-000004318990http://forums.asp.net/p/1657285/4318990.aspx/1?Club+Web+site+login+problemClub Web site - login problem <p>Hello all members,</p> <p>I am new to asp.net</p> <p>I am new to this club web site.</p> <p>As a administrator, I can add events on the site, upload photos. </p> <p>as a programmer, i can mange role of user as adminstrator by making change through WSAT tool. </p> <p>But at the client side, how can a adminstrator set its own previlage to adminsitrator.</p> <p>Please help me in this.</p> <p>Thanks in advance.</p> <p>&nbsp;</p> 2011-02-25T06:58:35-05:002011-02-25T06:58:35.657-05:00urn:uuid:00000000-0000-0000-0000-000001764943http://forums.asp.net/p/1124552/1764943.aspx/1?Use+sp_configure+user+instances+enabled+to+generate+user+instance+HelpUse sp_configure 'user instances enabled' to generate user instance Help <p>&nbsp;I just downloaded the club starter kit and I tried to build but the following error was generated.<br> </p> <p>Server Error in '/ClubWebSite3' Application. Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.</p> <p>I tried the solution that I found on the web that states</p> <p>&nbsp;</p> <p><span id="_ctl0_MainContent_PostFlatView"><span>Open the SQL Server Management Studio Express. This is the downloadable program in the same site where you downloaded the SQL Server 2005 express used to manage SQL Server 2005 Express.<br> In the query editor type this text:<span><span id="_ctl0_MainContent__ctl0_PostForm_ReplyBody" class="txt4"><font color="#ff0000"> exec sp_configure 'user instances enabled', 1. <br> </font></span></span>Then type: <span><span id="_ctl0_MainContent__ctl0_PostForm_ReplyBody" class="txt4"><font color="#ff0000">Reconfigure.<br> </font></span></span>Then restart the SQL Server database.</span></span></p> <p>I ran the above query but still get this error.</p> <p>I know that it has something to do with installing&nbsp; SQL Server Management Express.</p> <p>Am I better off uninstalling this feature or can I troubleshoot through it.&nbsp;</p> <p>&nbsp;</p> 2007-06-21T03:37:00-04:002007-06-21T03:37:00.19-04:00