Hey Guys,
OK. we are currently on a plan to develop a website for 3 same company.
The main difference would be just the look and maybe a couple of extra question for one or two company.
Currently each company have their own website and when they required a new function we have to re-code all three website or when one wants a new functio...
Hello,
I have tried so many times but I couldn't get it worked.
I am trying to log in google webmaster tools to get Search Queries List (top 20)
I used XMLHTTP and AspTear, but no action :(.
It says "my browser isnt cookie supported"
But how can I log in google webmaster tools via xMLHTTP cookied enables?
xmlhttp has any parameter ...
I can't find anything on how to create a store locator with google maps using classic ASP (not .net). Can anyone help me out with this? I have looked everywhere.
...
How to display PDF thumbnails in ASP page
...
Hi,
I'm using ASP Master pages, and I would like to add an "onkeypress" event handler to the <body> in the Master page, but only for a single page.
How do I do this?
Obiwanke-stackoverflow, you're my only hope.
-Alan
...
Hi there.
I have some problems with decisions on the design of ASP applications.
The most articles i read in the last time, said that you should use instanciated services instead of static or singletons.
But i get some headache, thinking about creating all services for each request i get and keep them in memory till garbage collector d...
Hi All,
I have a asp.net page which is checking a UNC path on a listbox item change event using Directory.exist method.
This works fine in Internet explorer.
But when i use firefox and debugging this method returns false even though the directory exists.
What could be the reason for this strange problem.
this is the code
Director...
Can you have more than one CustomValidator on a single page?
I have two separate CustomValidators with two separate controls on one page. Both ServerValidateEventHandlers are setup for each control.
The issue is that it only fires on the first event handler twice.
...
hi i wanna make a retail store software for my family retail store ....
can anyone help me out with which language to use and just give me some basic ideas
I'm an engineering student and have good knowledge of ASP, HTML, CSS, VBSCRIPT and have gone through java , c ,c++.
please help me anyone
...
When migrating from an ASP .NET user control -based page with a header, footer, and menu to a Master Page using the same HTML mark-up, is it normal for CSS or javascript behaviors to change slightly?
In particular, the submenu bar text now appears run together (which looks like a CSS symptom) and the graphics on the line above it appe...
I have some custom validation that I need to perform that involves checking the selected option of a dropdown and flagging it as invalid should the user select a specific option.
I am using ASP.NET MVC 2 and have a custom Validator and custom server side and client side validation rules as described in this blog article. The server side...
We have a game project designed on ASP&SQL Server, and we need to integrate it's user database with Drupal.
This would be easier from Project to Drupal (since there is user_save and user_delete functions available globally by using drupal bootstrap) but I'm not sure if we can execute PHP functions on an ASP platform.
Is there any docum...
I'm maintaining a legacy application which consists of some ASP.Net pages with c# code behinds and some asp pages. I need to change the way the application accepts it's input from reading a set of parameters from some form fields to reading in one form field which contains contains some XML and parsing to get the parameters out.
I've wr...
Hi I have a jqgrid which is embedded in a Div. I am deleting records from the grid and reloading the grid using grid.Trigger('reload').
The width of the grid is considerably high so it has a scroll bar. Now I scrolled through the end of the grid horizontally before deleting records. Each time I delete the records and reload the grid, t...
How can I get the flv path from a youtube video?
...
is it possible to call a dynamic method in javascript. ie suppose i have in my page 2 methods as such:
function id1_add()
{
return 1;
}
function id2_add()
{
return 2;
}
i also have this function:
function add()
{
var s1='id1';
s1+'_add()'; //???
}
is it possible to call for example id1_add() in such:
s1+'_add()';
s...
is there a way to load the full binary of an image in javascript?
what i want to do is to allow the user to preview an image before uploading it.
ie the user selects an image on his local drive (C:\image.jpg) , view it, and decides to upload or cancel.
i tried to set the source to the image path, but it didn't work since it is outside t...
A friend has his final year project:
designing and implementation of social networking platform.
Selection of topic was the easy part :-)
Technology in use is:
ASP.NET 2-3 framework
SQL Server 2005 and if needed SQL Server 2008
C#
Visual Studio 2008
...
I have one number that has something related to the currentdate :
634101448539930000
634101448627430000 (this information was took 9 seconds later than the first one)
I have many codes like this and I need to know what those number means. It's something related to the current time, because the new information has always a bigger number...
Can I write ASP code in a .js file. Or if there is any way through which I can update database in a .js file.
...