| ASP.Net Discussion Forum |
3/21/2010 10:59:32 PM
[link] As anyone who looks at the code for the above page will see the code is about 3700 line long. Does anyone have any suggestions on how I can split the code into several pages. I have had the idea of holding each year (or season) on a separate HTML pages each held in a iFrame control on each page of the outer TabContainer.
|
3/21/2010 10:43:53 PM
hi My boss wants me to take the 70-536 certification exam. I see on the web that there are 2 versions of it. One with vb.net and another with c#. Thinks that is a bit strange. He assigned about 10 exams he wants me to complete, I see now that about 95% of the exams involve vb.net but it's C# we are
|
3/21/2010 2:54:17 AM
hi asp.net I have some canonicalization problems with my site. I've just googled my site using the oprator site and inurl: site:mydomain.com -inurl:www Which resulted in a list of links to my site which don't contain the www link. In Google Webmaster Tools I've specified preferred domain to be [link], but I did this about yesterday. Do not think that change
|
3/21/2010 2:49:01 AM
Hello. I have a gridview that needs to have a nested gridview. I got it to work using arrows but need to reclaim some real estate so I am moving over to a row click to show the nested gridview. Will show the code at the end of this post. What is occurring is the mouseover/onmouseout work. It is the
|
3/20/2010 11:52:02 PM
I have a problem. I'm working on "brushing up" on my MSVS 2008/ SQL Server 2008. Both these are installed on my laptop. When I start up MSVS 2008 and select "New" then "Project" I can see the Business Intelligence Projects templates, which is not what I need right now, and I can see a selection for Other Project Types
|
3/20/2010 10:27:01 PM
Is there any way to know if a FormView (in edit mode) has had changes to textbox controls since the last postback? Thanks.
|
3/20/2010 10:16:35 PM
I have a control library that contains several controls that I want to add to the Visual Studio 2008 toolbox for use in Web Applications. I have done this before, so I know how to do it. However, when I attempt to do it this time it refuses to add one of the controls. The one control that does not
|
3/20/2010 9:06:01 PM
I have created a new Rest Service based on the Rest Starter Kit. When I run it in a hosted environment it fails with: IIS specified authentication schemes 'IntegratedWindowsAuthenticati on, Anonymous', but the binding only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate,
|
3/20/2010 3:25:23 PM
Thank u friend, You have solved my problem solution for 'The current identity does not have write access to 'C:\WINDOWS\Microsoft.NET\Fram ework\v2.0.50727\Temporary ASP.NET Files'.The current identity does not have write access to 'C:\WINDOWS\ 09-Mar-09 you should intall this exe aspnet_regiis.exe -i using cmd prompt using below steps:
|
3/19/2010 10:12:05 PM
I'm sort of new to WCF and I was wondering the difference between Ajax Enabled WCF service and regular WCF? You're adding, and don't have an interface class. When do you want to use each one? What do the following lines give you below, vs a regular WCF service? [ServiceContract(Namespace = "")] [AspNetCompatibilityRequiremen ts(RequirementsMode =
|
3/19/2010 7:50:43 PM
how to turn session state on in asp.net From [link] Posted via DevelopmentNow.com Groups [link]
|
3/19/2010 7:16:42 PM
I've got an ASP.NET 3.5 website on a shared-hosting server, and of course my own development copy. Data is in a SQL Server database. I've looked at some of the strategies available to configure the connections string appropriately for each site without accidentally overwriting one with the other. One of them, to define the data connection string in
|
3/19/2010 2:49:25 AM
Hi all, Does anyone know where I can find a million dollar homepage script that works with ASP.NET? All I've come across so far are PHP implementations and nothing for the .NET crowd. Thanks.
|
3/19/2010 1:58:01 AM
I have a process to send data to Excel in a browser window from both a server control and via dataset code. I would like to create multiple worksheets (tabs in lower part of Excel spreadsheet) in one xls file. Is that possible? Below is a sample of code I am using to dump to Excel. Thanks. Sub ExportDataSetToExcel(ByVal Source As Object, ByVal E As EventArgs)
|
3/19/2010 2:01:13 AM
I would like to create a very simple form. When client enters it he has a filter to set. Then push the button get the data and display in GridView. Grid uses ObjectDataSource and allows paging and sorting (using custom stored proc returning only data needed on current page). But seems that ObjectDataSource is refreshing data on every postback. It's
|