hi all,
I have not found a walkthrough or tutorial on how to store an image to an sql database table (SQL Server 2008), I've been googling but couldn't find a step by step instruction on how ...
I've got an update panel with updateprogress control on a page that contains a treeview and ddl (ddl has static values - treeview displays folder tree on c:).
When I look at the design view...
Hi,
I see that SQL Server 2008 can handle now storing images in it, the big question is,
1- Do you guys recommend storing images in the database or storing file path to it?
2- If we are ta...
trying to make a textbox the selected item (i.e. cursor waiting for input).
have a button created ('clear') which clears the textbox contents -- but would like the cursor to be within the t...
------ Build started: Project: ManifestManagerUtility, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3245: Could not ...
I am converting VB.NET code to C#. The VB.NET has a master page that contains the following and I have converted to C# as well (see below). The VB version had several web forms that use the ...
I get the following message from Microsoft Visual Studio 2008 Standard SP1 whenever I try to open a web solution.
Package Load Failure
Package 'Visual Studio Common IDE Package' has failed t...
Hello experts, we developed a in house application that needs to be converted to a multiple language format. I invision, the user clicking a button, and have all the text changed to the desir...
Hi,
Im running into an ArgumentOutOfRangeException when I try to load my page. Here is the information I get when the error occurs:
Index and length must refer to a location within the...
I creating an application with VB.net and SQL Server 2005. I'm getting the following error message.
Timeout expired. The timeout period elapsed prior to obtaining a connection from the po...
I'm working on migration code from VB to VB.Net. In VB we can define the strings with fixed length like -
Type Test
type As Long
length As Integer
value As String * 129
End Ty...
Is there a way to create multiple tasks based on certain criteria and then wait for all of the created tasks to be marked as complete before the workflow "completes".
I currently have multi...
Hi guys!
I need to make one of my dll files multilanguage
I have this in my dll file project:
MyResource.en-US.resources.resx
MyResource.sv-SE.resources.resx
In the class:
Private...
I've been asked to build a standby server and need move the assembly file from C:\WINDOWS\assembly
No idea on this one, so any help is greatly welcomed.
When I create a stored procedure in Visual Studio 2005 within a Database project, the stored procedure template automatically adds a drop object script to check if the procedure currently exis...
Hi,
I have the following code that populates a datagridview: -
da2 = New SqlClient.SqlDataAdapter(sql & Wherecmd, Conn)
da2.SelectCommand.CommandTimeout = 600
da2.Fill(...
Hi all,
I am using VS 2008 in my project. I used cookies to get some information in the aspx pages.
But now I feel not to use it since some of the clients doesn't want to en...
I have a Gridview that I am populating from an Object data source. I change the DataObjectTypename and the type name of the objectdatasource depending on the type of data entity I want to vie...
I need to use formview control for both insert and update using linq. So on page load of from would I need to do something like
if request.querystring == new
then put the formview in in...
Ive written a program which does a lot of processing (which works great) but while its processing Id like it to report back to a textbox on the form, however while the code is running, all I g...
I have a column in a datatable which contains numbers. When I insert the concents of the column into excel, the numbers are strings. How do I cast these strings to integers before loading th...
I'm kinda braindead right now so go ahead and take that into consideration when replying =)
How can you access namespaces outside of your solution/namespace. So let's say I make this nifty ...
I'm trying to debug an issue with our website in Firefox. I'm using Visual Studio 2005 SP1, C# and ASP.Net. I've been using this installation for nearly a year with no problems. Yesterday I...
Hi,
I would like to know if you know how check input string data. Example:
I have a text box. User enters data in this field.
I would like to make sure that the user enters the first 3 ...
From within a vb.net application we are trying to write code that creates a scheduled task that runs a report from another application on the same machine. Permissions, logins etc, are not a p...