Hi,
I am writing an application which will display the photos on the web pages.
The photos are stored in the seperate machine but in the same LAN.
First, when the user visit the web site, the photos are shown as small size.
Then, when the user click on the photo, it will show the larger size on another Image box in the same page.
I tried using ImageMap, It works.
But, when I...
User Profile
Collapse
-
ASP.NET display photos on pages dynamically
-
Thanks a lot.
Well, in VS 2005 there is no creation of asp page. so, I have to create text or html page from VS2005: File->New->File and change the extension back to asp. It is not really convenient though.
-Jason.... -
convert ASP.NET to ASP
Hi,
I know it is weird. But I wanna know that is there a way I can convert my asp.net pages to asp pages.
And also, Can I use Visual Studio 2005 to write asp pages? If so, how can I create the asp page in project folder.
Any suggestion please.
Thanks.
-Jason -
Create a shortcut icon in window mobile 5.0 from CAB file installation
Hi,
I am trying to create a shortcut icon on Today in window mobile 5.0.
I have a CAB file which will install the program and create the shortcut icon in Today. The CAB file sucessfully install the .exe program and drop the shortcut on the Today folder.
The problem is that the shortcut icon doesn't show up on the Today List (the main screen) after the CAB file is installed.
When I checked... -
-
I used sql authentication. But there is no surface area configuration in SQL server 2000. Instead, I found server network utility and client network utility.
Actually, I used mostly sql server 2005, and i never used sql server 2000 before.
I change some of the setting in server network utility such as adding TCP/IP, Name Pipes and setting the port number to 1433 because i found that the default port number is set to 0....Leave a comment:
-
I tried all the permission setting, but it still won't work.
Is this the reason two database servers (2000 & 2005) installed on the same server?
My OS is Window Server 2003 Enterprise x64 Edition.
MS SQL SERVER 2005 is 64 bit version and MS SQL SERVER 2000 is 32 bit standard edition.
Any ideas what wrong with this setting?
Thanks....Leave a comment:
-
The errors I am getting is:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) ...Leave a comment:
-
ASP.NET C# web application to connect to SQL SERVER 2000 database
Hi,
I have a problem with database connection to SQL server 2000 from ASP.NET. When I try to connect, it give me the errors.
But, When I try to connect to SQL SERVER 2005. It works fine.
Any ideas what the problems might be?
Thanks.
Jason. -
Compatibity of SQL server 2000 and 2005 database!
Hi All,
Can the database created in SQL Server 2005 be used in SQL Server 2000?
I know older version of database is compatible with newer version, but I am not sure the other way around.
Any ideas?
Thanks.
-Jason. -
USGS Elevation Data
Hi All,
Anyone has experienced with Elevation Data? I really need help with that.
I can download the data from USGS site, but I don't know how to extract the raw data from (.BIL) format.
Thanks.
-Jason -
-
GetElevation function
Hi All,
I am trying to write the getElevation method similar to the query method from USGS.
http://gisdata.usgs.net/XMLWebServic...on_Service.php
I have the downloaded NED data from USGS site in SQL SERVER. I need to write the stored procedure or function which will function the same as getElevation method from USGS. I have no clue of the structure of the getElevation method.
Please... -
Thanks Frinny.
Any suggestion on book where I can start?
-Jason...Leave a comment:
-
Web application using C# in VS 2005!
Hi All,
I am new to C# in web application.
I don't know the best books or web site tutorials to learn the developing of web application using C# in VS .Net 2005.
Any suggestion?
Thanks Advance.
-Jason. -
Help Authoring Tools
Hi,
Is anyone know which Help Authoring Tools is the best to create the *.chm help file?
I will appreciate any of your suggestion.
Thanks.
-Jason -
Thanks alot. I
The algorithm works only on kind of simple polygon.
It doesn't fill completely to very complex (self intersecting) polygon.
Is there any idea why it doesn't fill completely? ( I use polygon fill alg)...Leave a comment:
-
how to get the points inside the polygon?
Hi,
Is anyone know that how to get the x and y points inside the polygon using C++ program?
I have the given polygon data to draw the polygon, but i don't know how to get all the points inside the polygon.
Eg. Let's say we have 5 points to draw a polygon.
Code:Polygon --------------------- | Region A /
-
Hi,
Use TABLESAMPLE
Example.
SELECT FirstName, LastName
FROM Person.Contact
TABLESAMPLE (10 PERCENT) ;
OR
SELECT FirstName, LastName
FROM Person.Contact
TABLESAMPLE (10 ROWS) ;Leave a comment:
No activity results to display
Show More
Leave a comment: