13,153 Topics

Member Avatar for
Member Avatar for Mayur

The custom Tool 'Crystal.Decision.VsShell.codegen.ReportCodeGenerator' failed while processing the file crystalreport1.rpt

Member Avatar for Paladine
0
70
Member Avatar for DiNo_r

Hi There, I am very new to ASP.Net, just started to migrate this week. I am also sorry if this question has been asked in the Forum already, i have searched but not found anything. I am looking to pull some data from a database using the following code: [COLOR=Red]dim …

Member Avatar for Paladine
0
117
Member Avatar for fineline

[SIZE=4][COLOR=Red]hi every one i wold like to use the control in the datagrid ,, for example dropdownlist,label and other controls ... plz help me and tell me how to do ?????[/COLOR][/SIZE]

Member Avatar for Letscode
0
78
Member Avatar for apisano

I'm relatively new to .net and I want to be able to take some functions that I have created for the web application I am working on and have a single copy of them that I can access from just about every page in the application. I know this can …

0
78
Member Avatar for fineline

hi every one i have a problem with my program the problem is cant make a chek if the account is exist or not in the data base (for login the web site) the error message is: [SIZE=3][COLOR=Red]The ConnectionString property has not been initialized[/COLOR].[/SIZE] here is my code Imports System.Data.SqlClient …

Member Avatar for fineline
0
142
Member Avatar for Anddmx

Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30506: Handles clause requires a WithEvents variable. Source Error: Line 70: Line 71: Private Sub cmdLogin_ServerClick(ByVal sender …

Member Avatar for Letscode
0
152
Member Avatar for srikkanthan

Hi I have a web page - in that i give a link to exe file. When the user clicks on the link the exe is supposed to be downloaded and executed in the user's system. (I am not writing any malicious code or virus :rolleyes: ) However, when i …

Member Avatar for srikkanthan
0
191
Member Avatar for Sycophant

Hi, Stone me now. I am not a programmer or even a web developer. I am however falling victim to a strong learning curve - I have been asked to look at a site that is having a problem and fix it, and its imperative that I do so :) …

Member Avatar for Paladine
0
309
Member Avatar for fineline

thank you for intersting for entering this room i have a problem when i make a run for the program and i dont know whats the wrong the message wrong is : [SIZE=5]Login failed for user 'SHADID\ASPNET'. [/SIZE] shadid is my computer name and iam using IIS if you can …

Member Avatar for Letscode
0
146
Member Avatar for fineline

hi every one .. thank you for entering this message i have a problem with connection to sql server 2000 from vb.net the message is : The ConnectionString property has not been initialized. and this is my code Line 41: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for Letscode
0
433
Member Avatar for apisano

Is it possible using .net technology to have a fake webpage - eg. dewalt.aspx - be associated with another webpage - eg. results.aspx?value=dewalt - and have the url that is displayed on the browser remain the pseduo name - ie. dewalt.aspx. Essentially I want to allow the user to enter …

Member Avatar for paradox814
0
301
Member Avatar for larko_s

I'm building an ASP.NET app, but there ASP includes in the dreamweaver template that includes other asp pages. I'm getting this error: BC30289: Statement cannot appear within a method body. End of method assumed. Line 10: Line 11: Line 12: sub navTabs() Line 13: response.write("<img src='/images/" + img + "' …

Member Avatar for Letscode
0
156
Member Avatar for saintalan

I hope somebody may be able to help, I have got nowhere on other forums. It may be my problem is to do with my PC, it is difficult to tell. I have been using VS .NET Pro on XP and am learning C#. All was proceeding well for at …

0
60
Member Avatar for Abyss

I have a problem with application distribution. When I try to run Application (on other PCs that have .net framework installed), it won't open the window form containing the Crystal Report Viewer. Are there any other components I should install on other PCs to run form containing the Crystal Report …

Member Avatar for srikkanthan
0
118
Member Avatar for SEsternchen

Hi! I've got a gridview problem. I want to hide one cell in a row of a GridView based on the result of a method. (The cell i want to hide is the command field, there are rows that are not allowed to be edited, others should be allowed to …

0
63
Member Avatar for cob027

Hello all. I am attempting to update one of two database tables using an SqlDataAdapter (getting any changes from my DataSet). I have tested my stproc, and it works fine. Here's the code: CREATE PROCEDURE [dbo].[procRobUpdate] @db AS NVARCHAR(3), @ID AS NVARCHAR(11), @Panel AS NVARCHAR(3), @Row AS NVARCHAR(2), @Col AS …

Member Avatar for cob027
0
194
Member Avatar for Greenthumb

Hi there everyone. I was hoping you guys could help me out again. I would like to write a setting to a certain line in a textdocument, for example "4000" at line 5 of the document. So far i have this: [CODE]void MainSettings::setSettingsToFile(String *numChannels, String *savePath, String *playlistPath) // Here …

0
72
Member Avatar for Mohsin Khan

How can I access Crystal report9 in VB .Net 2003. Is there any class or library which I've to import, or it is not possible to make report by using Crystal report9 in VB .Net 2003 version. Whenever I make CR9 object it gives an error. [U]Dim Report as New …

Member Avatar for Abyss
0
95
Member Avatar for laynie21

Hello, I need help. I have a login page that works fine. I did not use a web config file though. I just had the users login to my access database and that signs them in ok. My question is how do I setup an Admin side so that only …

Member Avatar for Paladine
0
206
Member Avatar for Manjesh

I am a .NET Developer with 2.9 yrs of Exp, I am ready to take new projects ,Projects to be completed,etc in ASP.NET,C#,Sql Server2000 mail me at :manjudna@yahoo.com

0
65
Member Avatar for columth

Can anyone help me with the following problem? I am working on an ASP.Net application and have some basic database functionality working, i.e. a user login. It is working perfectly but when i try and put the files in a lower directory the login wont work. I am just working …

Member Avatar for Paladine
0
68
Member Avatar for lorf14plus

I have created a new ASP.NET application in VB.NET and I have made a login page that is call if the user are not logedd in and rediret to the start page. In my internal page I have a dinamic menu that is generated by sub that check the database …

Member Avatar for lorf14plus
0
192
Member Avatar for needhelp2005

sending form data to database creates a error! hi i have created a form which should connect to a database and update it when the user inputs into the form, however as soon as i hit the button on the form i get the error No value given for one …

Member Avatar for Paladine
0
175
Member Avatar for augie0216

Created a form in which the user selects a item from a dropdownlist then clicks a button which in turn uses a streamwriter to open a sequential file and displays the data associated with their selection, this is a text file. When I run the solution I get this error …

Member Avatar for Paladine
0
150
Member Avatar for augie0216

I'm doing an asp.net application but am using vb.net to code the example i'm working on. I'm creating a form that will show historic stock prices I have three description and value pairs: Company Name stock symbol Hartford har Vertigo ver Dickson dks I have created three sequential files that …

Member Avatar for tgreer
0
117
Member Avatar for kellfutura

This will probably be a simple problem to fix, at least I hope it is. I am trying to test some simple asp.net code in Apache using my localhost directory. The only trouble is that it just displays the code and does not load the page the way it should …

0
97
Member Avatar for Jayakumar R

Hi I have a peculiar problem. I created an ASP.Net page with the code behind in C#. After submitting I am storing the primary key value of the row inserted in a ViewState variable. Then I pass this as a query string and do a Response.Redirect() to another page. Then …

Member Avatar for Jayakumar R
0
171
Member Avatar for Slade

Whenever I go to update visual studio 2003 I get the following message: Visual Studio .net 2003 setup encountered errors while attempting to download required files. Check your web browser configuration settings and your connection hardware, and then try again. Ok... I am connected to the net, what web browser …

Member Avatar for Cybele
0
122
Member Avatar for rinyunzen

Hello there! This is my firts post, and I'm happy of finding a site like this. I have a little trouble with .net. I'm programming a site (i mean webforms) and something very weird happens. If I have two webforms, both of them connects to a DB and they use …

Member Avatar for rinyunzen
0
170
Member Avatar for dbenoit64

PROBLEM: ____________________________________________________________ Im trying to create an update on an oracle database and Im having some real trouble with it. If anyone has experience creating transactions and stored procedures from .net or asp and can help out I can use the assistance. My code is returning the following error and …

0
129

The End.