5,691 Topics

Member Avatar for
Member Avatar for gobi_roy

hi, there, i need to know why is it i get this error when i run the web site.[B]A page can have only one server-side Form tag[/B]

Member Avatar for serkan sendur
0
177
Member Avatar for Yellowdog428

Hay guys I am looking for some help here I have a page in asp that I am trying to get a button to display a pop up with the value of a textbox on the parent page. This should be a simple popup with a multiline textbox inside it …

Member Avatar for serkan sendur
0
126
Member Avatar for progtick

I am using ASP Login feature and I am binding data for controls like repeaters and div's using the clause [CODE]if (!Page.IsPostBack) [/CODE] If the login is successfull, then it seems all is fine. Otherwise, repeaters and div's etc lose their data. I have noticed that when the login is …

Member Avatar for serkan sendur
0
51
Member Avatar for spidey

I have a table displaying the list of vendors from the database. I have to select one row (vendor details). For VendorID: ------------------------Start--------------------- <table> <tr> <td>Name</td> <td>Telephone</td> <td>Email</td> </tr> <%do while not rs.eof%> <tr> <td onClick="HighLightTR('#cccccc','cc3333');"><input type="hidden" name="vendorid" value="<%=rs("VendorID")%>"><%=rs("Name")%></td> <td><%=rs("Tel")%></td> <td><%=rs("Email")%></td> </tr> <%rs.movenext loop%> </table> --------------------------End------------------------- The page also has …

Member Avatar for missbeginner
0
192
Member Avatar for chriscross86

[B][/B]hi there, i need help in my vb behind codes. There is an error at these part [B]'con.Open()[/B]'. When i run the code the error says, [B]"The ConnectionString property has not been initialized."[/B]. It also says , "invalid operationsException was unhandled by user code." [code]Imports System.Data.Sql Imports System.Data.SqlClient Imports System.Web …

Member Avatar for Ramesh S
0
1K
Member Avatar for Vegetalzis

Hello everyone. My application has two "main" controllers, which are: 1: EsgRepublic.Payport.Mvc.Areas.Employees.Controllers.EmployeeController 2: EsgRepublic.PayPort.Mvc.Areas.Admin.Controllers.HomeController The first time i click at any link related to the 1st controller, i get the following error: [B]The controller name 'Home' is ambiguous between the following types: EsgRepublic.Payport.Mvc.Areas.Admin.Controllers.HomeController EsgRepublic.Payport.Mvc.Controllers.HomeController[/B] The second time works properly, and …

0
98
Member Avatar for mtyb

Hello, Win App: takes a value from a textbox1 and send it throw parameter to a method in the website called WebDisplay(textbox1.text) Web App: recives the value of the parameter. so how can i do that..? thanks!

Member Avatar for Ramesh S
0
110
Member Avatar for Kusno

Dear all, I have a problem with AJAX.Net. Now, all my program forms use Anthem.Net. But, Anthem.Net gets problem in IE7 (dropdownlist shrunks and Anthem.Net doesn't provide date picker). So, I have plan to convert my forms AJAX to AJAX.Net. I have converted one modules, and when I compared AJAX.Net …

0
59
Member Avatar for whisper_101

Hi Guys I am trying to send a link in an email to my users - I am using CDO. I am having trouble contructing the link. Currently I am receiving the message "syntax error". [code] strBody = strBody & <a name= & "anchor" & id= & (rsEmailAlert.Fields.Item("S_Id").value) & href= …

Member Avatar for whisper_101
0
113
Member Avatar for srikanthkadem

[code] SqlCommand cmd = new SqlCommand(); cmd.Dispose(); System.GC.Collect(); cmd.CommandText = ""; cmd.Dispose(); [/code] can please explain why this code is not showing error.......

Member Avatar for IdanS
0
354
Member Avatar for chriscross86

Hi, there, I need help with the connection string . An error saying 'Object reference not set to an instance of an object.' Can be seen when i make the system to run. It effects the code below: [code][B]Dim str As String = ConfigurationManager.ConnectionStrings("CourierSystemConnectionString").ConnectionString[/B] Partial Class _Default Inherits System.Web.UI.Page [B]Dim …

Member Avatar for nicky.23in
0
188
Member Avatar for ithelp

As ASP.NET replacing traditional languages like JSP,PHP In remote future is it also going to have some features available in artificial intelligence languages like LISP? If yes will it be called APLIS.NET ?

Member Avatar for jimkarlo
0
151
Member Avatar for skb0415

I have been struggling over this for about a week now. I am trying to duplicate a ranking system for a client so that it can be accessed privately and players can have a different rating from publicly. I have added new field to encompass my new information. Everything works …

Member Avatar for jsvanc
0
158
Member Avatar for rosy87

Hello, I want some asp.net projects with source code for reference.My database is SQL Server 2005. Please help me out.

Member Avatar for dnanetwork
0
125
Member Avatar for JooClops

Hi everyone, I'm cureently working on a project for computer calss,we are building a website... it's on locachost. so I came across something I couldn't figure how to create. Basically I need to create an admin page , which Enables me to see all the users and delete\update their information. …

Member Avatar for jsvanc
0
176
Member Avatar for chriscross86

Hi, I am coming up with a calendar.I am using ASP.net with C#.I am having using a .ascx file format. i am getting an error on the 10th line. it shows CS1001:identifier expected. i am not sure of what to do. Please guide me of my mistake. im using Visual …

Member Avatar for dnanetwork
0
323
Member Avatar for mshravs

here is the problem, i wanted to create a login page, where in when a given username and password is created it should directly to the webpage showing the details. but if i give any other username and password it should be directed to the member sign in page. the …

Member Avatar for dnanetwork
0
473
Member Avatar for VinayRok

when i click on the treeview the page gets refresh and the control wont go to roottree_SelectedNodeChanged Plz anyone help me...... [code]/* Document */ private void GenerateMarksTree(StudentManagement.Student stud) { TreeView roottree = new TreeView(); roottree.ForeColor = Color.Black; roottree.ShowLines = true; TreeNode root = new TreeNode(); root.Text = stud.Branch.ToString(); root.Value = …

Member Avatar for dnanetwork
0
112
Member Avatar for Mapper99

Hi there, Has anyone used a DetailsView Control to Update an XML Datasource? I get an error when I try and implement the Autogenerated Edit/Delete/New buttons: Specified method is not supported. Any ideas? Thanks, Mapper

0
124
Member Avatar for mikefitz

Hi, Does anyone know how to run an external program from ASP.NET. The System.Diagnostics.Process or Shell() functions do not work for opening GUI applications like NotePad. I need my ASP.NET web form to open a Windows application that we be installed on the Client. Any ideas? Thanks, Mike

Member Avatar for tcornejo
0
898
Member Avatar for sampat19

All, Please help me with the attached file. I cannot check whether this is the right code. Can anyone put me on the right track? thanks

0
73
Member Avatar for nukedfood

Hi, I built a form to send customer info and used some ASP I found on the internet so I'm quite new to it. I got it to send the info I want but I recieve an e-mail every time I navigate away from the page not using the submit …

Member Avatar for chsab420
0
124
Member Avatar for sampat19

hi, I am struggling with the code on attached file. Don;t know what the problem is. Please help me if possible:

Member Avatar for chsab420
0
90
Member Avatar for anuj_sharma

Hey guys, I am intrested in making a web application. I wanted to ask whether ASP.NET is sufficient or should i learn any other language in .NET like C#?? Will ASP.NET be sufficient in making a web application???

Member Avatar for serkan sendur
0
86
Member Avatar for amer2812

hello everybody nice to be in the community i have question regarding micrsoft visual 2008 i'm using asp.net with c# and i want to connect asp.net with access db 2007 i used select command and it worked it shows the data from access 2007 but when i tried to use …

Member Avatar for amer2812
0
156
Member Avatar for kals4u

Hey frnds i want an Youtube lik Flv Player to play flv files on my website. I did tried ASPNETFLASHVIDEO bt was nt satisfied with its performance... Please help me out .... thnx

Member Avatar for sebastian3
0
60
Member Avatar for ryy705

Hello, I am generally a php guy. But right now I need to update entries in SQL Server using ASP. Does anyone know how to escape malicious data before putting it into the database? The following is what am doing right now Many thanks in advance. [CODE] Dim inactiveList ' …

Member Avatar for chsab420
0
102
Member Avatar for chsab420

hello guyz, i am new here thought might be helpful to post here. so here it goes i have classic asp page who will call web services and display results now the problem is that i can login into the web service and logout as well which does not give …

0
57
Member Avatar for troy19

hey .... i have a problem when i try to update/delete/add to the database (microsoft access 2007) it gives me the error : Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables. /internet project/delmsg.asp, line 7 LINE 7 is …

Member Avatar for troy19
0
63
Member Avatar for vigneshsr

Hello Everyone, Below is the working code, that I just coded for you guys to understand in a easier way: [code=html]<html> <head> <script type="text/javascript"> function updateTotal() { var sundayTotal = Number(document.getElementById('sunday').value); var mondayTotal = Number(document.getElementById('monday').value); document.getElementById('total').value = sundayTotal + mondayTotal; } </script> </head> <body> Sunday Duration: <input type="text" id="sunday" onkeyup="updateTotal()"> …

Member Avatar for serkan sendur
0
185
Member Avatar for mohan7690

hi i want to read data from com port of client system, using asp.net page how to do it, any one please help me.

Member Avatar for Tekmaven
0
228
Member Avatar for troy19

hey .... i have a problem when i try to update/delete/add to the database (microsoft access 2007) it gives me the error : Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables. /internet project/delmsg.asp, line 7 LINE 7 is …

Member Avatar for Godsp3ed
0
80
Member Avatar for umairraja52

How i can capture IP address of each visitor who come on my website. Which method is use to handle this task, Is there need of database or can be handle with cookies etc. Waiting for experts answers.

Member Avatar for arabgogs
0
65
Member Avatar for rohiniskumar

Friends, I would like to build a Commercial Of The Shelf (COTS) business application using ASP.Net & MS SQL. The application will be primarily used by many people located throughout India, Data volume shall be high at times & requires printing of Invoices and reports. I would like to know …

0
51
Member Avatar for aashishn86

hii!! i am making a form in which the user fills in the fields and finally submits the form, which is then saved in the database i use asp and javascript for validations. the user can see, all the enteries as a list in another page. Now, i have to …

Member Avatar for aashishn86
0
94
Member Avatar for prakash.s

hi , I am new in ASP.NET.Can any ony help me how to rewrite the length Url's to short Url's using ASP.NET. I am using ASP 1.1 and .NET 1.1 Framework. please help me .some one tolds the changes need to be done in web.config file. can u give examples …

Member Avatar for Tekmaven
0
92
Member Avatar for musman007

Hey Guys, I am trying to call codebehind onclick event from my markup from Firefox works find in IE. I hv created an image button and onClientClick I m calling a javascript function after checking some fields it should call onClick event in code behind but unfortunately its not, Please …

Member Avatar for agrothe
0
138
Member Avatar for Vbsyntax

Greetings heavy duty coders, Basically, I have a link in an Opt-In e-mail that when desiring to Opt-Out they clicked on a link that looks like this .... [url]http://www.reboot.com/donotemail.asp?email=NeedHelp@hotmail.com[/url] I need to figure out how to grab email [email]NeedHelp@hotmail.com[/email] out of the HTTP string so that I can put it …

Member Avatar for agrothe
0
62
Member Avatar for meo

Hello! I am a very green ASP user (but a fast learner), and am hoping someone can help me understand why my response.redirect is not redirecting. Here is the situation: I have a form on one page that, once a visitor clicks one of 2 buttons, sends visitors to "decision.asp". …

Member Avatar for agrothe
0
156
Member Avatar for raymondhsu09

Hi, I have a web application(made in ASP.NET ) which displays excel document(or other kind of document) in a frame by using Response.Redirect(@"some path../Excel1.xls", true); My problem is that when i open 2 excel document one after the other.The second excel document seems to be corrupted. When i click on …

Member Avatar for raymondhsu09
0
158
Member Avatar for deathlemon

please help me i got some problem with my code. my drop down lists which displays a text box when a selection is made, does not display an input in a database when i write a text in the text box. [code=html]<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> <!-- function showHideSelection() { if (document.drop_list.Category.value …

Member Avatar for deathlemon
0
102
Member Avatar for sid78669

Hey, I'm currently working on an ASP.net page using C#. I am looking forward to embedding videos in my .aspx pages using silverlight, but am totally illiterate towards Silverlight. Can anyone tell me how it would be possible for me to play videos using Silverlight? Also, the other possibility that …

Member Avatar for new
0
125
Member Avatar for akhtarr

Okay what I've got is a form and an array with a list of courses. The array populates a drop down list, I also have on the form a cost text box. What I would like is when the user chooses a course the cost field to automatically bring the …

Member Avatar for TomBCullen
0
128
Member Avatar for dzl1

Hi, noobie here. Anyone know how to tranfer my asp.net membership credentials from my localhost to online? I have a webhost that I am using to test stuff that I do offline, and have been uploading everthing after I try it on my local machine to see how it works …

Member Avatar for dzl1
0
126
Member Avatar for raymondhsu09

Hi, i have a web application(made in C#.NET ) which opens excel spreadsheet in a frame by using Response.Write("<script>window.open(' xls FilePath ');</script>"); . The excel file is opening correctly but my problem is once the document is open in the application it prevents use of Excel outside the application.If the …

Member Avatar for raymondhsu09
0
160
Member Avatar for access@123

Hi everybody I am creating a application wherein i have to give customers right to open their document file edit it and save it without using word library. I am trying from last one month however i am not getting any clues. I tried html editor however the only one …

-1
58
Member Avatar for chriscross86

hi, i need help with this codings. i did this in visual web developer.it is based on jscript and i need to convert it into asp.net.please help. [code=asp.net]<%@ Page Language="JScript" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OleDb" %> <%@ Register TagPrefix="Header" TagName="ImageHeader" %> <!DOCTYPE html …

Member Avatar for Tekmaven
0
255
Member Avatar for TejasPatel

I have a old web application in VS2003. It has a user Logon but some time it will store worng user Id in database, I can't figure it out what is the wrong. It is not happening everytime only sometime. I am trying to create that condition but It won't …

Member Avatar for Tekmaven
0
98
Member Avatar for learnerasp

Hi there, I have a div tag and working fine till yesterday. Just now I found out a problem which has to be rectified quickly. I have a div tag. When time out is approaching then we need to pop up the message using div tag. Everything is working fine. …

Member Avatar for kvprajapati
0
211
Member Avatar for deathlemon

hi, my form combo box has a problem. the textbox in my combo box dropdown-textbox list does not validate any error at all. when i am pressing the submit button. when the fields have no given value the script that i embed does not validate the error at all. please …

Member Avatar for aashishn86
0
122

The End.