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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vblou
  • Order by date
  1. vblou

    Datagrid Select Row ItemCommand

    Hi The 1st column on my datagrid contains a link button that fires the ItemCommand and select the row when it's clicked. What I want to do now is, instead of having to click on the link button, I want to be able to click any where on the row itself and do the same thing. I want to change the...
  2. vblou

    Master Page Popularity

    I just want to know how other ASP.Net developers feel about using Master Page in general. Do you think this feature is popular with developers? Visual Studio 08 has Master Page but do you think that MS will continue supporting it in the future? Thanks.
  3. vblou

    How to link to MSysAccounts table in the MDW file

    my intention is to display the account users in the dropdown list in a form.
  4. vblou

    How to link to MSysAccounts table in the MDW file

    I created a workgroup file (Test.mdw) that I used to secure my mdb file. From my mdb file, I want to link to the MSysAccounts table in the Test.mdw file. The 'Files of type' drop down list in the link popup window only shows 3 types, mdb, mda & mde. How do I link to the mdw file?
  5. vblou

    Trace.axd

    Hi I got an error in my web application (C#) when one of the aspx is being opened. When I look at trace.axd, the error is 500, and in the file, the 'Trace Information' is missing and there's no Session Id. Does this means that the aspx page was never opened? Any help would be apprecitated...
  6. vblou

    'MSysAccounts' is not a valid name.

    Hi All I have an MS Access app (.mdb) that I secured to a workgroup file (.mdw). The .mdw has been moved to a difference location and I have to relink the MSysAccounts and MSysGroups tables but I get an error message "'MSysAccounts' is not a valid name. Make sure that it does not include...
  7. vblou

    Using VBScript to call WebMethod in WebService (.asmx)

    Hi I want to know how I can call a WebMethod in a WebService(.asmx) file using VBScript. Any helpful info is appriciated. Lou
  8. vblou

    Calling function in .vbs file

    I have vbscript in an asp.net page that need to call a function in a .vbs file, so far I'm unable to. I've tried using: <script language=&quot;vbscript&quot; src=&quot;FileName.vbs&quot;/> <script language=&quot;vbscript&quot;> Dim x . . x = FunctionName . . </script> Is this the...
  9. vblou

    Using vbscript to call a function in another .vbs file

    I have a vbscript in an asp.net page that need to call a function in a .vbs file, so far I'm unable to. I've tried using: <script language=&quot;vbscript&quot; src=&quot;FileName.vbs&quot;/> <script language=&quot;vbscript&quot;> . . FunctionName . . </script> Is this the correct...

Part and Inventory Search

Back
Top