| Thread | Last Post | Replies |
|
| Advice needed | 13 Feb 2008 12:51 GMT | 2 |
This might be a little off-topic but I'm currently in the process of starting my own web site and need some simple advice only. I'm currently looking for a web hosting provider and since ASP.NET isn't supported by all providers, I'm seeking advice as to how I should proceed. My ...
|
| Windows Workflow Foundation on .NET 2.0? | 13 Feb 2008 10:52 GMT | 2 |
Is it possible to run Windows Workflow Foundation on .NET Framework 2.0? We do not want to go down the road of installing .NET 3.x framework, at least not for the foreseeable future. We want to use it with asp.net 2.0 (vb) applications.
|
| Best way to do this | 13 Feb 2008 09:48 GMT | 7 |
When a user submits a photo on my site, a confirmation page is shown. Your photo has been submitted. I want to generate a link to the photo he just posted on the confirmation page.
|
| loading data from csv file | 13 Feb 2008 09:44 GMT | 2 |
I've a requirement to load the data froma csv file to sql server table programaticlly.. I'm working with .net 1.1..so i can't use sqlbulkcopy concept.. which is the best approach to load the daat wrt performance...
|
| Re: Session error | 13 Feb 2008 07:33 GMT | 2 |
I get the following error when I try to access the config page for my local document. Does any one know why? Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result
|
| Help with Assembly Binding in ASP.NET 2.0 Web Application Projects | 13 Feb 2008 04:28 GMT | 2 |
I have been directed by my team lead to remove a dll I am responsible for from the bin directory of our ASP.NET 2.0 web application by changing the CopyLocal property to False. I have done this and am getting the following error:
|
| ASP Classic XML GW Connection to ASP.NET | 13 Feb 2008 02:18 GMT | 3 |
I have this code: ---------------------------- function funcLogin(orderType) username = request.Form("username")
|
| Query Regarding Domain Checker in ASP.NET | 13 Feb 2008 01:23 GMT | 1 |
WRT above subject i would like to know that which are the Domain Checker classes available in .NET framework ? and from where i can find the example of domain checker which can check that particular website URL exists Or Not..?.
|
| Validators and IDs of other controls | 12 Feb 2008 22:10 GMT | 2 |
I have a validator control that I wrote by inheriting from the BaseValidator class. One of the properties of my class is the id of another control which will determine whether or not the ControlToValidate needs validated (this property is named conditionid). When I attempt to ...
|
| Publishing my Web Site | 12 Feb 2008 21:16 GMT | 25 |
Okay, looks like VS 2008 finally includes an automated feature to precompile my site before publishing. Cool. However, when I run this dialog box and click OK, it then complains that access is denied by my database file (in the App_Data folder). And
|
| Variables C# | 12 Feb 2008 21:14 GMT | 2 |
I have an application that i just found a big problem. i used Static variable thinking all instance of my application would have his own variable. I doesn't seems to. I thought it would have been like multiple instance of C# app under windows application but doesn't
|
| VS 2008/IIS 7.0/Vista/Asp.Net Applications | 12 Feb 2008 20:00 GMT | 2 |
It seems to be very complex combination: VS 2008, IIS 7.0, Windows Vista and ASP.NET Applications. Lots of troubles coming.... Are there any tutorials or blogs which would tell how this combination would work in
|
| GridView BoundField Width | 12 Feb 2008 19:43 GMT | 2 |
Why does it seem like is impossible to set the width of a BoundField in a GridView. I've tried all sorts of different way to set the width and none of them work. So far the only thing I've done that has worked is to set the Wrap property to false which is not what I want do.
|
| Custom Format Strings for BoundField column | 12 Feb 2008 19:12 GMT | 2 |
in gridview how can i custom format a decimal value for BoundField column ? i want to set 125.25000 ---> 125,25 5.20000 -->5,2
|
| Re. ASP.NET and MySQL | 12 Feb 2008 19:11 GMT | 1 |
DOes any one now how to connect a MySQL database to a .NET project. When I create or open a database from within the IDE I oly get option to use Microsofts databases and Oracle. MySQL is installed and is working, The service for MySQL is also running.
|