0
votes
1answer
7 views
Calling ASP .NET MVC Controller explicitly via AJAX
I know that I can use following piece of code to refresh a div:
<%=Ajax.ActionLink( "Update", "Administration", new AjaxOptions { UpdateTargetId = "grid", LoadingElementId = "grid-wait" } ) %>
…
0
votes
1answer
16 views
ASP .NET MVC; return HTML along with JavaScript
Hello,
I have a partial view which renders a table.
On page load, I am using JQuery to perform Zebra Stripping on it.
Whenever ajax refreshes the table, DOM elements are updated, but since JQuery …
0
votes
1answer
16 views
CDO.Message - “The transport failed to connect to the server.”
I'm working on a Classic ASP & Vbscript site that uses CDO.Message to send email in a function. I'm running into trouble with this function and am recieving the error,
CDO.Message.1 error …
0
votes
3answers
99 views
How do continuously update data to an asp page?
Hi,
I have an asp page based on a very simple database. It references a single table of probably 30 records and maybe 12 data fields and everything works great as I am only uploading a new database …
-3
votes
5answers
40 views
name of the site which have Multilanguage option ? i want solution in asp
i want the name of the websites in which options for multi languages available....
EX...
English,
Turki,
Dutch,
By selecting English The websites contents should be in English language..
Thanks
…
0
votes
3answers
20 views
ASP running in 64 bits environment with Access database
I have a customer since 2003 running a simple web site built in asp 3.0 with an access database file (.mdb). Recently that customer aquired a new server that came with windows 2003 server 64 bits and …
0
votes
1answer
177 views
How to check latency between server and client
How can I check latency between server and client using asp.net. I would like to ping the server from the client and get back the results. Is this possible?
I can ping the ip address of the client …
0
votes
2answers
22 views
ASP .Net Repeater Header Per Group (i.e. Month)
I have a datasource which contains dated items per row. These will be bound to the repeater and ordered by date. I'd like to present each month as a seperate table when rendered but is there a way to …
0
votes
2answers
17 views
Is it possible to ceate a DSn to my FTP Account
hi,
i using sql2005, my hosting company allow me to use 300mb for my sql server. i wand to increase my sql database size
but i have 300GB is available in my FTP account.
Is It possible to create a …
1
vote
2answers
18 views
Asp website with vbsript functioning differently on different servers
Hi there,
I am currently trying to move a web site from one server to another, one of the asp pages contains some vb script that looks like this:
Dim oSearch 'AS Object
Dim strXML 'AS String
…
0
votes
4answers
58 views
A generic type as a parameter.
My first question is, is it possible to specify a generic type as a parameter,
secondly, is anything such as the pseudo code ive listed below possible?
I assume it will be using .net 4.0 and the …
0
votes
8answers
130 views
SQL query, can i have WHERE as a wildcard?
Hello everybody!
Is it possible to have the WHERE as a wildcard in a SQL query?
I have this simple query:
SQL = "SELECT ID, Firstname, Lastname, Company, City, Email FROM table WHERE * LIKE '%" …
0
votes
3answers
43 views
ASP IDE on Windows
What is the best free alternative to Visual Studio for ASP development on Windows platform?
2
votes
3answers
763 views
calling a VB.net function from javascript
Hello all,
I need to find a way to call a vb.net function in my aspx page from javascript. I have a Jquery function that makes the .drop class .droppable, and whenever I drop a .draggable onto a drop …
0
votes
0answers
8 views
how to connect ms sql server with aspwebsite project?
in my project, there're name,surname,e- mail regions.then user must tick to "Okey".if users entered textboxs correctly, i want to transfer these knowledges to my sql database. how can i do that?(in …
