1,828 Topics

Member Avatar for
Member Avatar for CrazyBone

I am using an access db with asp, the db is named patriots.mdb and table is named Users what I have been attempting to do is pass 3 form entries from this page: <form action="verifymeaction.asp" name="frmVerify" method="post"> <input name="UserName" type=text size=30 maxlength=20> <input name="Password" type=text size=30 maxlength=26> <input name="Pin" type=text …

Member Avatar for murthis
0
113
Member Avatar for Vodlink

hi i am building an asp app that a user logs in then is given textboxes to put a numbers in and when they click submit button the app should search an xml document for the computers with the matching input and display in gridview. The problem is i don't …

0
57
Member Avatar for contactkcer

Its a Request. I have been told from my work that I have to learn using asp with mysql to do certain task straight away, but I have no idea how to start, where to start and what to download, to do the application. I have bit knowledge about java, …

0
45
Member Avatar for dw8081

Hi, i want to know if asp can detect connection to MySQL Server. i have hosting (not dedicated server) but sometimes my website have error like this : "[MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on '<MySQL SERVER place>' (10061) can someone help me for some asp code to redirect …

Member Avatar for hielo
0
230
Member Avatar for unknowndevil41

Currently using ASP.net 2005 I am havin an errot in update statement my code is: Dim myConnection As OleDbConnection Dim myCommand As OleDbCommand Dim ssql As String = "UPDATE passwrd SET password ='" + TextBox1.Text + "'where username='" + TextBox2.Text + "'" myConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; " _ & "Data …

Member Avatar for hielo
0
136
Member Avatar for irfan.motiwala

Hi well i m developing application in asp when i want to access these pages from ie5 it shows error HTTP Error 403 - Forbidden in internet explorer [URL]http://localhost/Mail/email.htm[/URL] plz tell me what is the problem

Member Avatar for JONEY M
0
512
Member Avatar for ultras1

Hi, I'm using web service wich return DataSet object . [CODE] localhost.Default Mse = new localhost.Default(); DataSet ds = Mse.GetData(); GridView1.DataSource = ds; GridView1.DataBind(); [/CODE] How to set GridView control to be sorted by ID column (DESC) on page load?

0
55
Member Avatar for JohnBlanco

Hello, I have a page where I want to mark the holidays, day by day. The basic idea is to have a calendar with a checkbox by day and each box I check is a day of supposed vacation. My main question is how do I make the calendar, designing …

0
64
Member Avatar for jtok

I am working in VS2008. I use vb.net and asp.net. MS SQL2005 as database server. Occasionally when two sets of data are inserted at nearly the same time, I find that one has "stomped" on the other, over-writing it's data. The inserts are done via a stored proc using SCOPE_IDENTITY() …

Member Avatar for Oxiegen
0
178
Member Avatar for iwaqasi

Hi All, I am stucked at one point in one of my web based application; this application is like a HR questionnare and evaluates the employees. I am populating a gridview with the following code in VB.NET [CODE] Dim SQL As String = "Select App_EmpCode, App_EmpName, App_EmpDesig, App_EmpDept, App_EMManager,App_EmpManager, App_EMDGM, …

0
35
Member Avatar for it-consultant

I am suing ASP.net profile to store some selection on my website and when user logged in it migrate the profile from anonymous user profile to user profile. This Process is working fine with 80% user of website but 20% are complaining that when the login the setting revert back …

0
152
Member Avatar for whisper_101

Hi Guys I have been working on an Automatic Email Function. The code returns two different email addresses which are used to send emails to. The problem is - in second email sent the Body of the text is repeated twice i.e. In the First Email Sent: Welcome to the …

Member Avatar for oluwa4real37
0
187
Member Avatar for rudz

hey i want to know how can i get a large paragraph from access to an asp page because i am facing a problem that access have size text 255 how can i make it larger? thank you

0
52
Member Avatar for styles_p

Hello I'm a newbie of nhibernate And i would like to use the NHibernate Mapping here is my mapping file <?xml version="1.0" ?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="HibernateCollaborator.Core" namespace="HibernateCollaborator.Core" default-access="property" default-cascade="none" default-lazy="false" auto-import="true" > <class name="User" table="Users" lazy="false"> <id name="ID" column="ID" type="Int32" unsaved-value="0"> <generator class="native" /> </id> <property name="ForeName" type="string" length="30" not-null="true"> …

0
75
Member Avatar for leokuz

In one of the downloaded free webtemplates I have this calendar. The problem is that it is static, outdated calendar. How can I modify this code to make it [COLOR="Green"]live[/COLOR], [COLOR="green"]current[/COLOR], and [COLOR="green"]user changeable[/COLOR] to different months and years? Thank you! [CODE]<h2>Calendar</h2> <div id="calendar_wrap"> <table summary="Calendar"> <caption> October 2009 </caption> …

0
97
Member Avatar for Renukavani

Hi All, I have xml file contains dtd decalartion and data with align, bullat etc. how to show xml file content into html page. I used as [CODE] Set objXml = Server.CreateObject("Microsoft.XMLDOM") objXml.async = False objXml.load("D:\" & thing & ".xml") strHTMLconversionTest = "<HTML>" & "<HEAD>" & "<BODY>" For i = …

0
58
Member Avatar for gsc1ugs

Hello, Whats the latest and efficient debuggin program for asp files? like interdev but thats old Thxs in advance

Member Avatar for joshuab27
0
59
Member Avatar for zairgotschi

Hi guys. Please help me with my problem. I have to upload my my image to MS SQL SERVER and i don't know what to do. I want to save it as binary data in using asp and after that, i will display it too. can you help me with …

Member Avatar for deepas
0
210
Member Avatar for Seten

Hello, Lately because of a hotfix an application running on IIS server showed fatal errors and was disabled by IIS. I would like to do the diagnose of the problem. Do you know a site where can I get some useful how-to start or hints about the Microsoft IIS Diagnostics …

0
119
Member Avatar for samaru

[size=4]Sams Teach Yourself E-Commerce Programming with ASP in 21 Days[/size] [b]by Stephen Walther, et al[/b] Very useful - I found this book extremely useful for beginning e-commerce. If you have no idea where to start when tackling an e-commerce project, I highly recommend this book. The ideas it provides along …

Member Avatar for hunter jordan
0
240
Member Avatar for yonker
0
56
Member Avatar for umairraja52

I use ASP with IIS 6.0 but i face error, ASP page not displaying in Interent Explorer while HTML code is working properly. What problem this can be.

Member Avatar for naziatarannum
0
107
Member Avatar for rudz

please can someone send me demo or tutorial of how to upload images and save it in ms access database without downloading driver thanx

Member Avatar for Stitch1920
0
99
Member Avatar for Cruize_Invades

Hello! I am currently doing some authentication in Active Directory. Our AD is running in Windows 2008 Server and I manage to log-in based in our AD. However I also want to get the group where the user belongs. but I don't know how. Can anyone help me? here is …

Member Avatar for Stitch1920
0
147
Member Avatar for william_stam

Hi I have a site that lists a companies products (lots). It has a database table containing these records. I want to loop the records to show 2 accross and the rest down (2 records per row by unlimited rows). it is possible because i made a mistake on an …

Member Avatar for sutil
0
132
Member Avatar for centurion 5

Below is an extract from my code.. 1) insert code works fine, then.. 2) retrieves inserted record ID 3) then it SHOULD update the status of the performance with "booked" But it doesnt seem to update.. any ideas? [CODE]<% sql="INSERT INTO bookings (performanceID, customerID, bookingDate)" sql=sql & " VALUES " …

Member Avatar for padtes
0
108
Member Avatar for Member 164344

Hello, I'm having some problems in decoding urls on IIS6. When I click on URL UTF-8 encoded, resulting querystring replace any non english chars with question marks. For example, if you open [url]http://www.qmpeople.com/[/url] you can see a link in the middle of the page [url]http://www.qmpeople.com/tag/%D1%84[/url] containing an UTF-8 char properly …

Member Avatar for gdarcan
0
626
Member Avatar for centurion 5

Hi, I am building a cinema booking system in ASP/VbScript with MS Access. I would like to display the records from the recordset in form of: [-----STAGE-----] [B] [x] [x] [x] [x] [x] [x] [B] [x] [x] [x] [B] [x] [x] [x] [x] [x] [x] [x] [x] [x] [x] [x] …

Member Avatar for closetosane
0
92
Member Avatar for php_noob

First I apologize to the moderator, I am not sure if this is more than a WINDOWS 7 topic or IIS or a ASP.NET topic. MY SETUP: WINDOWS 7 ULTIMATE + IIS 7 + WEB PLATFORM INSTALLER + XAMPP MY IIS7 : RUNS in PORT8080 MY APACHE RUNS in PORT8070 …

0
94
Member Avatar for mnewsome

Just got the ASP download for websites. Have no experience but would like to create a website on a spare drive on a desktop only to be accessible when the machine is on and only for colleagues. This is just for experience and testing. Looking for tutorials and best advice

0
70

The End.