5,691 Topics

Member Avatar for
Member Avatar for cyfm

Has anyone ever used or is using Community Server? It's basically a really expensive asp community server that includes forums/blogs/gallerys/downloads and documents. You can I believe download a limited copy for free however prices can go up to $1,899.00 and if you want their top hosted package that will cost …

Member Avatar for mlittkesmith
0
191
Member Avatar for itebook

<URL SNIPPED> This site contains 2000+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel ...

Member Avatar for awandest
-1
52
Member Avatar for priyamsc

hi, I have used asp.net2005 with c#. In that i need to show pop up menu for particular IP address when ever some new entry added to database. as we have in yahoomail. for example when we use yahoomessenger and if u have new mail it shows tat you have …

0
65
Member Avatar for itsmeme

i am given a project in technical writing course to develop a website which generates a document file of thesis. the user must enter the data like title of the document , table of contents ,advisors etc and by pressing the OK button at the end of the page the …

Member Avatar for itsmeme
0
54
Member Avatar for sheshaji

Hai ! I want to know how to send sms from a web application in asp.net using vb.net. Somebody please help me. Its urgent.Pleaaaaaaaaaaaaaaaaase.

Member Avatar for ericstenson
0
55
Member Avatar for yenyen

i am new to ajax technology but i am working with ajax on my site. i am having a problem with a ajax edit form element in place when i try to implement it in asp vbscript. hopefully someone here can help me in detailed. what i need to do …

0
78
Member Avatar for bhavna_816

I have a login page where I have my own label and texboxes which take input username and password, and there is a function in which there is a SP which validates username and password stored in the database. My code in Login.aspx.cs is such that I call that function …

Member Avatar for ericstenson
0
164
Member Avatar for yenyen

hello there.. i have do some research on the ajax paging,but i cant get any solutions. i wan to query out 5records each time when the Next button is clicked or Preview button is clicked without refresh the page with the querystirng above such as xxx&page=1,xxx&page=2. i get some reference …

0
78
Member Avatar for thowle

Okay, so our website is pretty much all session based and all of a sudden it is acting very laggy. People complain of not being able to stay logged in very long at all (like it is resetting the session at random intervals). Also, I have simple code that does …

Member Avatar for thowle
0
99
Member Avatar for dru987

i have a mock site im working on in asp.net/vb.net using an access database. after employees log in they can update there employee profile by filling out a form. i need to know the code for updating an access DB with vb.net from the form fields. im lookin for the …

Member Avatar for alc6379
0
267
Member Avatar for mcgarry101

Hi, I am new to asp.net development, and i'm currrently trying to develop my first web application. My question relates to making my site compliant with html coding standards. To test the generated html from an asp page I put together simple master and content pages with only some text …

Member Avatar for rajarajan2017
0
140
Member Avatar for Run.[it]

Im having problems with getting the page to stop progressing to the asp one when the user enters the text outwith the limits i.e. no data entered. Could anyone give any guidance? Cheers [code= html] <html> <head> <title></title> <SCRIPT LANGUAGE="VBScript"> dim validation Function MyForm_OnSubmit validation = False MyForm_OnSubmit = False …

Member Avatar for Run.[it]
0
210
Member Avatar for abolbridge

I keep getting this error and I can't figure out why. Here is my code: <% set conn = server.createobject("adodb.connection") set rs = server.createobject("adodb.recordset") conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("/data/newsleepermedia.mdb") & ";Jet OLEDB:database" rs.open "select * from Prices WHERE id=" & request("idnum"),conn,3,3 if not rs.eof then do while not rs.eof response.write …

Member Avatar for abolbridge
0
135
Member Avatar for sireesha.c

How to upload video files like wmv,etc in an application folder and how to download that video file in media player usnig asp.net +c#.

Member Avatar for sebastian3
0
108
Member Avatar for sankar62
Member Avatar for sunshine72

I am having problems creating my XMLDOM request, when requesting the XML, it is = nothing. Any help would be much appreciated! Here is my code: [code] Set objXML=Server.CreateObject("MSXML2.DOMDocument.3.0") set oRoot=objXML.createElement("COMMAND") set objXML.documentElement = oRoot objXML.appendChild oRoot Set oField = objXML.createElement("retrieveInfoRequest cmdType=""request"" cmdMode=""alwaysRespond"" echoback=""false"" ") set oChild = objXML.createElement("searchCriteria") oField.appendchild …

0
49
Member Avatar for ali_ggl

Hi i have a datagrid i want to populate its cells color on some if else statements bases then how to do this. second i want to edit some cells value then how to edit grid row cell value and last is it possible to assign color for each row …

Member Avatar for Jx_Man
0
56
Member Avatar for williamku87

how i want to solve this problem my visual studio.net has detected that the specified web server is not running ASP.NET version 1.1. ? which mean me cannot create a new asp.net application.... who can help me?

0
58
Member Avatar for pit1031

How to I rearrange this so that only distance less than or equal to 25 are displayed? [code]For i = 1 to 20 Display(rs) rs.MoveNext If rs.Eof Then Exit For If rs("distance")>25 Then Exit For Next[/code]

Member Avatar for ctj
0
101
Member Avatar for dnsl

Hai all i am doing an ASP project.... when redirecting to anotherpage like Response.Redirect("Page1.asp") i dont want to show the actual path of that web page in the address bar... but it shud be displayed in some encrypted format... also i dont want to use Server.Transfer...i want to be displayed …

Member Avatar for jbennet
0
108
Member Avatar for ammwebmaster2

I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head> <meta …

Member Avatar for Thirusha
0
176
Member Avatar for znetweb

well guys please help me,first of all its a course projects,well in the home page i need to create a login form for both normal users and administrator.Because after logging administrator will come on a page where they can update a database,whereas normal users wont have this function on ther …

Member Avatar for nmpgaspar
0
111
Member Avatar for rashmigs84

hi all, Please can anyone tell how to create a custom tab control in asp.net 2005. please let me tknow the source code too. thank you.

Member Avatar for rashmigs84
0
77
Member Avatar for Yogesh Sharma

I try the foll. code--- protected void Button1_Click(object sender, EventArgs e) { int i; for (i = 0; i <= ListBox1.Items.Count - 1; i++) { ListBox1.Items.Remove(ListBox1.SelectedValue.ToString()); } } But it's not working.

Member Avatar for Jx_Man
0
281
Member Avatar for sharif_mehdia

I am doing a project on asp.net.but problem is that i cannot connect database(ms access)from page.how can i get this connection?can any one send me source code to solve this problem?or give any better solution as soon as possible please..

Member Avatar for mkp007patel
0
58
Member Avatar for nortcoll

I have created a search/results page in Dreamweaver 8 using ASP.NET that references a SQL database. Searches are done using HTML form. The dataset that I have created in dreamweaver quite happily filters the results but the page is pulling back all entries in the database. Has anyone seen this …

0
54
Member Avatar for GLT

Hi guys, I am a student on placement and I have created a database for a company. This database contains customer details, enquiries, orders and product details. I used joining 'line' tables to solve the many-to-many relationship between some tables but now i am having trouble using them. I have …

0
50
Member Avatar for RON1949

I have not been able to get shortcuts or lnk files to work on the PC. I noticed a post here by c0801 that had the same problem after d/l'ing the lastest patch from Zone Alarm - which now automatically includes spyware. I have sent ZA a tech customer support …

Member Avatar for The Dude
-1
173
Member Avatar for priyamsc

hi, I am working in Asp.net 2005 with c#. In that new datas will be entered in a web form. then tat datas will be shown in administrator form. so when ever the new entry(data from database) is coming in admin form that time beep sound or alarm should come …

0
71
Member Avatar for icarium

Hi all, i've been studying asp.net lately in order to built a website (obviously). and then i started to be aware of the php vs asp.net battle, the thing that most concerns me is the cost issue that all php users talk about. could someone tell me what costs are …

Member Avatar for ericstenson
0
83
Member Avatar for RandyRich

I'm new to asp.net and I have an oracle stored function with 3 input parameters that returns a string. The function is one that validates a user. I want to validate my users from Oracle. I'm trying to use the sqldatasource component to interact with my stored procedure but I …

0
63
Member Avatar for yenyen

Good Day i need some help on some image/photo slide show display. i would like to do a photo carousel function similar as the [url]http://www.flickr.com/photos/69864550@N00/320622773/[/url] i wan to create a photo stream slideshow like the function in tis web which located at the right hand side, as image below: [url]http://i263.photobucket.com/albums/i...2008/image.jpg[/url] …

0
103
Member Avatar for vipinsgangwar

hi all, I have two problems 1. When i am updating the value of table manually. i am facing the error : The data in the row1 was not commited. Error Source : .Net SQL Client Data Provider Error Message : Time Out Expired and Second one is also related …

0
67
Member Avatar for SANJISH

I have a checkbox inside a datalist control with Autopostback="True". When a user clicks the checkbox the associated event Handler is not firing. My code is In HTML : [code=ASP] <asp:DataList ID="myDataList" runat="server" RepeatColumns="1" RepeatDirection="Vertical" > <ItemTemplate> <asp:CheckBox ID="chkid" runat="server" autopostback="True" /> <%#"Id " + Container.DataItem("CustomerID")%><br /> <%#"Name " + …

0
87
Member Avatar for JC_2000

Hi everyone, Can anyone tell me how you can stop users from URL Hacking your website with ASP (sessions)? So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site. So for …

Member Avatar for tparke
0
137
Member Avatar for eswapna

Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna

Member Avatar for vmadhu_ece
0
92
Member Avatar for jithusdani

i created a drop down menu in the following manner and its coming like horizontal menu with vertical sub menu.What i want is horizontal menu with horizontal sub menu can anybody can help me..here am attaching my cuurent code.. menu.html [code=HTML]<html> <head> <LINK href="menu.css" rel=stylesheet> <LINK href="menu.css" type=text/css rel=stylesheet> </head> …

0
71
Member Avatar for gcSean

I've created a method that returns 3 records in an array. This is being called in an asp page. I created a variable called PRODUCTINFO that is going to be taking those 3 records from the method and allow me to use it later on in the page. Below is …

0
45
Member Avatar for Traicey

Im new to ASP and would like to know which one is the best when coding to ASP between VB.Net and C#.Net Thanx in advance

Member Avatar for majestic0110
0
141
Member Avatar for GLT

Hi guys, I was wondering if someone could help me please. How do i query the database using ASP and Dreamweaver to return the field names of a table? Thanks! Any ideas greatly appreciated. GLT

Member Avatar for webthang_rob
0
89
Member Avatar for Gayatri_laxmi

How can we get details using whois function in asp and how to create our own whois extension in firefox which is in asp?

Member Avatar for webthang_rob
0
49
Member Avatar for GLT

I wish to transfer data from a potential customer table to a customer table in my database if and when they become a customer and not just an enquiring customer. I need to be able to do this simply but I have no idea how. I am using ASP and …

Member Avatar for webthang_rob
0
66
Member Avatar for kelly johnson

[URL="http://www.optinbuilders.com/email-marketing/index.asp"]Email marketing [/URL]can bring real good revenue to a business regardless of a Company size or industry vertical. Because of its effectiveness, Email has reached a universal penetration, with 97% of consumers and 94% of marketers using the channel according to Forrester Research (March 2007). If you want to do …

Member Avatar for selfhelpebooks
0
473
Member Avatar for aaronseidman

I am having a problem porting an application written in ASP, using an MS SQL Server database, to a different ISP using MySQL. Code that seems to run fine on the current site generates errors on the new site. My connection to the MySQL db is: [code] set objConn = …

0
76
Member Avatar for ardeezstyle

Hi ! This is Me.... I want to start learning ASP.NET. I have done ASP and know the basics. So I just want to share the views of all the other members of this forum so that I actually learn the aforesaid subject very nicely.... Thanks Rupam 06/may/08

Member Avatar for ardeezstyle
0
154
Member Avatar for Nithya.G

iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user, otherwise it should not login. i need code for this …

Member Avatar for raj416
0
276
Member Avatar for hostingcp

To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.

0
67
Member Avatar for perpetual_dream

Hey, Am a total newbie to java. What am trying to do is to control a robot through network. I need to send commands between a laptop(client) and a PDA (server), it is describe in the pic [URL=http://www.freewebtown.com/perpetual_dream/Picture2.png]HERE[/URL] .I have a few questions... 1- The java used to program the …

Member Avatar for peter_budo
0
149
Member Avatar for kheat

Hi All, My company runs an old custom built classic ASP web site with oracle 9.2.0.1 as the database. Recently they hired a few developers to build another asp.net application with odp.net10. Now we are unable to run both applications at the same time on our web servers because of …

0
32
Member Avatar for Prabakar

I know nothing about ASP and I am intrested in learning it. Please help me find a good means to start.

Member Avatar for RandyRich
0
69

The End.