Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Ahmet GULBAY

@Ahmet GULBAY
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Setting dropdown width of Html Select control
    A Ahmet GULBAY

    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

    ASP.NET html question

  • Decrease SAP Logon Timeout
    A Ahmet GULBAY

    Hi 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.

    Visual Basic sysadmin help tutorial question

  • Import JavaScript in JavaScript File
    A Ahmet GULBAY

    Hi 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.

    Web Development javascript tools help question

  • HTML Select DropDown Width
    A Ahmet GULBAY

    Thank you for the script (;

    Web Development question html help

  • HTML Select DropDown Width
    A Ahmet GULBAY

    Hi 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.

    Web Development question html help

  • Create Clustered Index on VIEW
    A Ahmet GULBAY

    We 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 (:

    Database help database

  • Create Clustered Index on VIEW
    A Ahmet GULBAY

    So, 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.

    Database help database

  • Create Clustered Index on VIEW
    A Ahmet GULBAY

    Hi, 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 (:

    Database help database

  • Temporary DLL files
    A Ahmet GULBAY

    Hi 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[^]

    C# csharp asp-net dotnet help question

  • Temporary DLL files
    A Ahmet GULBAY

    Hi, 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.

    C# csharp asp-net dotnet help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups