Ajax Drag-drop-reordering On Asp
Have anyone done a drag-drop-reordering and save the latest sort order into db with ASP?
It seems that not many ajax sample with asp out there. I have found a link to do it with php. Code:
Have anyone done a drag-drop-reordering and save the latest sort order into db with ASP?
It seems that not many ajax sample with asp out there. I have found a link to do it with php. Code:
I have a DB of my customers, i want to develop an application using ASP in which admin will send emails to selected users from DB, The email format may be pre designed or can be designed before sending the email.What excatly i am looking is when admin design or edit any exsiting newsletter format i want drag and drop of my db field so that admin will design his layout/format as per his requirement.
Currently i am having a system in ASP in which email formats are pre designed in code itself so it can not be changed other then any programmer.Is it possible to have db field on right side and in left side i will design my newsletter and drag n drop my db field wherever applicable.Any idea of doing drag n drop of DB field in runtime or any code or logic .
I need to create Drag & Drop functionality for a web site. I understand that
Flash has this capability - what else can I use to accomplish this? DHTML?
Any other suggestions?
I find that a web page normally crashes out of existence whenever I try to drag a Word document into a web form.
Is there any way to set up the page to support drag-and-drop? If not, is there at least a way to set up an alert so that the user gets a friendly 'not supported' message rather than having their half-filled out form instantly vaporize
I found that Xupload and SmartXUpload are doing such kind of thing. However,
they do not support chinese file name. Do anyone have any recommendation
for me?
I have a client that wants to drag a file object into the browser which will automatically upload to a server. This just makes it easier than submiting a file via browse. Is there a solution for this? I know that ebay allows draggable images in their browser. Is this ActiveX?
View Replies View Relatedhow can i do an swapping of images by dragging an image into another image to swap their position.
View Replies View RelatedI am trying to do is display 'by tag name' like I have in the code i.e. 'ARTIST'. I was getting the access denied error because I was trying to access a remote XML file, so I created a 'proxy' page (getXML.asp) in ASP which seems to work - in the sense that I don't get that error anymore!
But now it can't retrieve the XML but I am almost certain the getXML file is causing this as teh XML file is where I say it is.
This is my first attempt with AJAX so sorry for being so vague but basically it don't work. Code:
I dont know more about AJAX. Just I wan to know if I want to use AJAX. What I have require to install it. Can i use it with ASP?
View Replies View RelatedDoes anyone know of a site where I could learn how to use Ajax with ASP? I am a complete newbie to AJAX (know the name and that's about it) but am interested to see if it could help my applications. The only help I can find involves ASP.Net not classic ASP.
View Replies View Relatedto run an ajax page on my site would my webserver need asp
View Replies View Relatedanyone know of some good ajax resources working with ASP as most of the stuff on the net is PHP.
View Replies View RelatedI've been starting to dig into ajax a bit and found some great code to pre-load data to page through a recordset. My very dumb question is this - the sample code uses php to connect to the sample database.
Would there be a problem using asp to make the database connection? I'm not getting any javascript errors on my trial page, but I'm not getting any data either, which is what make me wonder.
I put some code together below, so you can see what I mean:rcntech.com/development/ajaxcars.asp
If you test the link above with IE works as it is supose to, however it doesn't display any elements withing the <form> tags in Firefox.
By the way, I am loading the page using AJAX, if you call the ASP directly in Firefox then it works fine, but that's not what I am trying to achieve.rcntech.com/development/login.asp
Anyone know of any good ASP AJAX implementations?Or does anyone have any favorites?
View Replies View RelatedI've seen a lot of autosuggest scripts with
http://www.dhtmlgoodies.com/scripts/ajax-dynamic-list/ajax-dynamic-list.
html being one I've tried to use.However, when used in conjunction with ASP,*something* just doesn't go right.
My web site HTML comes from a database via querystring e.g. page.asp?pid=55. I have a separate asp search page, search.asp. Its output is retrieved by an ajax call from page.asp and its HTML is then neatly wrapped and styled by page.asp.
I want search.asp to recognise if it is not being called via ajax frompage.asp, but directly e.g. via the address bar (and if so, redirect to page.asp). Do I need to put something into the posted string, or (better) is there an asp method that can do this?
The ajax call is
function GetSearchPage(st) {
var poststr = "searchterm=" + encodeURI(st);
makePOSTRequest('/search/search.asp', poststr,'divFullSearchDisplay');
}
Suppose I have an asp page that has a response.write(something) in a loop that would run for a considerable amount of time. Now, from my client browser can I trap those server response messages (using ajax) and print them on the browser?
The thing is the asp page is still running over at the server. while it is running I would want to monitor some variables that is part of the program that is running over at the server.
I have created a asp page that allows me to add records successfully to a database using a ajax methods. This works for me but i need to update the data table that is on the same page with the new record without refreshing the page. Does anybody know good methods for vbscript and ajax?
View Replies View RelatedTime is changed and you see almost all ruling companies in INTERNET are using AJAX Based applications. Something that is named CallBack Event in ADP.NET 2.0.Here in this topic i want to start introducing step by step an AJAX-Based application development.
The target is implementing a professional AJAX Grid in ASP. So at the end of this continuous tutorial i will put the source code free. Be in touch to find out how AJAX concept improves our ASP applications.
im using ajax to load different pages of code into containers on one page.. i have checked my code.. and things SEEM to be named correctly.. and i know the db is workin because it populates the drop downs properly.
so if you could do this form me.. choose the first radio.. 'london postcode' and proceed from there.. when you click the get quote that error comes up.
i thought some of you might be interested because as far as i know there arent any Ajax Libraries for classic ASP...
i have developed a free Ajax Library called ajaxed. With this you are able to call server side procedures directly from client side ...
I am trying to find ASP code so I can use auto-complete with a textbox by using ASP and Ajax. I can find asp.net and php, but no luck with asp.
View Replies View RelatedIn this my need is three combo dropdown box.
the first one is date(statically from today to another 5 days)
the 2nd one is city(like bangalore,newyork...)
the 3rd one is theaters(like abc,wilson...)
if i select 1st combo value means the related values from 2nd combo will load.
and if i select 2nd combo value means related 3rd combo value will load.
The code that I have has 2 drop down boxes dd1 (visible) and dd2 (hidden). Based on the option selected in dd1, dd2 should be visible and populate options. I think I can have OnChange script but how could I return the value and put it in the SQL query (see variable in red in thecode)? Code:
View Replies View RelatedI have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple Response.Write, which I then use in the original HTML page to dynamically update stuff, is this "AJAX"?
Specifically, is there anything "wrong" with sending back info from classic ASP pages using simple Response.Writes? (Is there usually something more required in the "answer back"? Or something that Response.Write might not be sending, like an appropriate header "AJAX" header?) I mean, what I have done works! -- so I wonder if I am missing something? It seems so easy to do -- I _MUST_ be missing something?
I have 3 drop down boxes on an asp page Dynamically populated fron the db, I need the drop bown boxes to be refreshed when you have picked the first eg I select "Midlands" from the Region drop down and only the "Locations" that are in the Midlands are entered into the Locations drop down.....
View Replies View RelatedOn one of my client's sites, we set up a subdirectory off the
app's root directory that doesn't allow the Anonymous IUSR_
account in. When we (the system admins) follow a link to
that directory, it presents the standard NT Challenge login
screen. We need to know proper Windows credentials to get
in -- and once we do, we have access to higher-order functions
(to change the read/write bit on files, to delete files,
etc. through the web interface). All that works fine.
I'm want to have a drop down box, for which each item in it have its own URL. I want it to be forwarded to the URL only when the button "go!" is pressed.
Here is my code, not working
<form name="addNewItem" method="" action="">
<td>Add new
<select name="url" onsubmit="">
<option value="publication.asp">Publication</option>
<option value="newsRoom.asp">News Room</option>
<option value="general.asp">General</option>
</select>
item</td>
<td>
<input type="submit" value="Go!">
</td>
</form>
I created a drop down box, I want to do like when a user select one of the options, it automatically run a query and displays the result.
I hope there is a way to do this
In one of my ASP pages, I have a Combo box that gets the information from a sql database,
the number of records that is shown in the combo box is too much (around 6000 records),
the user has to select from these records (let say the user is looking for "George", by clicking
"G" the list goes directly to the first records starting with "G", so far everything is ok, now he/she
enters "e" (the second letter of "George"),this time the list goes to the first record starting with
"e", which is not the way that I want the user to find his/hers record.
I hope that I have explained it correctly, what I need is, after entering the second letter of
"George", the list moves to the records starts with "Ge", and by entering the third letter, list
moves to those records starting with "Geo" and so on.
1 I want if seleted list of drop down in asp is changed then its related record in table should be displayed simultaniously in a single page.
2How can access the selected value of drop down in another page.
3I want to make a search command in a Sngle page in asp.
ive written a piece of code that selects everything from the "Departments" table in a DB and it works well. It lists everything in a drop down box. i'm not writing a page where users can edit their details.
i can make the text in the DB appear at the top, but it's listed again further down. is there any way to get rid of it? Code: