Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Padmajak

    Search by Address

    Thank you Mark, I have the database , but all we have is Zipcode, city, state, Lat and Long. Our website runs fine for the zipcode. We need to do a different search criteria by street address, city , state Where do we get the database that contains all the address information for cheap...
  2. Padmajak

    Search by Address

    Hi, I need to develop a search engine functionality in c# that locates a martial arts schools near by . I need to develop two types of search. 1. ZipCode + distance with in miles 2. Address + City and State. I have a table in the sql database which has city, state, zipcode, lat and long...
  3. Padmajak

    Converting the type library to a .NET assembly failed. (COM in vs2003)

    Hi, I need to develop a search engine functionality in c# that locates a martial arts schools near by . I need to develop two types of search. 1. ZipCode + distance with in miles 2. Address , City and State. I have a table in the sql database which has city, state, zipcode, lat , long...
  4. Padmajak

    Category Search By ZipCode

    Hi, I was given one application to develop where I need to search a particular category by zipcode. All I will have is Dropdownlist with the category names and the ZipCode in a text box field. I have to return all the doctors from that zipcode by returning the full details and also the...
  5. Padmajak

    Drop down list with details view control problem updating and insertin

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="viewmemberdetails.aspx.vb" Inherits="admin_business_viewmemberdetails" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  6. Padmajak

    DropDownlist inside Detailsview probem updating and deleting

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="viewmemberdetails.aspx.vb" Inherits="admin_business_viewmemberdetails" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  7. Padmajak

    Adding elements to the array from dropdown list c#

    hi, I need some help. How to add the elements to the single dimension array from the dropdown list using c# Thanks Padma
  8. Padmajak

    JavaScript Object required error

    Sorry about that. I changed the code. It is giving the error innerHTML contains a null value. The row is expanding in the gridview but text that come from the "description" is not showing <%@ Page Language="C#" EnableEventValidation="false" MasterPageFile="~/MasterPage2.master"...
  9. Padmajak

    JavaScript Object required error

    <%@ Page Language="C#" EnableEventValidation="false" MasterPageFile="~/MasterPage2.master" AutoEventWireup="true" CodeFile="personal.aspx.cs" Inherits="vhost.personal" Title="SharedHostingPersonal" %> <%--<asp:Content ID="Content1" ContentPlaceHolderID="topRight" Runat="Server"> </asp:Content>...
  10. Padmajak

    Clear predefined text in textbox c#

    I have a text box with a predefined text in it I want to clear the text box on focus. I dont know how to proceed. The program is in C#

Part and Inventory Search

Back
Top