| Thread | Last Post | Replies |
|
| Hosting multiple applications with individual domain names on one host | 18 Dec 2006 13:35 GMT | 8 |
I would like to host two websites on my brinkster developer account. I have configured the multiple applications and they both work fine, they can be access at: - myalias.brinkster.net/site1
|
| Print windows form | 18 Dec 2006 12:41 GMT | 3 |
I'm writing a windows application using windows forms and c# only. How can i print a windows form as it is? is there a this.print() kind of option for a form? Thanks
|
| Problem with single quotes in SQL statement | 18 Dec 2006 09:51 GMT | 11 |
I am not very proud to ask this but here is my problem: string code = "\'13\'" The string code will have to contain following info: '51','52','63','other'...
|
| Country and county drop down lists for data-entry. | 18 Dec 2006 09:02 GMT | 4 |
[Apologies if this post is a little off topic. Please let me know if there is a more suitable place to post this question.] I'm designing a web-site that will allow users to look up other people, based on certain criteria. The most important criterion is geographical
|
| Which PDF .NET component should I choose? | 18 Dec 2006 08:54 GMT | 5 |
Does anyone have experience with any .NET components for creating PDF documents "on the fly" on a web server? We have been using ABCpdf ( http://www.websupergoo.com/abcpdf-5.htm ) for a while now and are pretty much satisfied, but now we have
|
| Vista IIS7 worker process crashing from crystal reports export in asp.net | 18 Dec 2006 08:27 GMT | 3 |
In a Vista/IIS7 asp.net app, a coded crystal report export is crashing IIS7....but it works just fine in visual studio's cassini web server. And if I create a web form and use the crystal reports web viewer, view the report and then export from the viewer it also works fine ...
|
| pass the arguments from web to windows | 18 Dec 2006 08:26 GMT | 2 |
I have created one web applicatication which contains button.When I click the button I want to pass arguments to windows application.Can I do it?Any one please help me...
|
| Is it possible to create a Controls Collection? | 18 Dec 2006 08:11 GMT | 1 |
Is it possible to create a property which is a collection of controls and then access each control in it? In this moment all I have is a property of type control: Private _Register As Control = Nothing
|
| How are DropDown lists retained on postback? | 18 Dec 2006 08:07 GMT | 3 |
I have an ASP.NET example which programmatically builds a drop down list. public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.DropDownList ddlCategories;
|
| installing ASP.NET app - what directory? | 18 Dec 2006 06:35 GMT | 2 |
Hi; We are writing an installer for our ASP.NET app and are hitting an argument over where the default directory for the app should be. Should it be (assuming standard folder layout):
|
| How should we set our install order? | 18 Dec 2006 05:14 GMT | 2 |
Hi; Our portal can handle either Windows Identity or ASP.NET Membership/Roles for authentication/authorization. However, this must be selected during the install.
|
| Container for dynamically generated controls. | 18 Dec 2006 04:20 GMT | 3 |
I'm looking for a way to dynamically generate a label and a button side by side dynamically. Label1 Button1 Label2 Button2
|
| gridview not exporting to excel | 18 Dec 2006 03:40 GMT | 3 |
I have a gridview on all of my web pages in my web app and they all export to excel. I have one page where the gridview is binding to a datatable that i created and only the first column is exporting to excel. How can I get the entire grid to export to excel?
|
| Forms authentication error 4005 | 18 Dec 2006 03:02 GMT | 7 |
We have an application that's running ok on most of our customers machines, but on one of them we get an error. They're running on windows 2003 server with iis6. In the web.config, the authentication is set to forms, and the form tag contains: timeout="25" ...
|
| How Can store output cache in hard disk? | 18 Dec 2006 00:31 GMT | 3 |
I try to create a weblog host site! in this case i can't use cache for every page because that cause to be my Server ram full of caching page. but if I can save cache in hard disk my problem solved?
|