| Thread | Last Post | Replies |
|
| Auto-Update functionality | 28 Sep 2004 15:52 GMT | 3 |
I've been assigned a task to write an auto-update utility for our customers to update their software (n-tier dotnet , db app). I've written custom installers and WMI based installs using installshield. I'm really not for "re-inventing the wheel". Is there a 3rd party solution
|
| ListView only recognizes Items, how about SubItems? | 28 Sep 2004 15:51 GMT | 6 |
Hi. I use a ListView to display data in tabular form. Each ListView row corresponds to a data record. The ListView Item of the record is the record key or code. Each SubItem in that row represents a field from the record.
|
| Windows Forms Drawing Issue | 28 Sep 2004 15:44 GMT | 2 |
I have a very strange issue. I have written a Dot Net application in VB.Net. When the application is run on some laptops the Forms are painted strangely. Labels are much wider then they were when the application was developed. This causes the labels to over lap the textboxes that ...
|
| installation of windows 98 from windows 95 | 28 Sep 2004 15:18 GMT | 3 |
i have tried to get some answers to this question but no help yet can you help me i am trying to install windows 98 from windows 95 but it won't let me is there anyway i can do this. i have a disk for windows 98 se version help me please.
|
| Web service proxy w/ wsdl.exe | 28 Sep 2004 15:14 GMT | 3 |
I'm working through some examples using VS2003 and the classic airport weather web service. Current topic is creating a proxy class for a web service but the wsdl.exe tool is including namespace references that aren't recognized by .net, namely "System.Web.Services" and
|
| role based security | 28 Sep 2004 14:48 GMT | 1 |
I have several web pages in my app and would like to restrict certain users from accessing certain pages. Can you provide me any pointers on how to implement a role based security so that a page is displayed only to a certain role? TIA.
|
| Crystal Reports in web project | 28 Sep 2004 14:19 GMT | 1 |
Can anyone help me with calling and using Crystal Reports in ASP.NET webmatrix ? Any links / samples / code snippets please ?? I have got a deadline to meet :(
|
| How to save data into the database with data in textbox in asp.net | 28 Sep 2004 13:59 GMT | 1 |
i wrote the below mention code int he button click event : Dim str As String Dim cmd1 As SqlCommand cmd1 = New SqlCommand()
|
| How to call Java routines from VC++ .NET? | 28 Sep 2004 13:23 GMT | 1 |
How do I call Java routines from VC++ .NET?
|
| When to Strong Name | 28 Sep 2004 12:31 GMT | 4 |
Long story short: I've been working on a project which includes both designtime and runtime components, for both the PC and Pocket PC. While testing, I've been having problems with Visual Studio loading several versions of the DLLs, resulting in Invalid Cast Exceptions.
|
| dataSet acceptChanges | 28 Sep 2004 11:11 GMT | 4 |
when im doing dataSet1.tables(0).acceptChanges the rowChanging event is called and im getting an error -"cannot find columns 8" i dont know why im getting this error can someone tell me what is wrong??
|
| Dropdown list not sustaining the value ??????????? | 28 Sep 2004 10:58 GMT | 1 |
Hi frienz, Its making me wired to know why the dropdown list is not sustaining the value which we are selecting.It is always taking the 1st value of the dropdown list as soon as any event occurs on that page.
|
| Adding news headlines to web site...looking for content (free) help... | 28 Sep 2004 10:53 GMT | 3 |
Hey all... I have a personal web site that I added some content to for my fantasy football league rosters. I'd like to add current NFL headlines to it.
|
| Confirmation of delete c# | 28 Sep 2004 09:33 GMT | 2 |
I don't know c# that well and thus need urget help. I have a page that displays files from an access database that has a button to be delet file from database. I need a confirmation box to make sure the user wants to delet the file. Here is my code:
|
| ado.net - find record | 28 Sep 2004 08:35 GMT | 4 |
Ok, I have the following code. Does any one know how I go about taking this record set and trying to find if a record exits in it? - Thanks Dale Imports System.Data.SqlClient Public Module modLoadDefaults
|