100Topics.net

ASP / ASP.NET

           


Home > Computers & Tech > Programming > Scripting > ASP / ASP.NET

TOPICS

Visual Web Developer 2005 Express Edition Beta 2

Microsoft has released “Visual Web Developer 2005 Express Edition Beta 2”.Claimed to provide everything you need to begin building Web applications with ASP.NET 2.0. It provides:QUOTE · Visual designers that make creating Web applications easy via an easy-to-use drag-and-drop interface · Powerful code editor with rich functionality such as IntelliSense that makes writing code and HTML faster · Quickly create data-driven Web applications using the built-in data controls and integrated access to M

....know more

Help Me To Setup The Asp Application!

Hi all!!I'm a newbie at asp.netI'm not able to run the asp .net application in my system!It will always display some debugging error even though I wont go to edit those default pages created by the application! I don't know why its generating some sort of error messages always!Today I had reinstalled my OS and tried installingMicrosoft Visual Studio .NET 2003!But while trying to debug the application! But Its generating an error message like: Error while

....know more

Question About Asp Now() Function

I am learning asp currently.The learning environment is windows 2003 plus the builtin IIS.Time format in this machine is set to 24 hours format (hh:mm:ss).However, when i call the Now() function in a ASP script, the time it caught anddisplayed as "2005-7-29 7:32:40pm".Is there anyway to make it displayed in 24 hours format.??Just like this "2005-7-29 19:32:40"

....know more

Asp And Asp.net

ummm Asp.net was based on asp classic and does share the same or very similar syntax for minor things like:sql statementsserver variablesquery stringsincludesetcBut even though they have some similarities here and there they are completely different technologies, rather then asp.net being an expansion on asp. Infact the two are so different that asp.net had to have a new format (*.aspx) so the two could run side by side on the same server.New things asp.net brings to the table:Asp.net has a new

....know more

Auto Screen Position Changing Possible?

Probably the most vague title ever, but I have no clue if what I'm thinking even exists and if so, what it would be called haha. So I'm developing an asp .net application and there are pages where I fill in information, hit submit, and I want to just have a report appear beneath that, but then would like to have the screen automatically scroll down to the report rather then having the user have to scroll down each time. I don't want to load a new form if possible just to keep all the

....know more

.net Book

some interesting .Net books'1/ Inside Microsoft® Visual Studio® .NET 2003by Brian Johnson, Craig Skibo, Marc Young2/The Book of Visual Studio .NETby Robert B. Dunaway 3/Mastering Visual Studio .NETby Chris Sells, Jon Flanders4/Essential ADO.NETby Bob Beauchemin

....know more

Free Scripts For Developers

Hi all, I found some interesting scripts links for web developmentcheck it out if you need any time..http://www.freescriptz.infohttp://www.hotscripts.com/

....know more

Why Asp

What can be done using ASP?

....know more

About Asp,Help me!

This is a Asp source program<!--#include file="conn.asp"--><%function HTMLEncode(fString) fString = replace(fString, ">", "&gt;") fString = replace(fString, "<", "&lt;") fString = Replace(fString, CHR(13), "") fString = Replace(fString, CHR(10) & CHR(10), "</P><P>") fString = Replace(fString, CHR(10), "<BR>") HTMLEncode = fStringend functionfunction

....know more

Coding Asp In Javascript

I read in w3schools.com that you can code in Javascript rather than VBscript in making ASP pages. All you have to do is to put the following line at the top of the page: <%@ language="Javascript" %>I don't like VBScript because it's just too confusing and I know a lot about Jscript. Coding in ASP with JS would be really cool and helpful so is it really possible? Can anyone help me with this?What I mean is that I want to use these kind of syntax: "document.write"

....know more

I Need A File Upload Script In Asp (stores To Db)

Does anybody have a File Upload Script in ASP that will save two text inputs and a file into a database? If so can you please post it here, i would be very thankfull

....know more

aspx meaning

we know asp.net file extention is .aspx, do you know what is "x" meaning?

....know more

Asp And Java Scripts

QUOTE A direct relationship between the two is simply non-existant. Both technologies were developed by seperate companies which have relatively nothing to do with each other.JavaScript, a product of Netscape, was developed to allow web programmers to write applications which could interact with web browsers. Whilst Active Server Pages, on the other hand, was developed to allow programmers to create data driven websites. ASP, as the name implies, is a server-side technology. This fact alone forb

....know more

Asp Login

For i project i am doing in my spare time, i was wondering if anyone had an ASP login script. It needs to have a Database, register page, profile page, spare page and log in page. If anyone could help that would be great, if not thanks anyway. By the way if it makes any difference i only need to be able to register about ten members. What i needLog in page:Simple text and password input boxes. with submit button.Register page:Input for Name, username, and password.Database:columns are: -Username

....know more

Can't Get Hello World Asp Script To Work

Hey,I uploaded this script named test.asp; here's the contents:CODE<html><body><%response.write("Hello World!")%></body></html>I put it in the public_html folder just like my other files. Here's the url: http://kooshad.astahost.com. Does anyone know what I'm doing wrong? I'm really new to ASP. I got this from an examples website to teach ASP. Thanks

....know more

Form Prompt

Anyone care to share how I can add a simple promt for asking the user:"Are You Sure You Want to do This?" on submit.....<%'show Remove Expired button if Mike is logged inIf realtor("ID")=1 ThenResponse.Write("<FORM ACTION='mainmenu.asp' METHOD='post'>")Response.Write("<INPUT type='submit' name='S2' value='Remove Expired'>")Response.Write("</FORM>")End If%>Something like onsubmit=

....know more

[help] Gridview In Asp Not Updating Values

Sorry i am just repeating a question that has been asked a million times, but every answer seems to be either too advanced or not satisfying. I have a simple gridview .. and it shows all the values in the table its connected too .. but when i edit or delete .. the values in the table do not get updated .. Here is my code .. hope you guys can help me ..CODE[b]1    [/b]<%@ Page Language="VB" %>[b]2    [/b]<

....know more

Gridview Doesnt Update After Deleting A Value

I have a gridview i managed to update using the edit option in the smartmenu. The problem comes when i delete a value or make a value read only. Say i have a table Employee with the following columns : EmpID, Emp Name, Password, Emp Type. Now when i remove the value EmpID, the gridview does not update. it just reloads when i hit update but no changes are made. On the other hand say i make Emp Type as Read only, when i update .. the gridview updates, but the value of Emp Type updates as blan

....know more

Datasource Object Limitations?

I'm trying to build asp.net pages with an SQL Server backend. I am running into what I think is string limitations in SQLDataSource objects. But I could be wrong. And this could be the gridview doing this. I haven't tried anything else. I'm just learning. What is happening is when I include some columns from the data table in the sql of the SQLdatasource object it will no longer let me update records. I change the data and click update. It refreshes the page but the data doesn

....know more

Emailer Not Working

Here's what I wanted to do: set up a "puzzle of the day" email delivery system that people could subscribe to.Here's how I attempted it: using a modified version of an article on asp101 (getting scripts to run on a schedule), I put the following code at the bottom of my site's homepage:Code:<% If DateDiff("d", Application("LastScheduledRun"), Now()) > 0 Then Application.Lock Application("LastScheduledRun") = Now() Application.UnLock '

....know more

Help Me To Place Asp Calender Control Over Dropdown Box!

Hi all,Im a newbie at ASP.NET!Im using that one for developing one new project!@But Im facing one problem now!While displaying the calender control over the dropdown box, its not overlapping the dropdown box!It will display like this: Tried various options Tried style sheet to set z-index of Calender more than that of dropdownbox!But its still displaying like this only!Anybody here can help me to display that calender control over that dropdownbox!Please guys, help me

....know more

[help] Asp .net With Ms Access Database And More

Heya guys, i need your help again. This time its in ASP .NET with Access DB. It just keeps getting annoying aint it ?Newayz, i am attaching the file i have done so far from various sources and help from people around me. My friends who have worked with asp .net have used SQL as the backend and never used access. Well i dont blame them, its a smart choice. But because i choose to use access in my VB .net application i have to use it here in asp .net too.Concept of the website is simple, the DB p

....know more

Low cost web hosting