13,153 Topics

Member Avatar for
Member Avatar for dexterz

Hi guys, I have not had a chance to work on the 3 applications for the past few months due to my busy schedule. As I promised everyone that I will release the ASP .NET version of the World Recipe, Directory and hopefully the Extreme Photo Gallery. For now, I'm …

0
83
Member Avatar for girlGeek

I have a pretty straightforward pair of aspx pages that were working just fine until last night. The first page has a form that posts to itself, updates some values in a session object, then calls Response.Redirect to the second page. The second page loads a datagrid from the session …

Member Avatar for girlGeek
0
244
Member Avatar for magusdf

hi, i'm kind of new to asp i used a few tutorials to put together a basic login page and to dump the information to a cookie. [B]overview:[/B] i guess what i'm trying to accomplish is to have an ASP.net login page and JavaScript validation though out the pages it …

Member Avatar for magusdf
0
580
Member Avatar for Letscode

[B]PURPOSE[/B] I'm trying to create an email webform.. [B]REQUIREMENT[/B] I need a box for users to enter their Message. [B]ISSUE[/B] In want to use TEXTAREA but I dont know whether its available in ASP.NET server controls..But certainly TEXTAREA control is available on the client HTML section. [B]QUESTION[/B] Are there any …

Member Avatar for Letscode
0
335
Member Avatar for snufse

I have a form from where user want to connect to a DB and fill a spread sheet (excel). This is supported in vb.net. Below syntax gives me error in asp. Below is my code. Thanks. Dim xlApp As Excel.Application = New Excel.ApplicationClass Dim xlBook As Excel.Workbook Dim xlSheet1 As …

Member Avatar for Paladine
0
148
Member Avatar for DJ1UK

Hi All, First post here so be gentle! I'm working through Sams Teach Yourself ASP.Net book and have come across an error with one of the basic examples. The example is to do with .vb and .aspx files and compiling them. I have succesfully compiled the database.vb file. The contents …

Member Avatar for Paladine
0
590
Member Avatar for Horizon

I am trying to databind one entry retrieved from a SQL statement. All I want to do is databind in the code behind page. For some reason I have lost my brain and cannot figure out how to do it....

Member Avatar for Paladine
0
154
Member Avatar for tishr

hi!!! actually i'm doing a project for e-survey. the problem is that when i create different types of control, an error message is displayed. but if i create only radio buttons, everything fine. can u plz see my problem. thanks ant ---------------------------------------- Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient …

Member Avatar for tgreer
0
129
Member Avatar for snufse

I have a web page that will display an image (ie a logo). I am using the following code but the image is not being displayed in the image control. Image1.ImageUrl = "C:\logo.jpg". Thanks.

Member Avatar for Paladine
0
336
Member Avatar for macsgirl

I have two dropdownlists. I can choose say USA and then it goes into the DATA base but does not save it in the dropdownlist itself. I can not figure out why this is happening. > <code> > Edit mode the index of a dropdownlist does not start at the …

Member Avatar for Paladine
0
184
Member Avatar for EddyJiang

I intend to use session variable to capture searching keywords and catagory input by user. I created datatable dTable to store "catagory", "keyword" and "ID" and save it into session variable session("MyCat") when page is firstly loaded. If it is still within same session time frame, any new input will …

Member Avatar for Paladine
0
267
Member Avatar for Mayur

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

Member Avatar for Paladine
0
72
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
121
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
80
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
81
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
147
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
154
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
194
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
314
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
149
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
471
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
304
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
161
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
63
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
120
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
66
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
250
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
74
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
98
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
217
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
68
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
70
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
193
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
181
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
152
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
122
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
113
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
174
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
129
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
175
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
131
Member Avatar for yba

Hi All, Can any one explain me what application block ? and how to code in web application using vb.net, please send me a sample if u have experience in programming application block, i have a web application which is intranet i need to pass the username and password thro …

0
68
Member Avatar for KG800

Hello, I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my category pages as needed, I have them set up in a table format. I've …

Member Avatar for KG800
0
150
Member Avatar for RussGreen

I need help writing a method to create a simple text file. I want that file to be saved to a local drive (client side of my asp.net app). The filename will always be the same "license.txt" but the content will be different for each user. I don't really want …

Member Avatar for tgreer
0
135
Member Avatar for Lacuna

Hi, I have some code that only functions when im focused in the first column... what i need is to have the code execute when the cursor is in any of the columns in the current row. visual basic code:-------------------------------------------------------------------------------- [CODE] Private Sub Auth_KeyDown(ByVal sender As Object, ByVal e As …

0
88
Member Avatar for hippychic43

Hi, I want to create a conduit to transfer files between a PDA and a PC in VB .NET, I've found something that teaches me how to do it for the Palm OS but I want to be able to do it on the Windows CE OS as well. Would …

Member Avatar for ESHbyESH
0
141
Member Avatar for ITconsultant05

The Division of Information Technology, Bureau of Applications Development & Support (ADS) has a need to acquire one ASP.NET software development engineer to develop new applications and support existing applications in a Microsoft ASP.NET, ASP and SQL Server environment. The immediate goal for this engineer will be to provide technical …

0
73
Member Avatar for G-Zola

Suppose a process notepad.exe has started. I like to know how to detect a period of inactivity of a user for that process, for instance how long the user has not entered anything into notepad.Maybe System.Diagnostics can solve this problem but i did not find much information on the websites.Hope …

Member Avatar for Iron_Cross
0
136
Member Avatar for kosmoe

i downloaded the .Net dotnetfx.exe file. i get a box asking me where i want to place the extracted files. i clicked on the browse button but was not able to find Powerdesk.

Member Avatar for Iron_Cross
0
107
Member Avatar for simi

hi all...need help... I've created a double array and populate it with data from a database. I can read the values it holds in ASP but I cannot do it in Javascript. Is there any way this can be done? Thanks

Member Avatar for Paul.Esson
0
136

The End.