5,691 Topics

Member Avatar for
Member Avatar for gossy

Hi mates, 1. Is it possible to run ASP (.aspx OR .asp) files/pages on XP Prof, with IIS 5.1 and SP3? Coz each tym I try to run an ASP file ie7 says 'Page cannot be found... HTTP 404 - File not found' 2. Any non-proprietary Report Generator I can …

0
55
Member Avatar for Ajith S Kulgod

In Visual Studio 2005 iam getting an error:- GetTypeHashCode() : no suitable methods to override. The class names that i have mentioned are same(ie in .aspx and .aspx.cs)

0
55
Member Avatar for punex

I'm trying to develop a database system using asp and ms access .How do i delete the data keyed in in asp without going to the database in ms access to delete it?

Member Avatar for vicky_rawat
0
44
Member Avatar for muupeetz

hello all friend's, i'm a newbee to asp. it totally harder than PHP ;) . i'm facing trouble when try to delete records from a list.. i take the scripts from [url]http://www.w3schools.com/ado/ado_delete.asp[/url] but i made the custom msaccess2002 database b'cause i had no nortwind.mdb database. dbname = tes.mdb , tablename …

Member Avatar for muupeetz
0
746
Member Avatar for Mythili.D

Hello, I have a website which allows the user to download the images from it. I used the following code. It download for most of the images but for some it tries to download as a file without extension. So can you please suggest what might be causing this. thanks …

Member Avatar for Mythili.D
0
87
Member Avatar for sreein1986

hi, I am web designer, i have a doubt in ASP.net, I created a website in HTML but i need a dynamic page now my requirement is i put textbox and search button and now what i want when give a word in my textbox after click the button search …

0
87
Member Avatar for dotNetDummi

I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically. May I know how can I do that? I saw some websites that mentioned about Console Application and Windows Scheduler. Is that what I need? …

Member Avatar for itssvipul
0
255
Member Avatar for VB noobster

i want to have a link on my web form, where when i click on a button, a form will open. ALA pop up style. any idea what are the codes?

0
59
Member Avatar for VB noobster

hello, how to convert from filesystem to HTTP using IIS.. i have done my ASP.net on filesystem. now, i want to set it up on HTTP ..What is the method?

0
60
Member Avatar for kavithabhaskar

if you need to upload larger files, you will need to alter this value by changing the httpRuntime maxRequestLength property to the desired value; at the same time you may need to increase the executionTimeout property to a greater value as well in order to support longer upload times. Take …

0
61
Member Avatar for tazquebec

[code=PHP] Name: <?php print $_POST['nameField']; ?> <br/> Age: <?php print $_POST['ageField']; ?> <br/> Comment: <?php print $_POST['commentField']; ?> <br/> [/code] [B]How do I do the same thing in C#?[/B] Thanks :icon_question:

Member Avatar for tazquebec
0
82
Member Avatar for themailsian

Dear All, I have a problem with delete confirmation code in java script. i m using this code: [code] <script LANGUAGE="JavaScript"> function confirmSubmit() { var agree=confirm("Are you sure you wish to continue?"); if (agree) return true ; else return false ; } </script> [/code] in Asp page on click of …

Member Avatar for nrvinayak
0
295
Member Avatar for adrian_fraggy06

Hi! I am a bit newbie in the web development world. In our company I am assigned to handle the newsletter. I would like to ask for a tutorial in how to make a newsletter and to how to embed or attach pictures and animation to it. Please do help …

Member Avatar for nrvinayak
0
166
Member Avatar for nickyspace

HI i'm in very much need of it ,plz can one help me regarding my issue i have a page where i have insert the data . NOw if that data is already there in the database then it should display the record in textboxes. I had successfully done with …

Member Avatar for vicky_rawat
0
118
Member Avatar for preethi_ga

Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings??

Member Avatar for tomer1
0
147
Member Avatar for Indianblues

Hi I am trying to learn asp.net. Can anyone suggest me a good book which will teach developing asp.net applications from IDE(VS2008 or Visual Web Exp Edition 2008). I mean directly opening the IDE and placing the controls and changing the properties the controls. Even small concepts also explained through …

Member Avatar for khess
0
74
Member Avatar for sireesha.c

Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) …

0
84
Member Avatar for hepsy.i

I want to automatically send an email to customers on a set date. So if it is know in the database that the due date is July 11 2008 then the sql server has a schedule task … and it triggers a asp.net page to be run that sends the …

0
55
Member Avatar for newMeg

Hi im developing an asp.net report using vb language. I created the report previously using datagrid,which works well when i click the export button. It downloads the datagrid to excel format. But now i need to add anew header to the report,so i changed to using table which seems as …

Member Avatar for giri.hanchate
0
892
Member Avatar for virendra_sw

Hi, I want to export crystal report fom ASP .Net in word format. I am able to export crystal report but it dosen't give be the Word toolbar as we can see in the when Msword document is opened. oStream = DirectCast(Me.reportdocoument.ExportToStream(CrystalDecisions.[Shared].ExportFormatType.WordForWindows), MemoryStream) Response.Clear() Response.Buffer = True Response.ContentType = "application/msword" …

Member Avatar for Kusno
0
162
Member Avatar for uniquestar

Hi, I about to write some code, that will, in the end, format some HTML. To keep storage space down, the idea is to hold the number as an integer, and pick out the character that relates to the specific format when writing it. My problem however comes when trying …

Member Avatar for vicky_rawat
0
106
Member Avatar for whoost

Hi, I'm currently developing a master page for an ASP.NET web site. I would like the page to have a footer that "sticks" to the bottom of the page, but can move downward if the content above it gets to large. I've looked around but really I'm just lost and …

Member Avatar for whoost
0
95
Member Avatar for pradeepsalyan

[COLOR="Red"][/COLOR]Please help me. Its very urgent.....I want to [B]develop a page in ASP [/B]where i need to [B]upload a table content from MS SQL database [/B]and [B]write to a text file in ftp server[/B], if file not present then i need to open new text file and write the log …

Member Avatar for ratri
0
79
Member Avatar for hmponline

Hello, I am using ServerXMLHTTP object to get the source code of any page. wht's hapenning I am requesting a URL Data through above object's method... The URL which i used that redirected to other URL and also retrieving data from that URL. I want that redirected URL name. Is …

Member Avatar for ratri
0
70
Member Avatar for veenum2

Edit/Update records in the Access DB Using ASP Hi im trying to update products related to company ID entered in the database each time a product is entered related to the that ID the ID gets repeated as im adding the record in a loop. SO like i got 20 …

Member Avatar for ratri
0
138
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
162
Member Avatar for tazquebec

[code=PHP] Name: <?php print $_POST['nameField']; ?> br/> Age: <?php print $_POST['ageField']; ?> <br/> Comment: <?php print $_POST['commentField']; ?> <br/> [/code] [B]How do I do the same thing in C#?[/B] Thanks:?:

Member Avatar for tazquebec
0
114
Member Avatar for ardeezstyle

Hi everybody, how about you? I have come across a problem. I've created a webpage and provided login user and pwd for security. There are many such pages which needs authentication for any access. For instance, there is a page called Notice Board which is linked from the index.asp page. …

Member Avatar for vicky_rawat
0
150
Member Avatar for kenronmax

Hi everyone out there, I am a novice in Asp.net therefore need all your helps. I have to create a multiple search engine similar the Google advanced book search and Amazon book search. It will be multiplied text fields, drop down list and so on. I have the problems connect …

0
55
Member Avatar for Stormbitch

Wow! Last time I posted on here, I found it to be the most comprehensive plethora of genuises on the planet. And hence it has become like an ambulance to me when I have a disaster on my hands. I am trying to set up a system on my site …

0
48
Member Avatar for venu@baylogic

Hi all, Nice to meet you here.... Any free downloadable tools are available for ASP ??? Please assist me to move forward with ASP... I did not found any tools here,please inform me if you know any tools.. Thank U Take Care Bye...................Bye

Member Avatar for x3mario
0
113
Member Avatar for vinlam

This is my code. But there are 3 errors in it. 1st Error: Dim message As New MailMessage() 2nd Error: SmtpMail.SmtpServer = mailServer 3rd Error: SmtpMail.Send(message) Can someone teach me how to configure and correct the code? Imports System.Web.Mail Partial Class ReferaFriend Inherits System.Web.UI.Page Protected Sub btnSubmit_Click(ByVal sender As Object, …

0
44
Member Avatar for anjalis

I am trying to connect my login page to an access database. Right now I am simply storing the values inside the database .I am having trouble connecting to the databse itself. Below is the code that I have written using VBScript. What am I doing wrong? ...Thanks in advance …

Member Avatar for vicky_rawat
0
97
Member Avatar for vinlam
Member Avatar for ChrisJ

Can you tell me which part of this code is the Input Box(browse box field) and the Submit Button, please? Thank you. [CODE]<%@ Language=VBScript %> <% option explicit Response.Expires = -1 Server.ScriptTimeout = 600 %> <!-- #include file="aspupload.asp" --> <% ' **************************************************** Dim uploadsDirVar uploadsDirVar = "C:/Documents and Settings/TAinput/" ' …

Member Avatar for Lorand24
0
150
Member Avatar for peterwilson

hello friends actually i m very new in ASP.Net tech. but i know the ASP very well hei can i use my asp code in ASP.net or not>? or it will raise any proble while compilation? plz explain me and clear my dought?

0
48
Member Avatar for edmicman

Ok, I've got a newbish question that Google is turning up tons of different answers too....hopefully I can get some interactive input. I've been working in Microsoft shops doing web development for going on 10 years now. I'm very familiar with SQL Server and classic ASP, and that is what …

Member Avatar for sarehu
0
219
Member Avatar for bnamevln

Hi All, Can you help me solve my problem. I am new to ASP.Net programming. In my job i have to create a Login Page which checks Username and Password with the SQLServer 2005 database and validates.

Member Avatar for oriname
0
227
Member Avatar for pranav_jog

Hi After publishing website exe file is not running, But in the task manager the file is running I am using following code Dim startInfo As New ProcessStartInfo("notepad.exe") startInfo.WindowStyle = ProcessWindowStyle.Maximized Process.Start(startInfo) Regards Pranav

Member Avatar for FaridMasood
0
73
Member Avatar for ChrisJ

I'm using FreeASPupload script and it works successfully. I'd like to get some guidance on how to modify to add a second Browse Box and second Submit Button, so these uploaded files can go to a second directory destination. Thanks. I believe this is the script page (of two) that …

0
62
Member Avatar for MegriSoft.net

[B][I][COLOR="Red"]ASP.Net a advance version of ASP is full featured language being used on large scale to development applications[/COLOR][/I][/B] [URL="http://www.megrisoft.net/"]Megrisoft.Net[/URL] is professionally managed staff outsourcing business in India. Established in 1998, our company is equipped with a high speed internet lease lines connection and superior global technology infrastructure. Right now, we …

0
55
Member Avatar for donnie_darko

Hey All, i'm having real trouble with this. ok, i have a login page where the user logs in. they put items in the cart and then go to addorder from to place order in database. only problem is i can't get it to work. i think the problem is …

Member Avatar for greeny_1984
0
214
Member Avatar for vasu123

Hello all, I am not able to send data from one web page to another web page by using request.form in framework 1.o Can any one help me. Code: [B]Page1.apsx.vb[/B] 'For Submitt buuton server.transfer("page2.aspx") i ahve one textbox in page1.aspx and if i click on submitt button i am sending …

Member Avatar for sierrainfo
0
126
Member Avatar for ykmun

Hi All, I seem to be stuck with this problem and despite my attempts at looking all kinds of solutions, I still find myself miserably and frustratingly unavailable to solve my problem. My problem is the following: I want to restrict access to a folder which contains the administrator pages …

Member Avatar for sierrainfo
0
116
Member Avatar for Swin

Hello everybody, Please help me. very urgent. I am a Junior developer. My problem is, In my site there are number of users. There have entered for space,domain registration ,etc... what is i want is. After one year the Domain Registration was expired. Before one month of expiry date a …

Member Avatar for Swin
0
103
Member Avatar for dips255

We want to integrate sms gateway with our website based on asp. We are looking for vendors for the same. any help? we want to enable the advertisers on our site to receive customer inquiries by sms

Member Avatar for stephen84s
0
82
Member Avatar for abhee

Hello friends, I have started with ASP.NET, I am very comfortable with it when I run the website using the VS's Built in ASP.NET Webserver. I use VB.NET for coding. But when it comes to using with IIS, i don't understand anything about how to run the websites in IIS. …

Member Avatar for serkan sendur
0
84
Member Avatar for tuse

Hi! I have a linux server on which I have some drupal websites hosted. I was wondering if it is possible to host asp.net pages on the same linux server?

Member Avatar for stephen84s
0
99
Member Avatar for darcee

do i need to yum install vb something to be able to recognize VBscript code ? actually it is a asp file but the VB code cant recognize...my only problem now is the index.asp and the logout.asp which has vb code plzzz help! thx in advance!

0
71
Member Avatar for sreein1986
Member Avatar for sreein1986
0
114

The End.