5,691 Topics

Member Avatar for
Member Avatar for chewedpup

I'm using XP and Front Page 2002: I probably edited my website a month ago - no problem. Today I'm trying, I go to where I normally open up my website and I get this error message: "The server could not complete your request. Contact your ISP or web server …

0
83
Member Avatar for whisper_101

Hi Guys I am sending emails using cdo and SMTP Authentication in ASP. When I send emails to my clients who have Yahoo and Hotmail accounts the emails go into their spam/junk mail folders. Is there anything I can do about this? Thanks w:)

0
67
Member Avatar for celalo

Hello, I was wondering if you can't use the content linker component with request.querystring urls. Here's the problem I have: I have 1 product detail page (bbowl_dt.asp) which shows different products according to the product id (phoid) clicked on the parent page. I want next and previous links below the …

0
64
Member Avatar for sakhi kul

hi to all, i want to create dynamic pdf file from database table , simply I wnat to implement "Download as PDF File" feature in my website. I don't know how to do this...! plz reply.

Member Avatar for dnanetwork
0
287
Member Avatar for mdwhite76

Greetings, I'm attempting to configure iis 5.x to work well with ASP/NET so that I can host my own webserver. I've googled the issue and saw recommendations for running the aspnet_regiis.exe -1 command in dos. I ran that command and t returned the following error message: Setup has detected some …

0
55
Member Avatar for Donish

Hi! I have a problem. I cannot update the row in GridView control. [CODE=asp.net ] <asp:Label ID="Label1" runat="server" Text="Username: "></asp:Label><asp:TextBox ID="unTextBox" runat="server"></asp:TextBox><%--<asp:RequiredFieldValidator ID="usernameRequiredFieldValidator" runat="server" ErrorMessage="*" ControlToValidate="unTextBox"></asp:RequiredFieldValidator>--%><asp:Button ID="unSearchButton" runat="server" Text="Search"/><br /><br /> <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="MySqlDataSource" CellPadding="4" ForeColor="#333333" Font-Size="Small"> <Columns> <asp:CommandField ShowEditButton="True" /> <asp:BoundField DataField="Name" HeaderText="Name" SortExpression="Name" ReadOnly="true" …

Member Avatar for dnanetwork
0
187
Member Avatar for coollife

I have sqltable which has two fields category_id category_name 1 india 2 africa 3 china In front end i have 2 text boxes categoryid category name But the category id field is read only , i mean i am automatically incrementing it by one. Then i am displaying the data …

Member Avatar for carobee
0
118
Member Avatar for oliflorence

Hi, i am working on a project where I have to read a .txt file for a feed and parse the data line by line. I am using FSO in ASP to do this and it is working fine on small versions of the file, unfortunatly, the actual file is …

Member Avatar for closetosane
0
215
Member Avatar for manoj_582033

Hello sir HTTP Error 500.23 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. This application defines configuration in the system.web/httpHandlers section. From MAnoj

Member Avatar for Ramesh S
0
104
Member Avatar for palash_kol

I have designed a masterpage in asp.net. There is a dropdown list in my asp.net form which select that masterpage. But each time when I select an item from the dropdownlist the entire page gets refreshed. I want a javasript code to block the refresh of dropdownlist item selection and …

0
59
Member Avatar for beaustark

Hi, I am creating a website using website in asp.net2.0, Can i use Class here. Please help me in this. Although i am able to create class, but i am not able to use that. Please help me. Regards, Beau

Member Avatar for sknake
0
45
Member Avatar for alokshri67

Hello, I want to print a report using my database in asp.net as we can do in VB6 with printer object. How can we do it in Asp.net? Thanks Alok

Member Avatar for sknake
0
42
Member Avatar for Mongz

Guys i need to validate a menu item on my ASP.NET application. The menu item has 4 links (Home, News, About us and Contact us) one of them "News" must not redirect to page if the user has not log on, the other three can redirect even if the user …

Member Avatar for anuj_sharma
0
210
Member Avatar for omotoyosi

Hello, Please how do i use progress bar in asp.net. It is not among the controls in the toolbox. what do i do please help and be explicit. tanx

Member Avatar for fawadkhalil
0
83
Member Avatar for qwedster

Guys! I got 2 `ajaxToolkit:sliderExtenders` "SliderExtenderVertical" and "SliderHorizontal" targeting 2 `asp:TextBoxes` "SliderVertical" (with definition for "SliderVertical_TextChanged") and "SliderHorizontal" (with definition for "SliderHorizontal_TextChanged") respectively. However, when "SliderVertical" is slided, both "SliderVertical_TextChanged" and "SliderHorizontal_TextChanged" events are triggered! How to prevent "SliderHorizontal_TextChanged" event from being fired when "SliderVertical" is slided? As a matter …

0
53
Member Avatar for qwedster

Hi! I am using Zedgraph in my ASP.NET application. I get a duplicate legend in my graph. How to remove? Please help! Here's my code: //Default.aspx.cs [code=c#]using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using ZedGraph; using System.Configuration; using System.Data; // using System.Data.SQLite; public …

0
65
Member Avatar for saj_amo

how to use website templete in asp.net web page or how to design it with .css if any body know where to get css files for asp.net plz tell me. thanks

0
62
Member Avatar for bratbo

Is there any way to ensure that a particular code is executed when a session ends e.g to remove temporary files og database entries ? similar to the Session_OnEnd in the global.asa file in an asp application ?

Member Avatar for thewebhostingdi
0
126
Member Avatar for ricksvoid

Although im not new to asp.net, this will be my first e-commerce project. Any thoughts on using paypal? Im very tempted to use it for the sheer simplicity alone. any downfalls? Ive never built my own shopping cart but i could probably figure it out using session states and what …

0
95
Member Avatar for simfan147

How would I do this and once when I connect how do I add stuff to it using ADO.NET? Thanks. :)

Member Avatar for kvprajapati
0
56
Member Avatar for mansi sharma

I have one custom validator, one textbox & one button..I m checking the length of data entered in textbox. VB CODE [code] <asp:CustomValidator ID="CustomValidator1" runat="server" OnServerValidate="ValidateThis" ErrorMessage="The username must be 8" ControlToValidate="TextBox4"></asp:CustomValidator></td> [/code] [code] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script …

Member Avatar for mansi sharma
0
268
Member Avatar for chickflickssuck

Hello all, I have sql server 2005 and sql server 2000 installed on my PC. Our server only has sql server 2000. In my test environment (local pc) i need to configure my database (and/or) web.config to use sql server 2000 instead of 2005 for the profile provider. I have …

0
72
Member Avatar for katec

Hi. This should be simple for the experienced. This code pulls the first record twice, but the rest are fine. I can't figure it out! Thanks for looking! -------- [code=asp]<% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open(Server.Mappath("products.mdb")) set rs = Server.CreateObject("ADODB.recordset") sql="SELECT Model, Volts_Hz, BTUH, Max_Amps, Max_Temp, '<a href='+Drawing+'>'+Model+'</a>' AS Drawing FROM VAirConditioners …

Member Avatar for katec
0
265
Member Avatar for etm9413

Hi all, Here is a beginner question I am working on a ASPX webpage where I have a ASP button that triggers a serie of event (C# code behind) that takes about 10 seconds to execute. I basicly want a Label to appear on the page just after the button_click …

Member Avatar for textbox
0
179
Member Avatar for bbqkaren

quick asp question (possibly dumb) I have a form setup which uses a php form submit post file. I may need to use an asp form submit post file. Will an I need to rename my file .asp in order to make this work? I have other php on the …

0
65
Member Avatar for LurkerPatrol

So I'm coding a form in html and ASP and so far I have it working perfectly in terms of going from one page of the form to the next and shooting off an email at the end as verification of the form input. What I've just inserted into the …

Member Avatar for closetosane
0
190
Member Avatar for Srinivasa007

Hai, I have developed a small application. I want to run that application in lan using IIS. Please help me how to run the application in lan. Manny Thanks in Advance for helping me. warm Regards, Srinivas

Member Avatar for kvprajapati
0
58
Member Avatar for nikhil31888

I am trying to run a website on visual studio.net 2005, but is giving me following error, 'Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. …

0
39
Member Avatar for DorsetBloke

Hi all, I have searched high and low for this answer but turned up nothing concrete. I am using MS SQL Server and ASP. I have a database with a table which includes a field with a TEXT datatype. I have created a simple stored procedure to select all the …

Member Avatar for tamora
0
388
Member Avatar for saj_amo

hi developers my name is sajjad i have little problem in asp.net i have made two pages one is login and other is welcome page a user enters name and password in login page after checking valid user it open welcome page and after signout jumps to login page again …

Member Avatar for kameswari
0
172
Member Avatar for progtick

I have googled it so many times, and I still feel clueless about what language I should go with. I feel comfortable in ASP.NET, and I have coded some small stuff here and there in PHP too. 1) I do not have visual studio 2008. I have Visual Studio 2005. …

Member Avatar for progtick
0
254
Member Avatar for ranialexander

Hi all I am facing a problem in posting some values to an asp file from an aspx. From my shopping cart project coded in aspx I have to post some values to an asp file. Code in the aspx file it is written as, [code] strParam = "mrfnbr=" + …

0
34
Member Avatar for nikhil31888

Is it possible to develop a case tool for asp.net like we have case tool for UML? the case tool will guide to generate asp.net based websites or simply asp.net codes. I want it to develop using Asp.Net. Please suggest is it possible to do this?

Member Avatar for Ramesh S
0
125
Member Avatar for jigvesh

Well, frankly I am new to ASP.NET and am required to make a project in it. I dont think that learning it will be tough as I already know ASP. Is ASP.NET just a step further from ASP??? Also could you please suggest me some ideas of which kinds of …

Member Avatar for shwethamadhav
0
144
Member Avatar for renu_kj

Hi , I'm trying to read some details from Excel using ASP. The .xls sheet has got a column Time where the values are 00:00, 00:03 etc..but ASP is reading the first value as 0 & the second value as .3125 etc..so when writing to SQL Server database, I can't …

Member Avatar for sdtkmc
0
97
Member Avatar for nikichu

asp.net c# sql server I have a web form that I use to insert data into a sql database. I want to know how to prevent inserting duplicate records into the database. Thanks. Ichu

Member Avatar for sknake
0
74
Member Avatar for maurya_alld

Hi All, I have an asp.net page containing an image of size 200x200. Now I want that on click of this image open a new pop up window that show image of size 400x500. Please tell me this problem is in asp.net. Thanks in advance.

Member Avatar for DangerDev
0
44
Member Avatar for whisper_101

Hi Guys I've built a Job Site and I want to prevent a user from applying for the same job twice. Each record has a unique identifier which is its PK from the database. I was thinking of placing the ID in Cookie is this the best way? and also …

Member Avatar for elreso
0
75
Member Avatar for thewebhostingdi

I have recently developed one website. After uploading this website to the server, I have received a few security exception on errors on some of my pages. I contacted my hosting provider on this and they have told that "it seems that your website is requiring asp.net full trust environment. …

Member Avatar for Webhost4life
0
154
Member Avatar for mirage00

I am trying to make my home machine a webserver for a project I am working on. Here is my configuration Windows XP Professional Linksys Router I set up my IIS server 5.1 to listen the default web browser on port 200. I have also tried 1000 8000 9000 2333 …

Member Avatar for vicepre
0
3K
Member Avatar for cmhdover

I have a computer with tons of spyware and adware and pop ups on it. I ran Spybot S&D, Ad-aware, and Norton Antivirus. I still have pop ups and spyware that rebirths itself. Here is my hijack log: Logfile of HijackThis v1.99.0 Scan saved at 9:29:10 AM, on 6/15/2005 Platform: …

Member Avatar for jholland1964
0
299
Member Avatar for nverma

Hi I m using asp.net as front end and MS Access as backend,,,,,and most of the help on internet is regarding asp.net and SQL Server,,,,,from where can i get help reharding asp.net and MS Access

Member Avatar for Ramesh S
0
96
Member Avatar for Antinaris

I want to use ASP.NET to do video stream. But I didn't know how to start. Any sugestions? Thanks

Member Avatar for Ramesh S
0
890
Member Avatar for etm9413

Hi, I want to display the result of a XLS transform to an ASP web page. The C# codebehind I actually have (triggered from button in the ASPX webpage) displays the result of a transform "sample1.xslt" to an HTML file "result.html"... I wonder what can I use instead of XmlTextWriter …

0
75
Member Avatar for nikhil31888

Hey, I m a final year Computer engineering student, I want 2 do my final year project on ASP.Net. i want 2 do a very exciting and prize winning project on dis, but I am short of ideas, I dont want 2 do any common project. Presently I am learning …

Member Avatar for mrGee
0
116
Member Avatar for php_noob

Where do I begin now? I have E-BOOKS but still nothing sinks in. You think I need rest to this? WAHAHAHAH!

Member Avatar for anuj_sharma
0
57
Member Avatar for oliflorence

Hello, I need to get images on a remote FTP server in an automated way and save them in a folder on my own server. I can do this file by file or using a list of files, which ever makes more sens. I am not sure where to start …

0
47
Member Avatar for pepe roni

[B]I'm very new to ASP and I'm trying to get a radio button group to work and it doesn't. Here's what I have:[/B] [code]If Request.Form("RadioGroup1")(1) <> "" Then messBody = messBody & "New" & vbCrLf & vbCrLf If Request.Form("RadioGroup1")(2) <> "" Then messBody = messBody & "Used" & vbCrLf & …

Member Avatar for punitdam
0
108
Member Avatar for vytla

hi friends , [code language = C#] i generated anchor control dynamically but the problem is i am not getting how to change on the color on anchor link visted pls give any idea to do this thanks in advance

Member Avatar for bondwithdbest
0
70
Member Avatar for Adrian_0211

im working on my thesis right now... i need to create a map locator.. just like this one [url]http://www.map.wisc.edu/[/url] any idea how to do this? i read that it can be done in asp.net look alike program thanks for the help..

Member Avatar for Adrian_0211
0
123

The End.