Search:

Type: Posts; User: TSAR

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    1,203

    Re: Usercontrol - events

    No, ItemCommand is not hit.

    I notice that all the other fields (also with dropdownlists) don't hit the ItemCommand too.

    The ItemCommand is only hit when I click on the buttons (edit, cancel,...
  2. Replies
    8
    Views
    1,203

    Re: Usercontrol - events

    Hmm... that's what I did ?

    And now ?
  3. Replies
    8
    Views
    1,203

    Re: Usercontrol - events

    Yes, my usercontrol works fine on a page. To be sure I try it again (just my usercontrol and a label on a testpage) and each time the selection changed, the label changed too.


    <asp:Content...
  4. Replies
    6
    Views
    896

    Re: TreeView Maintaining Status During a Session

    You are right, but copy & paste is a lot easier ;)

    I used the converter, but seems he has a problem with these :

    List<string> list = new List<string>(16);
    List<string> list =...
  5. Replies
    6
    Views
    896

    Re: TreeView Maintaining Status During a Session

    Do you meanwhile have this in VB, cause I need it too ? ;)

    Thanks !
  6. Replies
    8
    Views
    1,203

    Re: Usercontrol - events

    Sorry Mendhak, but I really don't know what you mean with your first point. Could you give me some more information (and of course, if you could remember the exact property... ;) )

    I placed a...
  7. Replies
    8
    Views
    1,203

    Usercontrol - events

    I made a usercontrol (just a dropdownlist with data of the database) :

    Partial Public Class CB_DrpEmployers
    Inherits System.Web.UI.UserControl

    Private m_AddSelectAnEmployer As Boolean...
  8. Replies
    3
    Views
    668

    Re: Detailsview - Display description

    OK, got it ! :thumb:

    Thank you mendhak and happy new year !
  9. Replies
    3
    Views
    668

    Detailsview - Display description

    This must be a very simple question, but like I'm just starting with ASP.NET 2.0...

    I'm have a detailsview, where all fields are templatefields.

    I already figured out how to display a...
  10. Replies
    3
    Views
    935

    Re: Time entry control

    Thx Mendhak, seems there are no free time-entry controls availaible (only date controls) :(
  11. Replies
    5
    Views
    3,908

    Re: .asp vs .aspx files?

    You are working with VS2005 and learning ASP ?

    In the menu of this site you will see lessons about ASP.NET.
  12. Replies
    3
    Views
    935

    Time entry control

    Does anybody know a good (and free :) ) time entry control (in VB) ?
  13. Replies
    4
    Views
    630

    Re: Membership, role and profile

    Nevermind, got it.

    Thx !
  14. Replies
    4
    Views
    630

    Re: Membership, role and profile

    Nobody ?
  15. Replies
    4
    Views
    630

    Membership, role and profile

    Can (yes, of course...) membership, role and profile information all together been displayed in a detailsview ? Of course, I would like to have the edit & delete button on it...

    A little example...
  16. Replies
    2
    Views
    510

    Re: Datagrid - Update with a class

    The problem is not the datagrid, but the detailsview.

    I made a class "Users". One of the shared functions is GetOneUser, which give me a dataset with the information of one user (username, email,...
  17. Replies
    2
    Views
    510

    Datagrid - Update with a class

    I've made a class to retrieve user information. I populated a datagrid and from there I can go to a detailsview, where all information of a user is shown.
    Till there, no problem...

    Now I would...
  18. Replies
    1
    Views
    563

    Datagrid sorting & paging

    Very simple, but I'm just starting with ASP.NET 2.0 ...

    I have a datagrid that I populate with all the users :

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)...
  19. Thread: Master web server

    by TSAR
    Replies
    0
    Views
    433

    Master web server

    I'm working with Visual Interdev 6.0.

    A long time ago I configure a MASTER WEB SERVER (on IP 192.168.4.2). Now, this server doesn't exist anymore so...

    How can this been changed in my project...
  20. Replies
    0
    Views
    356

    Save a binary file

    I post data from a vb-program to an asp page. This data containts non-ascii values, so I converted it to base64.

    But now, after deconvertion I want to save this data to a binary-file.

    How do I...
  21. Replies
    1
    Views
    352

    Re: Post non-ascii data

    OK, found it myself.

    I converted it to BASE64
  22. Replies
    1
    Views
    352

    Post non-ascii data

    I want to send data using the POST method to an HTTP server (IIS).

    I found this article http://support.microsoft.com/kb/167658

    This works fine, except that my data includes non-ascii values ...
  23. Thread: 0x80070002

    by TSAR
    Replies
    1
    Views
    2,431

    0x80070002

    I want to run an exe (wich converts a file into another type of file) from my ASP page. Here's the code :

    Dim WShShell
    Dim cmd
    Set WShShell = Server.CreateObject("WScript.Shell")
    cmd = pathstr...
  24. Replies
    5
    Views
    4,898

    Re: Executing DOS & return value

    I know, it's a long time ago...

    I split up your code a little like this :

    Dim WshShell, oExec

    Set WshShell = CreateObject("WScript.Shell")
    Set oExec = WshShell.Exec("calc")
  25. Thread: C++ Dll

    by TSAR
    Replies
    10
    Views
    944

    Re: C++ Dll

    Sorry, I found the problem : this dll called another dll, who was not present on my system.

    In a few days I will test this dll (need a cardreader), maybe I will need you again (hope not, but...)....
  26. Thread: C++ Dll

    by TSAR
    Replies
    10
    Views
    944

    Re: C++ Dll

    Hi Joacim and others of course,

    Thanks for your help. I received another DLL, but now I have an strange problem : on the first call of one of the functions of these dll I receive the error 53...
  27. Thread: C++ Dll

    by TSAR
    Replies
    10
    Views
    944

    Re: C++ Dll

    Do you get this error too ? I want to be sure that the problem comes from the other side... ;)

    So if I understand, it is completely normal that he can use his dll in a C++ program but I don't...
  28. Thread: C++ Dll

    by TSAR
    Replies
    10
    Views
    944

    Re: C++ Dll

    Sorry, did not see that files with dll-extentions couldn't been loaded (made a zip file).

    I modified the code but got the same error :

    Dim lngResult As Long
    Dim lngSize As Long
    ...
  29. Thread: C++ Dll

    by TSAR
    Replies
    10
    Views
    944

    Re: C++ Dll

    OK, I defined it that way :

    Private Declare Function TLibCListReaders Lib "Tacholib_Client.dll" (ByVal pbuf As String, ByRef psize As Long) As Long


    Then I call this function like this :

    ...
  30. Replies
    5
    Views
    4,898

    Re: Executing DOS & return value

    Thank you guys.

    I will try this in a few days (I have to receive this dos-application from someone else).

    I must admit that I don't really understand the code of kayos, what exactly does this ...
  31. Thread: C++ Dll

    by TSAR
    Replies
    10
    Views
    944

    C++ Dll

    I have to use a DLL of someone else in my vb-program. The DLL is written in C++ and this programmer gave me an example how to call his DLL in C++ :

    size = 0;
    rc = TLibCListReaders(0,&size);
    ...
  32. Replies
    5
    Views
    4,898

    Executing DOS & return value

    I want to execute a dos-application (on the server !) from my ASP page.

    I have 3 problems :


    How can this been done ?
    How to detect that this dos-application has finished (so I may go on...
  33. Replies
    3
    Views
    433

    Re: Tabing in TextBox fileld

    Playing with the tabstop-property of your textboxes ?
  34. Thread: ActiveX and POST

    by TSAR
    Replies
    1
    Views
    586

    ActiveX and POST

    I created an activeX control, which I placed on an ASP page 1. This control reads information from a cardreader (till there no problem).

    Now I want this control to post this information to an asp...
  35. Replies
    11
    Views
    1,478

    Re: Run-time error 430

    Thanks guys for the given help, but I found the solution myself !

    I took the shdocvw.dll from an another PC and overwrited my dll. Then a regsvr32 and it works !

    Have a nice day !
  36. Replies
    11
    Views
    1,478

    Re: Run-time error 430

    Can nobody help me :cry: ??

    Do I really have to reinstall everything from scratch (format c:... windows xp...) ???
  37. Replies
    11
    Views
    1,478

    Re: Run-time error 430

    When I create an .exe of this project and run this exe on an other machine, it works fine...
  38. Replies
    11
    Views
    1,478

    Re: Run-time error 430

    Perhaps I have to reinstall something, but what ?
  39. Replies
    11
    Views
    1,478

    Re: Run-time error 430

    Sorry, XP Pro SP2
  40. Replies
    11
    Views
    1,478

    Re: Run-time error 430

    Same problem on the instruction "Set web = New SHDocVw.InternetExplorer"

    I'm working with Windows XP (version 5.1.2600) - internet explorer version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
Results 1 to 40 of 94
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width