Hi friend, I'd asked this question before, you may look for the answer in this message, i've tried it, it's working like you want, http://www.codeproject.com/script/Forums/View.aspx?fid=1640&msg=2617714[^] Message subject is: HTML Select DropDown Width
Ahmet GULBAY
Posts
-
Setting dropdown width of Html Select control -
Decrease SAP Logon TimeoutHi friends, We use SAP dll's (librfc32.dll v6405.5.162.5282, librfc32u.dll v6405.5.162.5281, ...) to open a connection to SAP server, but if server can't response us we used to wait for a while (60 sec). Can we decrease this connection (logon) timeout to a lower constant (10 sec). Does anyone know how to set this logon timeout? :confused: Thanks for your help.
-
Import JavaScript in JavaScript FileHi everybody, I need to call/include/import a JavaScript file (*.js) in another JavaScript (*.js) file. How can i do this. I tried to do writing a line in script file like: document.write(""); But this method writes the line to the document so i cannot use/call functions from another files which are stored in different folders. Thanks for your help.
-
HTML Select DropDown WidthThank you for the script (;
-
HTML Select DropDown WidthHi everyone, I've a problem with dropdown lists. The standart select/option's dropdown list is resized to the select's width, like whether the option is longer than select's width [Select v] [option 1] [option 2] ... I want the select's option list is resized longer widths, like [select v] [option 1 xxxxxxxx] [option 2 yyyyyyyy] ... How can i do this? Thanks.
-
Create Clustered Index on VIEWWe have found a sample that contains multi-table view and it has a clustered index, we tasted its create script and found the difference. Multi-table views can have Clustered Index but it mustn't contain LEFT OUTER JOIN, in our view the select query defined like LEFT JOIN but we've just learned that LEFT JOIN means LEFT OUTER JOIN so we couldn't be able to create clustered index, the problem was JOIN statement. That was all (:
-
Create Clustered Index on VIEWSo, how can we optimize that query to make it faster if we cannot declare an index? What's the way to improve our performance? Thanks.
-
Create Clustered Index on VIEWHi, We have two tables and we views like: 1) create view ... select bno from A : we can create a clustered index on this view 2) create view ... select bno from B : we can create a clustered index on this view 3) create view ... select A.bno from A LEFT JOIN B ON B.bno=A.bno : we cannot create a clustered index for this view, it gives error like: "... one or more disallowed construct" How can we solve this problem. Thanks for your help (:
-
Temporary DLL filesHi everybody, I've just found the problem. The problem was caused XML Serializer in .NET framework. Here's the link for this problem and hotfixes http://support.microsoft.com/kb/824629[^]
-
Temporary DLL filesHi, In our web application (ASP.NET and C# is used) some temporary dll files are created with random names (includes some letter and numbers). Is this a property of .NET framework? Do anyone have information about this situation. Thanks for your help.