i want list box with horizontal scroll bar i have kept that in div but i am getting 2 vartical scroll bar one is of list box and another is of that div i dont want now vertical scroll bar of that list box
nikhil1234
Posts
-
Horizontal scroll bar list box -
find duplicate record from listi have list in which i have object of one class say emp i want to find out all duplicate emp from list meanse if two object with same emp.id how can i do that
-
sort listi have list myclass contains name,sirname,age i want to sort list first with name then sirname then age how to so that
-
no access to application in lanhi i have deployed my web application in lan computer but suddenly it is not able to access in lan computer what i need to check thanks
-
linces applicationi have devloped windows application i want to create linces key and user should enter key while setup and also how do i specify the duration like trial version for 1 month
-
sql like queryin my application i have provided name search i am using like Claus if user enter jhone lee and name contains jhone then i am getting correct result but if enters lee jhone then also i want record to display my sql query is select name from names where name like '%jhone lee%' correct result select name from names where name like '%lee jhone %' correct result plz tell me sql
-
javascript text box seletected textwill plz post exact code
-
javascript text box seletected texti want to replace seleted text in text box using java script so i have written function document.selection.createRange().text = mytext; but if another text seleted on the page and if click button then that text also gets replaced how do i check text from text box is seleted
-
binding navigater add newi want to call binding navigater addnew method on another button click how i can do that
-
binding navigater updatei am using binding navigator in my application it throw error while updating to many fields but working fine for insert why how do i call addnew programmaticaly
-
window.showModelessDialogi have used window.showModelessDialog to show my page but when i click on the button on that page new window gets opened why is it so
-
css problemi have created div at run time but and class is also specified but css not applied to that div why is it so i create div at design time then css gets applied
-
reading data from biomatrix machinei want to read data from bio matrix machine i konw the machine ip and port number
-
lan serial porthow to read data from lan serial port i have ip abd port number
-
reading data from serial porti want to read data from lan serial port how can i do that
-
reading data from biomatrixi am using c#.net how i can do that
-
reading data from biomatrixi have biomatrix machine for input and out put punch in office i want read data from that how can i do that
-
rdlc report dependaciesi have used rdlc report i have installed .net freamwork but iam getting error one of dependacy is missing i need dll required for rdl
-
how do i put assembly in to gachi i have deployed on web site on local machine but i am getting error because dll is not in gac how do i install that
-
sql server login problemi am using sql server 2005 express and i have one web site which is i have published and installed on machine but when connecting to sql server 2005 express getting error login failed mycomname/ASPNet user why not taking user name insted of aspnet how do i login my con string is as follws <add name="EMSConnectionString" connectionString="Data Source=.\sqlexpress ;Initial Catalog=EMS;intigrated security=true" providerName="System.Data.SqlClient"/>