| Thread | Last Post | Replies |
|
| ASP.NET problem | 13 Oct 2004 22:42 GMT | 2 |
I'm at the edge of a nervous breakdown. I have an application that used to work just fine - incl. a webform (.aspx/.aspx.cs) and everything. Today, I updated my code and the whole thing won't work at all. The form loads but when I click on the submit button it refuses to do ...
|
| Is this a PostBack Problem? | 13 Oct 2004 22:26 GMT | 5 |
I have a datagrid containing a drop-down-list. The datagrid contains Edit,Update,Cancel buttons and respective events. Whenever I make a change to one particular field (a drop-down-list in column3), as soon as I click UPDATE the original value which existed at load-time ...
|
| .NET Newbie Question | 13 Oct 2004 22:05 GMT | 3 |
I'm currently running a small peer to peer lan (all computers run WinXP Pro). Most of the software that we utilize is "off the shelf". Is there any benefit to installing .NET 1.1 to the computers?
|
| (Not) Running Release version on target machine | 13 Oct 2004 19:37 GMT | 6 |
Good morning everyone, I am having difficulty distributing a Release version of an application. System info C# DOTNET, MDE 2002, Version 7.0.9466
|
| Connecting to Informix | 13 Oct 2004 19:35 GMT | 2 |
Hey All, This may be a bit off topic, but I'm looking for recommendations on sources for OLEDB/ODBC drivers that will allow me to connect w/ ADO.NET to an informix database hosted locally on a Linux box. I'll admit that next to
|
| sending email please somebody help Im confuseed | 13 Oct 2004 19:27 GMT | 3 |
hi I have this code MailMessage objEmail = new MailMessage(); objEmail.To = "ma_em@yahoo.com"; objEmail.From = "INFO@FLNE.COM";
|
| windows service to lunch windows application | 13 Oct 2004 18:37 GMT | 3 |
I have a windows service developed using c# and it needs to lunch another windows application. I have been trying to use Process class to do it but the problem is becase windows service running at background and using system account, so the applcation it lunchs is also running at ...
|
| cut,copy,paste in DataGrid...please its urgent | 13 Oct 2004 18:21 GMT | 1 |
how to let the user do the cut,copy,paste in the dataGrid?? im using the DataGrid,DataGridTableStyle and DataGridTextBoxColumn Thanks
|
| Cache expiring | 13 Oct 2004 18:21 GMT | 4 |
Recently dot.net cache expires on our web server every 5 seconds. Any ideas why this happens and how to fix it. Bogdan Fiedur
|
| lowercase to uppercase | 13 Oct 2004 17:51 GMT | 1 |
I have been playing around with Visual Studio 6 and I can't seem to force caps when typing the First and last name on my form. Can anyone out there let me know of a code that will allow me to force the Uppercase. I have tried a couple of codes but doen't seem to be working.
|
| Problem with System.IO.Directory.CreateDirectory in ASP.NET application. | 13 Oct 2004 16:19 GMT | 7 |
I am trying to dynamically create directories in my ASP.NET application (I am using Server.MapPath("/")+"test" as the folder) and I am getting a DirectoryNotFoundException saying "Could not find a part of the path "D:\".
|
| Global.asax - Code Behind or Inline? | 13 Oct 2004 15:40 GMT | 3 |
I've just noticed that there seem to be two ways of setting up a global.asax file. At http://www.csharphelp.com/archives/archive206.html the global.asax example has Application_Start etc within <script runat="server"> ...
|
| What is the report tool in .NET? | 13 Oct 2004 15:15 GMT | 2 |
Is there any tools in .NET to produce reports? In MS Access, there si report tool. Thanks
|
| Combobox.SELECTEDVALUE within a DataGrid | 13 Oct 2004 14:57 GMT | 8 |
I have a databound combobox within a datagrid. I have set the DisplayMember and ValueMember. BUT, how do I capture the Value (SelectedValue) when the user changes the selection?
|
| Code size limit or bug? | 13 Oct 2004 14:48 GMT | 6 |
I'm using VS.NET 2003. One of the modules in my VB.NET project has over 10,000 lines of codes. If I Build solution, the compiler sometimes hangs on that project at "Performing main compilation...". I have to close the IDE with an exception (prompted for send report to MS). This ...
|