1,828 Topics

Member Avatar for
Member Avatar for mohamed1

Hi all :) :rolleyes: :confused: redirect user to another page in some sites if i typed address wrong it redirect me to another page in site home page for example instead of error page 404 appears to me is it should have Global.asa is there another way please help

Member Avatar for tomer1
0
161
Member Avatar for KelseyLeah

Hi. I'm pretty new to the ASP part of the web developement world and need some help. I built an ASP form that sends and works pretty musch exactly liek I want it to. The problem is that when the results of the form are emailed, you recieve a blank …

Member Avatar for tomer1
0
134
Member Avatar for aashishn86

hiii i am using the following functions in javascript to dynamically add and remove rows from a table... [code] function addRow() { //add a row to the rows collection and get a reference to the newly added row var newRow = document.all("applications").insertRow(); //add 3 cells (<td>) to the new row …

Member Avatar for punitdam
0
167
Member Avatar for mthobisil

Hi, im doing a website with master page, i hide and show some images every now and then on the master page, when i hide and show without redirecting to another page it doesnt give me any problems, but when i navigate to another page i lose the hide and …

Member Avatar for mthobisil
0
217
Member Avatar for vytla

I have created web page that retrives data from SQL database and display it to the user in well formatted manner. Data retrieved depend upon criterias selected by the user. But sometimes data retrieved is very large. I want to display records to the user page wise, i.e. 100 records …

Member Avatar for rafaelbelliard
0
100
Member Avatar for pt0909

I have a radio button list and I need to display a lable message when ever user select "A" i wrote some code in c# but its not working can sombody help me. [code] <td align="left" > <asp:RadioButtonList ID="RBl1" runat="server" AutoPostBack="True" CellPadding="2" CellSpacing="5" onselectedindexchanged="RBl1_SelectedIndexChanged"> <asp:ListItem Value="G" Selected="True" >Regular Grants</asp:ListItem> <asp:ListItem …

Member Avatar for Antenka
1
124
Member Avatar for ashkan3030

[code=asp]<asp:Image ID="Image2" runat="server" ImageUrl='~\\Images\\thumbnail\\<%# Eval("brand")%>\\<%# Eval("thumbnail")%>' />[/code] I tried several times with different types and didn't succeed.I want to bind two data from my database and put them in Image URL continuously. Which the brand is something like "Dell" and thumbnail is "123.jpg" What is the correct form ? Thank …

Member Avatar for ashkan3030
0
66
Member Avatar for andy_aphale

hello guys, i am creating a admin panel which i m going to sell but there is problem of piracy i.e anybody can steal my admin panel and it will make me loss so my idea is tht if i can put the script which will track the url which …

Member Avatar for acitodg
0
103
Member Avatar for Donish

Hi All, it's me again :) How can I attach MySQL to my ASP.Net application? I want to create user table in MySQL and then use the login controls in my application to give the user access and different roles? Thanks in advance! Donish

0
96
Member Avatar for redhotspike

Ok - I have never used ASP before. I'm pretty hardcore with (x)HTML, JavaScript, CSS, and I also know C++. Here's the thing - I need to create some sort of code that receives information from the back end of a site and dynamically adds a link on an overview …

Member Avatar for closetosane
0
119
Member Avatar for kcomeby

Hi i wanna make web site as you may guess and i wanna make navigation url like : "cnn.com/content/blablanews/" i read few articles and there is a method like "redirect from 404 page" method. i wanna read more articles about that but i cant find that methods name. So i …

Member Avatar for codejoust
0
99
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
189
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
109
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
155
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
174
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
121
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
71
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
121
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
87
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
100
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
55
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
61
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
63
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
49
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
89
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
135
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
59
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
152
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
99
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
121

The End.