how can i develop a program in aspx format and use it in php site?!!
-
how can i develop a program in aspx (C#) format and use it in php site?!! i want to write a custom search box with C#, and use it in a php site!! any help would be useful Thanks
-
how can i develop a program in aspx (C#) format and use it in php site?!! i want to write a custom search box with C#, and use it in a php site!! any help would be useful Thanks
I am not sure of what you exactly want... Do you want to communicate ASP.NET with PHP? If so you can use Request object to send headers to call the PHP sites in the very similar way as you do other pages of your ASPX sites. If you want to use C# as your Serverside script, I dont think its possible. If so I dont know.
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET Templates -
I am not sure of what you exactly want... Do you want to communicate ASP.NET with PHP? If so you can use Request object to send headers to call the PHP sites in the very similar way as you do other pages of your ASPX sites. If you want to use C# as your Serverside script, I dont think its possible. If so I dont know.
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET TemplatesI want to write a custom search box like google custom search to use in other site with any platform!! how could it be done to use a C# or dotnet search box in php site?!!
-
I want to write a custom search box like google custom search to use in other site with any platform!! how could it be done to use a C# or dotnet search box in php site?!!
you mean you want to create a Web Crawler like google that may crawl to any site... Its not easy buddy. You need to capture every snap of a website. :confused::confused:
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET Templates -
I want to write a custom search box like google custom search to use in other site with any platform!! how could it be done to use a C# or dotnet search box in php site?!!
Nafiseh Salmani wrote:
to use in other site with any platform!
What do you mean by other sites? You want to search with in your web site or what ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net My Latest Article : IIS Remote Debugging