> I am trying to create this in asp.net c# and having a little trouble > with the client/server side. I've seen examples in PHP of it calling > SQL statements directly, is this possible in asp? For instance, I want > to display only companies of a certain type, and so I call an SQL > query which returns the companies to show.
Clearly its possible to search your SQL data from c#, you are already doing just that to get your list of companies. You just need to modify your c# code to accept some extra search parameters to go in the SQL query, as per the examples you've already looked at. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
