Search Results

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: aashishn86 ; Forum: ASP and child forums
Forum: ASP Jul 15th, 2009
Replies: 3
Views: 850
Posted By aashishn86
yups
figured that out.............
thanks...
Forum: ASP Jul 7th, 2009
Replies: 3
Views: 850
Posted By aashishn86
hiii
i am using the following functions in javascript to dynamically add and remove rows from a table...


function addRow()
{

//add a row to the rows collection and get a...
Forum: ASP Jun 5th, 2009
Replies: 2
Views: 927
Posted By aashishn86
yups that's what i had done.................
added an extra field "draft" in the table....
works great for me..... :)

thanks for replying........... :)
Forum: ASP Jun 3rd, 2009
Replies: 3
Views: 1,108
Posted By aashishn86
Forum: ASP May 29th, 2009
Replies: 3
Views: 884
Posted By aashishn86
hiii
instead of


if (document.otheragency.value =="")


use
Forum: ASP May 15th, 2009
Replies: 0
Views: 729
Posted By aashishn86
Hi !!!
i need to make an application , in which i can open a excel file lying on the server update it and save.

any ideas please !!
Forum: ASP Apr 30th, 2009
Replies: 0
Views: 770
Posted By aashishn86
in my form
i give the user two options,
either to 'add a new transaction' or delete an existing one.
the code for it is:
for add transaction

<table align=center border='1'...
Forum: ASP Apr 29th, 2009
Replies: 2
Views: 927
Posted By aashishn86
hii!!
i am making a form in which the user fills in the fields and finally submits the form, which is then saved in the database

i use asp
and javascript for validations.

the user can see,...
Forum: ASP Apr 22nd, 2009
Replies: 3
Views: 1,074
Posted By aashishn86
any basic ideas for that ?
Forum: ASP Apr 9th, 2009
Replies: 0
Views: 691
Posted By aashishn86
is there a way i can call vba code from asp, if yes
please give an example...
thanks...
Forum: ASP Apr 2nd, 2009
Replies: 1
Views: 813
Posted By aashishn86
i have a file uploaded to my server
the path is shown as
E:\abc\def\upload\contents.doc

to download it the path should be

http://3.212/232/abc/def/upload/contents.doc

how do i go about it...
Forum: ASP Mar 30th, 2009
Replies: 2
Views: 969
Posted By aashishn86
ya........ found a javascript code...


<SCRIPT language="JavaScript">
function OnSubmitForm()
{
if(document.pressed == 'Insert')
{
document.myform.action ="insert.html";
}
Forum: ASP Mar 27th, 2009
Replies: 2
Views: 969
Posted By aashishn86
hi !
how can i use multiple submit buttons in the same form

i want to pass form values to different pages depending on which of the two submit button is clicked...
thank's
Forum: ASP Mar 25th, 2009
Replies: 4
Views: 1,159
Posted By aashishn86
well maybe i can do that using macros...
is there a way i can include macros in the excel page i make
i don't have excel installed on my server...
Forum: ASP Mar 24th, 2009
Replies: 4
Views: 1,159
Posted By aashishn86
yups have already exported it...........need to generate the charts...
thank's anyways....
Forum: ASP Mar 23rd, 2009
Replies: 4
Views: 1,159
Posted By aashishn86
that is i want to generate a chart dynamically when i export the data to an excel sheet using asp, in the same sheet .
Forum: ASP Mar 23rd, 2009
Replies: 4
Views: 1,159
Posted By aashishn86
is there a way by which i can generate a excel report in asp and create a chart corresponding to it using asp as well...
Forum: ASP Mar 7th, 2009
Replies: 1
Views: 937
Posted By aashishn86
hi all !!
i have to make a page in asp, in which the user can upload a file to the server and download it when he wants it...
how can i do that ?
Forum: ASP Mar 5th, 2009
Replies: 2
Views: 802
Posted By aashishn86
well i found the solution finally............
i can post the code..if someone needs it !
Forum: ASP Mar 4th, 2009
Replies: 5
Views: 1,689
Posted By aashishn86
well there has to be a way without it... !!
Forum: ASP Mar 4th, 2009
Replies: 5
Views: 1,689
Posted By aashishn86
i dont' think this would work..since we need a way to post the values back to the form...
somebody else plz help..
Forum: ASP Mar 4th, 2009
Replies: 7
Views: 1,518
Posted By aashishn86
populate the list....
post the form back to the same page with value from the list
and get the value corresponding to the list value using sql query....
i am working on the code...
Forum: ASP Mar 3rd, 2009
Replies: 2
Views: 802
Posted By aashishn86
hii !!!
I have to upload a excel sheet into my asp page...
how do i go about it ?
the format of the sheet would be fixed..
i.e it will always have the same columns but the rows can differ.
...
Forum: ASP Mar 3rd, 2009
Replies: 5
Views: 1,126
Posted By aashishn86
thank's.......... it works now..
but do i really need the connection object in this case ??
Forum: ASP Mar 2nd, 2009
Replies: 9
Views: 946
Posted By aashishn86
well, the problem was
i was suppose to write it as

RsObj.AddNew
RsObj.Fields("fname")="aashish"
RsObj.Fields("lname")="n"
RsObj.Update


Thank's agrothe , for all the help...............
Forum: ASP Mar 2nd, 2009
Replies: 9
Views: 946
Posted By aashishn86
<% @Language ="VBscript" %>
<html>
<body>

<%
DIM adOpenDynamic, adLockOptimistic, adCommandTableDirect
adOpenDynamic = 2
adLockOptimistic = 3
adCommandTableDirect = 512
Forum: ASP Mar 1st, 2009
Replies: 9
Views: 946
Posted By aashishn86
thank's......
i'll do that tomorrow and post back..
no access to the server at the moment...
Forum: ASP Mar 1st, 2009
Replies: 5
Views: 1,126
Posted By aashishn86
i did that......
its still the same error....
Forum: ASP Mar 1st, 2009
Replies: 9
Views: 946
Posted By aashishn86
hey thank's..... i tried that too...
but it still gives the same error...
Forum: ASP Feb 27th, 2009
Replies: 5
Views: 1,689
Posted By aashishn86
Hi ! I am new to it too.... so i am not sure , if i'll really be able to help you out.. but here's what i can make of it...

you can store the zip in a variable by
strzip =<%form.request("zip") %>...
Forum: ASP Feb 27th, 2009
Replies: 5
Views: 1,126
Posted By aashishn86
<html>
<head>
<title> database connectivity </title>
</head>
<body>

<H1> DATABASE CONNECTIVITY </H1>


<%
Forum: ASP Feb 27th, 2009
Replies: 9
Views: 946
Posted By aashishn86
somebody please help....have to move forward.. :(
Forum: ASP Feb 26th, 2009
Replies: 9
Views: 946
Posted By aashishn86
<html>
<head>
<title> database ado </title>
</head>

<body>
<%constr = "provider= sqloledb; data source = 6.123.3.183,1234; initial catalog=dbase;User id=scot; password=pwd1"%>

<%set...
Showing results 1 to 33 of 33

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC