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 wOOdy-Soft 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 patrickdrd

  1. patrickdrd

    How to access ViewState of previous page

    Or the profile in asp .net 2.0
  2. patrickdrd

    datagrid paging without postback - how?

    Good morning! I have a web form with a datagrid on it and I was wondering how to implement paging without postback (like the new Infragistics webgrid). I mean, I'm using Ajax to transfer the code to an aspx page, I'm querying the database to fetch the new data but then... what? xml? How do I...
  3. patrickdrd

    Move Site to another web server

    a single publish won't do?
  4. patrickdrd

    flash + javascript + ajaxcall

    Thanks, I'll try that! One more question: does flash 'know' the included in the html (actually aspx) javascript file code? Will I have any problems calling a function that's inside a .js file?
  5. patrickdrd

    flash + javascript + ajaxcall

    getURL! Should I use the other one?
  6. patrickdrd

    flash + javascript + ajaxcall

    Hi everyone! My colleague has written a flash to be acting like a tab (4 options for the user), and we would like to be able to know when a user presses a specific "tab", calling then a function "AjaxCall" (the function itself is included in the original aspx page) to pass the pressed tab index...
  7. patrickdrd

    flash to asp.net? how?

    Hi guys! I have a flash control like a tab, and I want to post to asp.net in order to know which tab the user clicked! How can this be done? Thanks in advance!
  8. patrickdrd

    global variables not working in visual studio 2005!

    Hi guys! What has happened to visual studio 2005 regarding global variables? Can't we use them anymore? I have created a "GlobalDeclaration.vb" file (in app_code folder) to place an enum and when I try to declare a variable of that enum in a code-behind file, vb complains "is not defined"...
  9. patrickdrd

    e-ticketing project

    no, I mean from technical aspect, for example: I need a good graphic artist to build a nice looking interface, I need to learn SSL (haven't used it yet)... Things like that... I live in Athens, Greece, our largest stadium can hold 80,000 visotors.
  10. patrickdrd

    e-ticketing project

    what do you mean? I'm not the project manager! These will be written by him, I suppose! I just asked if someone from here had previous experience in such a project in general, no analysis has been done yet!
  11. patrickdrd

    e-ticketing project

    a ticketing project, where users, after logging in they could buy tickets for cinema, theater and sports events
  12. patrickdrd

    e-ticketing project

    Hi everyone! Right with the start of the new year, I'll be working on a new project (e-ticketing), I'll be writing it from scratch... (I've been a software engineer for the last 4 years) What are your expreriences on such a project? Is is going to be easy? What should I consider? Thanks in...
  13. patrickdrd

    Way to download an activex on client silently and register it

    Yes ca8msm, that's another solution, but I was thinking of moving the traffic out of the server and do that on the client (in that way I won't have to port my vb 6 code to asp .net as well ;-) - not tough though)
  14. patrickdrd

    Way to download an activex on client silently and register it

    It is on the internet and this process will be run only by adminstrators (after the login) Right now I was thinking of a setup, if I navigate the user to a url that contains the setup, is this ok? will the dialog "open/save/cancel" appear or do I have to give the asp.net account list folder...

Part and Inventory Search

Back
Top