I have a usercontrol nested in a parent page. How would I go about calling a function in the parent page from my usercontrol?
I want my strong named assembly installed in the GAC using the post-build event in the compiler settings.
I can use the following command line listed below if I had VS 2005 installed however,...
Hi Experts,
I'm writing a C# 2003 application that integrate with Active Directory.
If I have a user's AD username, how can I determine using the DirectoryServices namespace, which group...
Hi guys when i am doing an sql query for the date is it comming out with the us formate meaning it wont find the information i am look here is the code can you please help me get it in good o...
Here's what I've got: I'm trying to set properties stored in a database. Everything else seems to work fine except for the font-size. On the aspx page it would look like <asp:Label ID=mylabel ...
I am very curious what this error message is:
Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its de...
Hello Experts! Looking to impliment WCF. I've tried for hours to get the self-host example to work. The service is running as a console app. When I run "netstat -a" I see that the machine ...
Hello Experts - I have a WCF service and I can't figure out how to get the number of connections that the service is handling at any point in time. I know how to set the maximum number of con...
How to Display DatetimePicker in datagridview 20. Framwork or Girdview 1.1 frame work Controls
please keep in mind, for Desktop application not for web.i mean to say in vb.net not in asp.net
Hi,
using DevExpress.XtraGrid version 2 the following code lines not working.
I need to change the back color of a row if the value in specific column is not 100.
Thanks,
Tom
I have a method for examples
Private Sub SubreportFinancialAssistanceTypes(ByVal sender As Object, ByVal e As SubreportProcessingEventArgs)
'some database calculation inside this me...
I need to use the following with the enterprise library for database
Private mTransaction As SqlTransaction
how can i do it
Sorry if this question has been posted before.
I have an url dynamic XML, and want to load using XmlDocument within VB.NET.
When xml contains an extended ascii character XmlDocument can't co...
I need to create a log of users logging in and logging out of a single computer. I am proficient in C# or VB .Net so it can be through a Windows Service. The computer in question is in a cen...
{edit} Ok - trimming this question down slightly:
Does anyone know why Windows 2000 doesn't wrap lines in the Web Browser control?
Cheers!
------------------
Original Question
...
How do you upgrade 1.1 to 2.0 .Net?
I have MS Visual Studio 2003 and using the 1.1 framework now. Will Visual Studio 2003 work with 2.0 or even 3.0 or higher? Do I have to upgrade to 2005?
I hava a datatable with 10 rows. I need to duplicate those rows. How is best to do this?
(Then I will add another column to identify each row. ).
i have a page that takes a while to load. so i though i would put a small gif that says loading during the time the page is loading. easy enough, i though so too.
I decided to would give it...
I was wondering if it is possible to assign a appSettings/key to a credentials/user name in web.config?
Example:
<appSettings>
<add key="Username" value="John" />
<add key="Password" val...
Hi experts,
I'm building an app using .NET and I want to add functionality so that a user can automatically download their address books from there chosen email account such as gmail or hot...
Hi :
I am looking to do the following
1. Open a file dialog box to choose a file on the hard drive on the client using an Input HTML control.
2. Obtain on server side when a button is p...
I have a DataGridView (2005) and I'd like to change the colour of cells based on the data they contain.
We're talking about quite a lot of cells and a fair number of colors so I was looking...
How would i convert the following code to vb.net?
float[][] output = new float[26][]
{
...
new float [] {
-0.5f, -0.5f, -0.5f, -0.5f, -0.5f,
-0.5f, -0...
I have a session variable that I want to get the value of into an asp:parameter tag.
What is the syntax to do so?
Or how can I set a variable on the aspx page that I can then use to bin...
I want to make something in VB that reads data from specified file and displays content in list box. If file doesnt exist- alert user.