1,828 Topics

Member Avatar for
Member Avatar for rpgwebsolutions
Member Avatar for balitravelblog
Member Avatar for jobojo

Good morning everyone. I am trying to develop a Web site with a search feature that will search a MS SQL database based on text entered into the "Last Name" text field of the search form. I have the search feature working somewhat however, there are some additional tasks which …

0
89
Member Avatar for nidhi dave

i want to display two datalist controls in same page out of them one has to display image. then those image and its path has to be stored in the database? how to do tat?

0
46
Member Avatar for umairraja52

I have a website, where i want to use ASP error handling code like instr function which works as Java script. I have two web pages, one have web forms and second one is database insertion. I want to handle error code on runtime.

Member Avatar for rajendra.parmar
0
82
Member Avatar for dweaver6
Member Avatar for trupti_rose
-1
8K
Member Avatar for sweetjos

i have made a code in which i access my database(MS Access). i m able to print the first record of the database on the page. but i m not able to go to next record which i want to show on click of a button.

0
55
Member Avatar for mmona

how to list the items in the menu card of a restaurant using the various Web controls available in ASP.NET.

0
49
Member Avatar for c.ramkumar

hi, plz anyone one send how to create personal web page using asp coding. thank u.

Member Avatar for rajendra.parmar
0
102
Member Avatar for webprgmquery

I am using User authentication system, which uses 2 pages index.asp where user logs in and then the username and password is sent to the validate.asp page where it is checked against database userlist. if username and password are matched with username and password of database record then it should …

Member Avatar for webprgmquery
0
260
Member Avatar for player_d

hey, i have a table with 10 rows: id | name | age | class. i need to make the headlines clickable for sorting . ex: if i press the "id" column then it will sort the rows descending and ascending. i need it to be most simple. it is …

0
58
Member Avatar for jasystweb

I've been working on a class which when called pulls images (the actual byte) from one table and then the corresponding product information from another table in a MYSQL database. I then create a dynamic set of controls and add them to the layout. I wanted to place all the …

0
77
Member Avatar for iceghost

hi i have a basic website connected to MS Access Database and i want to display the search results, 100 records returned from a query split over 10 pages. can anyone give me the script to do this, i am using ASP JAVASCRIPT NOT VB. Source Code is listed below. …

Member Avatar for mrdani
0
230
Member Avatar for stewie griffin

Can I access a web service via software? I'm writing a client – server application and I wish to upload the server part as a web a service so I could access it from any computer while the application is stored on some server, how can I do it?

Member Avatar for stewie griffin
0
102
Member Avatar for Cruize_Invades

my connection string goes like this... [CODE]Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MyDB;Data Source=mysource[/CODE] I am using windows authentication, iis 7 and Classic ASP to to connect to SQL express 2008. Using UDL i can connect to my SQL. I can also connect to my SQLExpress when i am running my Database …

Member Avatar for rajendra.parmar
0
184
Member Avatar for Justni

hi all, i got problem on field validation, could someone help me? i figure it as below: - i need fill up an array in client side JS with data from database and i will use for reference to validation (SELECT SN from package where PO='YU123456') - then in the …

Member Avatar for Justni
0
125
Member Avatar for brunop

Hi Everybody, Please someone help me! I need to register in the database when the user finishes to download a file. One solution is: I could save the log when the user clicked the link to download the file. But, the great problem is that my boss wants me to …

0
38
Member Avatar for stewie griffin

I have a conflict, using asp.net and c#. Probably there is no big different between the two, what is faster? Using function (with efficiency of n^2 - loop in loop) or taking data from small data base (simple query)

0
53
Member Avatar for activator2030

hi members,i was asked to design atimesheetmanager as atask in school using asp.net MVC,SQL server,jquery i am eager to your advice about the entire program and how each language used thanks

0
42
Member Avatar for nehashri

hi i have a problem if any one can help me please. i have 2 tables in Access database- Drug_Name and Chemistry. i have to retrive the from DB to the ASP. the Drug_Name has Drug_ID, D_name, Synonyms as the fields. once the user write a name it should check …

Member Avatar for shital050384
0
137
Member Avatar for cutebab

hi , I hav developed a contact us form for a site in asp... but when i press submit button its not sending mail...... iam using windows server with XP OS................ I hav pasted the code below.......Plz go thru it ......n try it so that it is workin........ if not …

Member Avatar for Juhi14j
0
105
Member Avatar for marteen

Hi everyone , i'm new in asp.. How to Insert an image in sql as binary file ,use classic ASP.. i try googling the whole day but i don't find any tutorial about this..

0
52
Member Avatar for igirl

I have a db that has a description column all descriptions are one paragraph except one needs 2 paragraphs and two hyperlinks. Can I input HTML into the one data row?

Member Avatar for yonker
0
114
Member Avatar for malinkam

I have this sql code which works fine : [CODE]sql = "select count(city) as cx from NY where CITY='New York'" set rs=conn.execute(sql) response.write(rs("cx")) [/CODE] The above counts all records with New York city. I have been trying to put this on a dynamic .asp page and modify line 1 to …

Member Avatar for padtes
0
91
Member Avatar for MaryFan24

Hi, I am trying to develop a website that displays a google map and some markers that I want to add from my SQL Server Database. I have tried to get the values(Latitude and Longitude) from the database in the asp.net and pass them to javascript to add a marker …

0
92
Member Avatar for joe111

hi all, I'm designing my website and I create a form page and connected with asp code :this is the code ======= [CODE]<% USER NAME= trim(request.form("USER NAME")) E-MAIL= trim(request.form("E-MAIL")) PASSWORD= trim(request.form("PASSWORD")) CONFIRM PASSWORD= trim(request.form("CONFIRM PASSWORD")) FIRST NAME= trim(Request.Form("FIRST NAME")) LAST NAME= trim(Request.Form("LAST NAME")) SEX= trim(request.form("SEX")) DATE OF BIRTH= trim(request.form("DATE OF …

Member Avatar for joe111
0
108
Member Avatar for Nfurman

Hi, I am trying to make some "a la captcha" it must be simple, but not for me. my code is: [CODE] using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page …

Member Avatar for Nfurman
0
168
Member Avatar for Ender330

Hello, Maybe someone can help me understand what I need to do. I am trying to set up billing for a website. The processor (ibill.net) says that I need a URL for them to post to. The company who sales the script I am using for my site says they …

0
48
Member Avatar for hamiyoda

heloo guys ... well i need some serious help here ... i am building a web site now....and this is my index page [URL=http://bigpichost.com/files/index_qc7au6bk.jpg][IMG]http://bigpichost.com/files/index_qc7au6bk.jpg[/IMG][/URL] imagine my index page as master detail page and with these links ...i am going the send the people to the detail page ....so i need …

0
40
Member Avatar for bevssi

I'm trying to display a .jpg photo into my report. I receive this error: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal I'm using this code: strSQL = "SELECT oPeople.People_ID, oPeople.oPeople_TGCKFD,oPeople.Preferred_Name FROM oPeople Where oPeople.People_ID="& Session("ccpeopleid") & "" Set rs = …

0
53

The End.