Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ratcho

  1. ratcho

    width limits

    Hi guys, Please, tell me if there are any limits of the width property of a table. Or, are there any limits in the number of columns of a table? I try to display a table with a lot of columns - 100 or more. For each column I need at least 60 pixels. For example, I used this code: <div...
  2. ratcho

    Do not unload

    Hi guys, Please help me with the following problem. I want to stay on the page if some conditions are false. For exemple: Sub Window_OnBeforeUnLoad() if not bResultSave then 'Cancel UnLoad end if End Sub How should I do this? Any help is highly appreciated.
  3. ratcho

    Server Side Problem

    Hi guys! I am new to ASP.Net. I wanted to try some simple examples, but it doesn't work. This is the code: <%@ Page Language=&quot;vb&quot; AutoEventWireup=&quot;false&quot; Codebehind=&quot;trySQL.aspx.vb&quot; Inherits=&quot;prjMenu.trySQL&quot;%> <script runat=&quot;server&quot;> Sub...

Part and Inventory Search

Back
Top