1. I have installed .NET Framework 1.1 + 2.0 on my Windows XP system.
3. When i first install the framework everything works fine
after few days that the application working i get this messa...
Every day at 12:00AM I get these error messages and they continue every minute until I restart IIS. The asp code that this error message is complaining about runs perfectly all day, until mid...
Is there a way I can convert IList<object> to List<object>? I tried explicit conversion but I failed.
Can some one help me import data from a comma separated value file into a datatable?
Hello!
I made one gridview just to export the data to Excel. It's "easier" than the first becuase I don't need all the data (columns). I can replace the checkboxes with the string but I nee...
Hi there,
Having problems with getting this.Page.ClientScript.RegisterStartupScript method to work.
Not sure what I'm doing wrong with the code.
Nothing seems to happen when the code ...
I am trying to dynamically set the AutoCompleteExtender ContextKey based on a database column value. I have the control sitting inside a Gridview's footer template. See below code.
I have ...
Hi,
I developed a website where it uses oracle client to access the oracle database and to pullup the details.
I used asp.net 2.0 and and oracle.dataacess.
It was working fine in my local...
Hi Experts,
I have to appear for an exam for .NET (ASP.NET, winforms) and also database related , can you please provide me the multiple choice questions and answers for the same.
I'm building a .NET windows forms application to access an ASP.NET web app. The web app allows users to generate custom reports in Excel format and then download them.
I have used a WebBrowse...
i am getting following Security exception when tring to run a webservice which is under a sharepoint website.
Can anyone help me out?
Hey Guys,
I am working with Select Parameters on the .Net C# Griview.
As you can see in the code below, I am selecting from the database by passing Model and Make to the database.
What ...
Hello,
I'm looking for a quick way to get a arraylist of a user's roles.
eg:
Arraylist ar = GetUsersRoles(UserName)
Does anyone have a script like this?
i'm using asp.net 2.0 on a 3...
hello
I am looking at a solution to convert from PDF to CDR format using .net
Woud really appreciate your help and feedback
thanks
The font color of the following error message couldn't be changed to "Red". Any idea ??
Thanks
If Directory.Exists(cNewDir) Then
imgMessage.Visible = "true"
...
Hello
I have created a service which would allow the service to be installed automatically using the createservice() API. The code is as in the code snippet.
I have manage to install th...
Hello experts,
The uninstaller located at http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip is no longer available. Does anyone know of another good tool or have another link?
...
Hi... we are thinking of using ASP.NET 2.0 for our application, but I'm still a little fuzzy about the differences between ASP.NET 1.1 and 2.0.
For example, I'm trying to follow the tutori...
Hi,
I have a datagridview with 4 textbox columns and one combobox column.
How do i bind the grid to a datatable
Hi all,
I am using vb2005 and CF2
Ok this question i invisage will become quite complicated hence the 500 points.
I have the task of writing data to an existing text file without loadin...
First, my QuickBooks that worked for some time would not launch in my xp computer. I unstalled and tried to re-install when the error message appeard:"Microsoft.net assembly registration utili...
I keep reading that .NET 3.5 is just 2.0 with built-in AJAX. It even uses the same core and don't even need any code changes. I currently have an ASP.NET 2.0 / C# website (with no AJAX.net ins...
Hello everyone,
I am having some problems with this page that has a Placeholder control inside an UpdatePanel control. When the updatepanel is triggered, then the page seems to do a full po...
I have copied a ASP.net program on my laptop, where visual .NET 2005 has been installed (together with ASP.NET Framework 2.0).
I have created a virtual directory for this applicaiton and set ...
I want to recover a complete list of computers and the domains that they are in from Active Directory using the functionailty built in to .NET 2.0. I have determined how to get ALL computers ...