First  |  Prev | 
Pages: 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071
Invalid cast from System.Int32 to System.Byte[].
Hi, I got a stored procedure, where it returns a value. But if I execute it. It gives an error as "Invalid cast from System.Int32 to System.Byte[].". To make clear how do I execute this, below I'm specifiying my code: The Code used in Visual Studio: Function GetRank(ByVal ID As Integer, ByVal Comp As String,... 15 Feb 2005 10:37
Null Reference Exception When Using Sesssion State
Hi all, I'm having a very strange problem. The third line in the following code gives me a null reference exception when used in an ASP.Net web page. The code is called on the click of a button. Public Overridable Property SDSVarsSetup() As Boolean Get If Not IsNothing(Session("SDSVarsSetup"))... 15 Feb 2005 12:08
Q: global variable
Hello, What is the life span of public variable defined in the class. Is there any way to define a global variable in aps.net, and use it in all the following pages. Thanks, Jim. ... 14 Feb 2005 18:10
DateTime Format
Dear All, I'm using the object model of Microsoft CRM to reteive the cases from an asp.net application however the datetime fields are returned in the resultset in this format "2005-02-10T04:54:17+02:00" how can i convert it to the normal format dd-MMM-yyyy time ? Thank you for you help. Regards, Mohame... 14 Feb 2005 08:13
Export to Word
Hi all, Have you worked on any project or example where in we can export data to Word Format with Page Brakes and Header & Footer Template. This is very important for my assignment. Thanks Arvind ... 16 Feb 2005 10:51
Open Word/Excel file
Hi, How do I open a Word or Excel document inside an event handler (e.g., Page_Load())? Thanks, Simon ... 14 Feb 2005 07:13
Not Initialized...
I have the following error using vs.net 2003 C#: The ConnectionString property has not been initialized. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exce... 14 Feb 2005 01:40
DataView Sort Bug
Hi All! I've this strange DataView sort bug and i can't do any sorting activities! Below is my code... ---VB.NET Code--- dvFinal = New DataView(objDataSet.Tables(CON_FinalTable)) Dim strSort As String = drpOrderBy.Text & " " & drpOrderStyle.Text dvFinal.Sort = strSort Response.Write(strSort) ---End... 14 Feb 2005 00:10
File Upload Error
I am facing some problem. I uploaded some different files (jpg, bmp, doc, pdf) into SQL Database using ASP.NET and VB.NET and I tried to download them again. all files worked properly unless the pdf files. The download goes fine but when I try to open them, I receive an error declaring that the file is corrupte... 13 Feb 2005 18:53
CS0006: Metadata file "../bin/WebApplication1.dll" could not be found
Hi, I've got the following error when building my ASP.NET application called WebApplication1: Preparing resources... Updating references... Performing main compilation... error CS0006: Metadata file 'c:\inetpub\wwwroot\WebApplication1\bin\WebApplication1.dll' could not be found Build complete -- 1 error... 12 Feb 2005 17:08
First  |  Prev | 
Pages: 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071