| Thread | Last Post | Replies |
|
| add existing item from different directory tree | 03 Feb 2005 20:03 GMT | 2 |
im trying to add a .cs file from a directory not in the current project tree. adding it works, but it makes a local copy. we would like to have a structure similar to: Develop\Shared
|
| "401 unauthorized access" error | 03 Feb 2005 19:39 GMT | 1 |
Hi guys.. need your help. We have abc.asp page on the source server which calls a .net component on that server. The component is in MTS running under say "domain2\id1" identity. The component uses HttpWebRequest to call xyz.asp on the target server. Both servers are under the ...
|
| telling images apart with AI / image recognition ? | 03 Feb 2005 19:21 GMT | 8 |
Has anyone worked with code that can look at two JPG images (I am talking about relatively small ones, 40x40 pixels or less) and quickly analyzing them to see how similar or different they are? Is bitmap comparison supported by .net's graphics libraries? Initially I could
|
| Making app.config permanent | 03 Feb 2005 17:19 GMT | 7 |
i have a windows app which has an app.config file in the solution. The config file holds information such as connection string details. When I create a setup project and include the primary output of my solution into it then it all installs perfectly....
|
| GetParentRow(s) or GetChildRows? | 03 Feb 2005 15:51 GMT | 7 |
Could someone fill me in on the difference between the following three DataRow methods: GetParentRow GetParentRows
|
| VS Form-Designer executing form code. | 03 Feb 2005 15:43 GMT | 2 |
I'm facing a little problem: I got a class named childBase that inherites from Window.form. I got another form somewhere that inherites childBase. I got some code in the childBase_Load event.
|
| code behind pages not visible in solution explorer? | 03 Feb 2005 15:11 GMT | 1 |
I've had this problem before and don't know how to fix. My aspx.vb code behind pages do not appear as child to the aspx page in my asp.net application in the visual studio environment in the solution explorer window.
|
| System.Web.Mail | 03 Feb 2005 14:55 GMT | 3 |
I know you can send an email using System.Web.Mail but other than using the Outlook object, is there another way to read the email in an Inbox. I'm currently reading the mail in an Inbox with the Outlook object. The program works fine when deployed on my pc but when deployed to ...
|
| Specified Cast is not Valid (Crystal) | 03 Feb 2005 14:55 GMT | 4 |
Since upgrading to .Net 2003, when I run report reports within an application using CrystalReportViewer, I'm getting the error "Specified Cast is not Valid". A value is being passed into the report.
|
| "UserControl.Parent" call in VB6 ctrl fails when added a .Net Form | 03 Feb 2005 10:31 GMT | 2 |
An ActiveX control has a call to "UserControl.Parent" which fails when it is interopped and added to a .Net Form. Is there any way to access to .Net parent control/it's interfaces from VB6 ActiveX Control.
|
| Page.IsPostBack | 03 Feb 2005 10:26 GMT | 3 |
I have dropdown list in Login page. The data is adding twice because the Page_Load event is executing twice. But I am checking !Page.IsPostBack property. First time the value for '!Page.IsPostBack' is 'true'. When it goes for second time it is not setting to 'false'. Please ...
|
| How to disable IE Back button - Help | 03 Feb 2005 10:25 GMT | 2 |
Can anyone out there show me how to disable the IE back button please. I have Session variables holding user's credentials and my .Net application seems to get confused after the user clicks the Back button. Is there a way around it? Any suggestion is greatly appreciated.
|
| DataGrid Paging | 03 Feb 2005 10:19 GMT | 1 |
I've got the below datagrid set-up below and Im trying to get the paging wired up. The correct numbers are coming back based on the amount on pages there should be however the on-click event of each page number isn't working. Does anyone know which event I use and what code I ...
|
| Problem CheckBox | 03 Feb 2005 10:15 GMT | 1 |
Have have problems with CheckBoxs because when a click on the CheckBox, rb.Text.Trim() write to me results as how many exist CheckBoxs, but I want only one result But when I click next CheckBox, the rb.Text.Trim() should be add to
|
| String.Format() with max chars? | 03 Feb 2005 07:32 GMT | 2 |
Is it possible to use String.Format and a format specifier in such a way to ensure that a string does not exceed the field width in which it is placed? Example:
|