5,691 Topics
![]() | |
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 … | |
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) | |
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? | |
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 … | |
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 … | |
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 … | |
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? … | |
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? | |
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? | |
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 … | |
[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: | |
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 … | |
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 … | |
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 … | |
Hello friends, Im new to ASP, so can any one tell me where to write and run ASP codings?? | |
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 … | |
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) … | |
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 … | |
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 … | |
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" … | |
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 … | |
![]() | 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 … ![]() |
[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 … | |
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 … | |
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 … | |
i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot | |
[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:?: | |
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. … | |
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 … | |
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 … | |
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 | |
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, … | |
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 … | |
Pls help asap! thank you. | |
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/" ' … | |
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? | |
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 … | |
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. | |
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 | |
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 … | |
[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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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. … | |
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? | |
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! | |
shall i write ASP code in HTML code have any code snippets plss |
The End.