Click here to Skip to main content
15,895,656 members

Comments by PrashantSonewane (Top 72 by date)

PrashantSonewane 26-Aug-13 3:36am View    
can you give some code which will help us understanding the issue. Also I would suggest you to try Jquery function AutoComplete if possible, it is fast and easy to manage.
PrashantSonewane 24-Apr-13 2:38am View    
can you add the code which you have tried and erroring out?
PrashantSonewane 22-Apr-13 0:56am View    
First of all correct the code at string query="SELECT * FROM ['ISB VAS Nodes$'] WHERE Model='"+DropDownList1.Text+"'"; as string query="SELECT * FROM ['ISB VAS Nodes$'] WHERE Model='"+ a +"'"; a is variable where you collect the dropdown value. Let us know if that is also not working.
PrashantSonewane 19-Apr-13 7:11am View    
Even before its now working, I wonder why you are not getting "Invalid column name 'status'" error. Where you have declared or selected that? Please try executing it again. you will get answer yourself. And how we will know what is status and what value it holds? Please improve the question.
PrashantSonewane 19-Apr-13 7:06am View    
I think you should try JQuery Slider. Get the value from slider and then assign it to font-size in body tag for the page.
check here jQuery UI slider: http://jqueryui.com/demos/slider/