12,085 Topics

Member Avatar for
Member Avatar for benny

Hi, I'm learning ASP.NET. I have installed Free ASP.NET Web Development Tool , which is Webmatrix, but when i'm using this tool to create web forms its not user friendly, because it is hard to move objects from one place to another place. I have created couple of web forms …

Member Avatar for jerMAn
0
212
Member Avatar for p_phanikanth

hello , i facing problem while trying to run .Net web services in Apache web server on Mac os x. while running .Net web services on XSP its throwing an error and in Apache web server its just showing first line of the .asmx file. i would be very thankful …

Member Avatar for techniner
0
84
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
81
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
238
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
556
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
319
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
145
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
580
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
152
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
291
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
182
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
234
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
140
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
151
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
145
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
424
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
300
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
156
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

The End.