Skip to main content

All Questions

0 votes
1 answer
49 views

jquery-editable-select is not working in asp.net dropdownlist

I am trying to implement jquery-editable-select in asp.net dropdownlist tools but its not working while the same thing is working in html select dropdownlist Here is the code of Html Select ...
s.k.Soni's user avatar
  • 1,220
0 votes
1 answer
950 views

Not able to select Drop down value using JQuery

I want to cascade drop down list to each other for that I have to pass one selected values (ID) to another drop down. I am binding my drop down list using Web services and I have done it successfully ...
user14304386's user avatar
0 votes
0 answers
47 views

How to make a dropdown show values from top instead of where I left it?

On my web form application, I have shown a dashboard with six boxes each with a separate dropdown showing values from a database table. This is for my user's ease of accessibility as they will choose ...
Noor's user avatar
  • 195
4 votes
9 answers
5k views

asp.net dropdownlist caching for Huge data

I have to bind nearly 50k records to my asp.net dropdownlist and it has to be searchable. What is the best way to do implement it . Are there any caching techniques so that the list loads as we scroll?...
user1046415's user avatar
0 votes
2 answers
188 views

Cascade dropdown JQuery - Not displaying dropdown after postback

EDITED FOR CLARITY: I have a JQuery dialog that contains two dropdown lists. It is displayed on a button click event. I have this code in the page load event. In the code-behind I populate a couple ...
Jon W's user avatar
  • 1
0 votes
1 answer
757 views

Getting value from drop down list "select" tag and storing in DB ASP.net

So I'm working on a form that obviously gets values from the user, including text values and items they select from a drop down list. I'm having a problem in finding a way to get the value chosen from ...
Scarl's user avatar
  • 950
0 votes
1 answer
24 views

ASPX DetailsView with DDL update to SQL Issue

Trying to find out if I am approaching this right (NOOB so be patient plz!) I'm trying to write a single aspx page with UserList1 (bind to SQLSource1.displayname) which updates DetailsView1 (Edit ...
Andre Oosthuizen's user avatar
0 votes
0 answers
732 views

Jquery modal with dropdownlist changing contents

I am having problems with jquery dialog and postback inside the dialog. I wonder if this is possible: An aspx page with a button to open a jquery modal dialog. Inside this dialog there is a ...
Mario Nunes's user avatar
0 votes
2 answers
126 views

Inserting predefined value into textbox based on selection from dropdown list

I have simple dropdown list with 3 options to choose from and a textbox below. After the user selects an option I need its value to be inserted as a text into the text box - if customer selects "...
Martin Hlavačka's user avatar
0 votes
2 answers
2k views

How to select Multiple values from multiple Asp.net DropDown Values using jQuery

I want to display Multiple dropdown selected values in jQuery.I am able to achieve this using html dropdown selection.How to achieve for asp dropdown box.The same thing is working for html selection. ...
indu's user avatar
  • 1,177
1 vote
0 answers
2k views

Selectpicker does not refresh

I have two dropdowns and trying to change second dropdown's elements according to first dropdown selection. Here is my html: <asp:DropDownList ID="DropDownListIl" CssClass="selectpicker" runat="...
Koray Durudogan's user avatar
0 votes
2 answers
559 views

How to populate multiple sql select statement in a dropdown

I have sql like: select employee_name, employee_id from employees; select admin_name, admin_id from admin; Yep! we all know how to populate an sql query in a dropdown list but what I am looking for ...
OneLazy's user avatar
  • 499
0 votes
1 answer
59 views

C# doesn't pick up dropdownlist items on jquery bind

I get a JSON object and fill my drop down list with the data where d.data.reqs is the data I want to bind, the drop down list is #ctl00_mainContent_ddlReqs (this works): $.each(data.d.reqs, ...
bodzilla's user avatar
0 votes
0 answers
48 views

Changing the height of a dropdown list in asp

This is what I am trying to do: This is where I start When I now click on the dropdown it opens the list like usual. This is what happens The red area is what I want the dropdown-height to be. I ...
KommissarKong's user avatar
4 votes
1 answer
21k views

"Uncaught TypeError: $(...).select2 is not a function" What is the solution?

I am trying to implement searchable drop down list in my project. for that , i searched and got this JQuery plug in "select2" i used it in my project but in browser its showing the like ... This is ...
Devdan Gaikwad's user avatar

15 30 50 per page
1
2 3 4 5
10