Difference between Ajax Enabled WCF service and regular WCF?
Fri, 19 Mar 2010 10:12:05 -0700 (PDT)
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 = "")]
[AspNetCom ...
|
session state
Fri, 19 Mar 2010 14:50:43 GMT
how to turn session state on in asp.net
From http://www.developmentnow.com/g/8_2005_11_0_8_0/dotnet-framework-aspnet.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/ ...
|
Site-specific config items
Fri, 19 Mar 2010 10:16:42 -0400
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 ...
|
Million Dollar Homepage Script
Thu, 18 Mar 2010 16:49:25 -0500
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. ...
|
ObjectDatasource - preventing DataBinding before I press Button
Thu, 18 Mar 2010 22:01:13 +0100
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 ObjectDataSourc ...
|
Excel worksheets in asp.net
Thu, 18 Mar 2010 13:58:01 -0700
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 Expor ...
|
Adding Text to ListView Excel Export
Thu, 18 Mar 2010 12:34:01 -0700
I am exporting to Excel from a ListView and it works fine except for my extra
text. I am trying to set the font size in an initial response.write text but
it is not working as it outputs it to the default text size of the ListView.
Below is my code to send to Excel. The line in question is the strClient
var ...
|
|
|
Dummy server
Thu, 18 Mar 2010 04:54:34 -0700 (PDT)
Hi friends
i want to write a code for dummy server (a small server) which request/
responds only 2-3 fields
should i use
C native code OR some Lib in Framework
or i have to use IIS and no custom version ( i would prefer custom
version =) )
i will be accessing this server using ASP.NET mvc.
in ...
|
project is unavailable in solution explorer
Thu, 18 Mar 2010 10:15:16 GMT
some one executed and created a solution file. i want to know regarding that
project if i clicked that .sln file, it says file or web is renamed/moved.
these project is labeled as unavailable for solution explorer.
regrds,
an
...
|
Invoke method after a regular time interval
Thu, 18 Mar 2010 12:00:21 +0530
Hi,
I am working asp.net 2005 . I want to save my data into database after every
2 minutes till my application is running. For this I have to call save
method after every 2 min so please help to solve this.
Thanks ,
Hemant
...
|