the code below work fine while in the devloping environment but does nothing when the page is published and does not raise any errors any clue why?
the web server is 2003 server with IIS set ...
I know this has been covered with other .NET frameworks, but I simply cannot find an example that works with Visual Studio 2008 Framework 3.5. I am merely trying to create multiple full row se...
I'd like to mae an IN query in LINQ. I've found a sample, but I need more.
THIS WORKS:
SQL:
SELECT [t0].[ProductID]
FROM [dbo].[Product] AS [t0]
WHERE ([t0].[ProductID]) IN (@p0, @p1,...
I am working on a program for customers,, Simply,, I have two forms:
Form1 contain datagridview to show all the customers..
Form2 contain Customer ID, Customer First Name, Customer Last Name...
I have the fields in my sql table Enrollment
StudentID
Name
Address
Course
I would like to display in the listview Name,Address,course which the ID hidden in a column.
In VB6, listview w...
I am using Visual Web Developer 2008 Express Edition with the 3.5 Framework.
I recently downloaded the AJAX Control Toolkit via www.asp.net. Followed the instructions for installation and su...
Hi,
I am using C# in visual studio 2005
I need to create a console application that needs to run at 5:00 pm and run a process once per day. I have the following code. Please, see code sn...
I'm writing a login user control in C# using asp.net 3.5 with the Ajax Toolkit's ModalPopUExtender to allow the user to click a login link that will then display a modal pop-up with the login ...
hi
(c# windows form)
i have some rows in my datagrid i just want to move the selected rows up or down using the up down buttons(which i had in my form)
can any one provide the sample cod...
How do I change the background color of a cell based on the value in that cell; for example, if the value of the cell is car, color it red, if it is truck, color it green?
Dear Experts,
What is the minimum hardware requirements(e.g. pentium 3 or 4 etc. and how much RAM etc.) if I want to install Visual studio 2008 ?
Please advise as soon as possible.
Thanks.
I have developed a website in Visual Studio 2008 using LINQ, ASP.Net, AJAX, C# on framework 3.5. I am also using AJAX Toolkit for framework 3.5. The website is running well on my development s...
Hi all
I am writing a C#.NET Windows program, and I need to read the EXIF information from a Jpeg image file.
I have tried searching the net for a free class that can do this, but I have...
How to display dynamic images in Crystal Reports through VB.NET?
Basically have a table with a list of item codes and would like to show their pictures. I have a server that stores images ...
Hi All,
I have an ASP.NET page in which I want to generate an input form dynamically which can contain 'n' number of input rows based on ID provieded by user. So that user can select\fill d...
Experts,
I needed to search inside an array instead of looping like i used to do in vb6. I looked into the msdn and found this example. But i'm unable to use it. How do i use it? I keep getti...
I have a CSS rule that defines a repeating background image on a ASP.NET 2.0 MasterPage, however, the background image will not show up even though other features do. It works on standalone p...
.NET framework 1.1 Visual studio.net 2003
I have the following in my client HTML ...........In my ASP.NET Code behind page
How can I call this function upon a condition say
if(_txtname=...
Hi,
I am looking into the differences between "BINARY" and "XML" serialization. Here are the sentances i have got from web. I have NOT understood the concept clearly. Can you please explain...
I want to create a textbox (something like autocomplete) in which when i type any character, a scroll down menu should appear (it should be database drive i.e. like names starting with the typ...
This is the error i am recieving
Could not find default endpoint element that references contract 'ServiceReference.DataPostSoap' in the ServiceModel client configuration section. This migh...
Can anyone tell me how to convert an ascii file to the utf-8 format? I need a solution in VB.NET using the compact framework. Thanks!
Dear Sir/Madam
I would like to know how to create installation package for end users by Visual Studio 2008 (vb.net) after the project was finished?
Thanks a lot
Francis SZE
when i try to load dynamically user control to my page there disappear , i need to keep the control and execute user control actions
I am just trying to get the bottom textbox to get focus and select text so the user knows where to begin. For some reason nothing i've tried selects the text and i've gone through several sol...