| Thread | Last Post | Replies |
|
| Shared Assembly best practices? | 21 Jun 2006 16:07 GMT | 2 |
Good Morning All, What the best way to use references? Reference a project in another project or reference a DLL. We are developing C# Sharp Web Apps in VS 2003. We are getting warnings like the following.
|
| asp.net 2.0 web control public property problems | 21 Jun 2006 15:58 GMT | 4 |
Im writing my first asp.net 2.0 app, and wrote a small part of it as a web control. I dragged it on the webform and that looks ok, but in the codebehind I dont see any of the public properties. The control works ok when I run the page
|
| Framework-generated ID woes | 21 Jun 2006 15:48 GMT | 12 |
I have lots of controls on my ASP.NET 2.0 page, some implementing INamingContainer, others just <asp:button>s and so on. The eternal lament: I need to interact with these controls on the client-side, but of course I can't guarantee that the IDs generated by
|
| formating date | 21 Jun 2006 14:48 GMT | 1 |
how to change date format with asp.net 1.1 using c# code like 03/12/1955 00:00:00 to 03/12/1955 thanks can i overload string function like public override string ToString()
|
| I've Broken Visual Studio | 21 Jun 2006 14:40 GMT | 1 |
actually, i've broken all my web apps - I got a new pc and tried to rebuild the applications but I am having no luck. 1) my debugger will not run - I get the unable to start debugging on the web server. I've added everyone i can think of to the debuggers group, my
|
| Remoting w/IIS 6, .net 2.0, Win2k3 | 21 Jun 2006 14:27 GMT | 2 |
We have a small test appication that uses remoting. This app works fine on the developers XP system but the same configuration does not work on Win2k3 with IIS 6 and .net 2.0. The URL returns 404, page not found. The .rem extension has been enabled and all other IIS settings look ...
|
| Remote logon page like Microsoft passport | 21 Jun 2006 13:34 GMT | 10 |
Our company has a database of users that we use to authenticate users on various websites. However, some of our customers want to develop a website on their own and use the same database authenticate users.
|
| Reserved Control Names | 21 Jun 2006 12:40 GMT | 6 |
I have noticed with .Net 2.0 that there are some reserved names (obviously) in the framework. The main one I am having a problem with is "Header.ascx". This works pefectly during development, and straight after deployment.
|
| Client Side Validation | 21 Jun 2006 12:26 GMT | 1 |
I have a vb.net site which has a form on it using Client Side Validation. This works fine on my local machine (Windows XP Pro, IIS 5.1), fine on our staging server (Windows 2003 SP1, IIS 6). However when i deploy to live (Windows 2003 SP1, IIS 6) with it the page
|
| "ProfileCommon could not be found" error | 21 Jun 2006 12:26 GMT | 1 |
I have enabled Profiles in the web.config and seems to be working fine (I can see the auto generated ProfileCommon class including my custom properties in my \Temporary ASP.NET Files directory and I can see my Provider in the ProfileManager.Providers ProfileProviderCollection).
|
| ASP.Net Connection To MYSQL | 21 Jun 2006 11:28 GMT | 3 |
Hello, I am writing an ASP.Net (Visual Basic) application with a MYSQL backend. I connect fine with the DataProvider and also ODBC. I Retrieve records with no problem. I INSERT Records with no problem. The problem is that is is SLOW. For example, to retrieve 4 records from the ...
|
| need to get unique ids of selected checkboxes in datagrid | 21 Jun 2006 11:09 GMT | 6 |
i have a datagrid with checkboxes for selection of rows. and want to get unique id/ids(job_code) from the selected rows in array etc. can anyone help. <asp:datagrid id="dgResults" runat="server" DataKeyField="job_code">
|
| Receiving Data on the Same Connection Using WebRequest | 21 Jun 2006 10:37 GMT | 1 |
We're using the following code to send an XML file to a secure server: Dim wr As HttpWebRequest Dim nc As NetworkCredential Dim xd As XmlDocument
|
| Clear all textbox data | 21 Jun 2006 10:00 GMT | 1 |
I am using asp.net 2 and i want to blank all textbox data of one form with (for each control) and i write following coding in button control, but it did not work. Dim ctl As Control
|
| how to indicate "deprecated"? | 21 Jun 2006 09:11 GMT | 2 |
Is it possible to indicate, that some method of a custom control is deprecated?
|