User Profile

Collapse

Profile Sidebar

Collapse
Nilesh810
Nilesh810
Last Activity: Mar 10 '09, 08:04 AM
Joined: Mar 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Nilesh810
    replied to Auto Complete
    I have done the following
    Code:
    protected void TextBox1_TextChanged(object sender, EventArgs e)
        {   
          where(Uname="+TextBox1.Text+")");
             int i;
             cn1 = new SqlConnection(ConfigurationManager.ConnectionStrings["BruserConnectionString2"].ConnectionString);
             cmd = new SqlCommand("select EnquiryNo from Pre_Enquiry where(Uname=@uname);", cn1);
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 10 '09, 01:04 PM. Reason: Added [code] tags: Please post code in [code] [/code] tags

    Leave a comment:


  • Nilesh810
    replied to Auto Complete
    No,I haven't tried it in ajax ,I want to do that in asp.net with c# & sql2005
    See more | Go to post

    Leave a comment:


  • Nilesh810
    started a topic Auto Complete

    Auto Complete

    I have two tables pre_enquiry & enquiry ,enquiryno is primary key of pre_enquiry table,username is also stored in it.In enquiry webform if i enter username then related enquiryno. should be autofilled in textbox ,& delete the record from pre_enquiry table
    See more | Go to post
No activity results to display
Show More
Working...