| Thread | Last Post | Replies |
|
| Converting VS.NET 2003 web project to VS.NET 2005 web project | 26 Sep 2006 10:56 GMT | 1 |
I've got a handfull of .NET 1.1 solutions each with multiple ASP.NET web projects and dependencies on one another. I'm trying to automate the build process here at work and I've initially decided on using MSBuild as my build engine.
|
| Page Header Encoding | 26 Sep 2006 10:54 GMT | 1 |
.Net 2.0 supports response.headerEncoding property. How can I achieve the same with versions prior to 2.0 ? I use 1.0, so how can I use header encoding property? Thanks,
|
| altering .UniqueID | 26 Sep 2006 10:39 GMT | 9 |
Is there any way to alter this? I am aware that it's read only. Essentially the problem is that I have a webcontrol that dynamically creates a textbox and a requiredfieldvalidator control with the validator validating the textbox. This worked fine in my test harness
|
| Serial port comms with ASP.Net | 26 Sep 2006 10:21 GMT | 5 |
Is there a way to duplicate the functionality of the old VB6 MsComm.ocx control in an ASP.Net application? I just need to read barcode scanner input data from the client PCs COM port. I know I could use a keyboard wedge scanner but serial would be more controllable.
|
| How to make a SiteMapDataSource to use a SiteMapProvider defined in Web.Config? | 26 Sep 2006 09:35 GMT | 1 |
How to make a SiteMapDataSource to use a SiteMapProvider defined in Web.Config? I think I should use something like: MySiteMapDataSource.Provider = ...
|
| DataGridView or something else | 26 Sep 2006 09:13 GMT | 5 |
from what I read & tried, DataGridView was meant for Window Forms, not for ASP/Web pages... correct? While I can use it to display data, I can't seem to figure out how to edit the cells... I'm not looking to put edit buttons on each row... I'll go back
|
| How to cut a bitmap/image dynamically? | 26 Sep 2006 09:08 GMT | 1 |
for example I have an image (300 x 320) and I want dynamically cut the image to 300 x 300. How can I do this? Many thanks for any help! Regards
|
| About a class I wrote to filter bad html input | 26 Sep 2006 08:44 GMT | 1 |
Please look at my newly written class. It is meant to be used to filter suspicious html input from an online html editor. I need help about 2 things: 1. Does it need to filter more things? Which I think is of course
|
| Years to Months Conversion | 26 Sep 2006 05:45 GMT | 2 |
I am working on ASP.NET 2.0 and C#. I am developing one application in which I have one field as Work Experience. For that I have 2 dropdown menus, one for year and other one for month. I want to convert overall work experience in total number of months. I have single column in DB
|
| Multiple Websites and Single Sign in | 26 Sep 2006 05:36 GMT | 4 |
I have a problem related to Login System. I am developing 3 websites for some institution.Now they want that if anybody had sign up for there site1.com(say), than he or she should be able to sign in for site2.com and site3.com.
|
| Running ASP and ASP.NET | 26 Sep 2006 04:45 GMT | 4 |
All, I have a large asp application running on window 2003. I would like to add functionality to the site using asp.net. Is that possible? if so, how would I configure the site or IIS to run both.
|
| Initiate Masked File Download | 26 Sep 2006 04:14 GMT | 2 |
I am developming a web application in ASP.NET (VB) and am looking to develop functionality where a user clicks on a link to download a file but at no point can the user see the actual URL link to the file. When the file is originally uploaded to the webserver it will be given a
|
| How do you bind a datalist that is inside a bound datalist | 26 Sep 2006 03:18 GMT | 2 |
Is it possible to bind a datalist that is inside of a bound datalist? Any help would be greatly appreciated.
|
| objectdatasource parameter value from application | 26 Sep 2006 01:38 GMT | 1 |
Can anyone tell me is there an easy way to get a value into an objectdatasource select parameter from Application Variables? Obviously its easy from cookies, session etc... but what about Application? Or is there an easy way to get a value into an objectdatasource parameter ...
|
| Problem with Drop Down List | 26 Sep 2006 00:59 GMT | 4 |
i am using a drop down list and have sucessfuly populated it proble is this i have set DataValueField = "cat_id" but value for dropdownlist appears a string "cat_id" instead of numer value of cat_id
|