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 bkrike 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: Gorkem
  • Content: Threads
  • Order by date
  1. Gorkem

    Custom Server Control Properties

    Hi all, I have a custom server control that needs to have a TargetControl property. I'd like the properties window to display a dropdownlist of all page controls (similar to how a validation control shows controls that can be validated). Is there a specific editor type I should be using for...
  2. Gorkem

    WCF problems

    Hi all, I am writing an application that uses WCF to enable secure calls from one computer to another.. However, I need to pass a reference from the "server" class to the WCF class so that the calling "client" can utilize and access properites from the "server". I can't seem to do this. On...
  3. Gorkem

    DataSet.Table SELECT method

    Hi All, I am a little stumped here.. I have a dataset with 3 tables. I am trying to do a SELECT on one table using a NOT IN or NOT EXIST statement, however it doesn't work. Can this actually be done, if so, how? or if not, is there a work around to do something like this? Here is my code...
  4. Gorkem

    Render to memory stream

    Hi there, What I have here is somewhat of a complicated case. I need to be able to load an ASPX page which will in turn load a 2nd ASPX page in from a file and render the results of the 2nd ASPX into memory. I am sort of unsure how to about this. Essentially, I can have my code behind load...
  5. Gorkem

    XmlDataSource and DropDownList

    Hi, I have an XmlDataSource with a bunch of offices listed, I am trying to import the Province/State into a dropdownlist, however it imports all data, including duplicate States & Provinces. Is there a way to exclude the duplicates during the binding? G. Oxigen - Next generation business...
  6. Gorkem

    RadioButton AutoPostBack Problem

    Hi All, I have a radio button inside of a repeater. I am trying to do an AutoPostBack when a user clicks on a particular radiobutton and run a routine to see which one was selected. The AutoPostBack does reload the page, however my OnCheckChanged event is not firing. My radiobutton code is...
  7. Gorkem

    LinkButton Event Not Firing

    Hello, I have a page that contains a DataList and several nested Repeaters and an XMLDataSource. Outside of the nested Repeaters, I have a linkbutton associated with the DataList with a CommandName and CommandArgument. The problem is, when I click on the linkbutton, the first event to fire...
  8. Gorkem

    Color Coding ASP Scripts

    Does anyone know a quick and dirty way of color coding ASP scripts using VBScript? I want to display some ASP code on a page and want to parse through it and color code the commands and stuff. Cheers, G. GT Interactive http://www.gt-interactive.net -----------------------------...
  9. Gorkem

    ASP Processing from DB

    Hey everyone, Ok, this to me seems like an impossible task.. This could be because I've been racking my brains on this for way too long.. I am storing some ASP pages into an SQL database for later retrieval. I have one ASP page that calls these stored pages from the SQL server based on...
  10. Gorkem

    SELECT elements

    Hey everyone, This may sound kind of like a really stupid question.. but I'm going to ask anyhow.. Is there any way to add an ImageCombo box to a webpage? The ImageCombo box, for those that may not be familiar with the name, is a SELECT element with little images in them.. They are called...
  11. Gorkem

    HTML Handlers

    Hello everyone, Has anyone attempted to create an HTML Handler in VB 6? What I want to do is create a new document extension (sort of like ColdFusion's .CFM) to process additional proprietary HTML commands that I want to create for a project I am working on. Is this at all possible or should...
  12. Gorkem

    A good challange

    Ok everyone.. I was thinking about this the other day and wondering if this can actually be accomplished with IE. Is there a way to set up an input field in a form and have it prepopulate as you type the information into it? Sort of like how the Address Bar works in IE.. As you type, it will...
  13. Gorkem

    ISAPI Filters

    Does anyone have sample VC++ 6.0 source of an ISAPI filter to dynamically alter the output stream? Any help would be greatly appreciated. Thanks, G.
  14. Gorkem

    ISAPI Filter for Dynamic Content

    Hi all, I am trying to create an ISAPI filter to check the current user to see if they have administrative rights to edit pages on the server.. If so, I want to display 3 links at the top of any page that is displayed: EDIT, UPLOAD, UNDO. The authentication seems to work without any problems...
  15. Gorkem

    Updating a WORD document

    Hi All, ok.. here is my problem.. I have a word document that I am updating from my website. The user enter's values into a form and submits it for processing by the server. The server opens the word document locally on the server, makes the changes, saves and returns. So far everything...
  16. Gorkem

    Hi All, I want to create my own

    Hi All, I want to create my own components to use on my website, however I am not sure how to get the WINSOCK OCX component into my class module.. Any idea's? I'm sure everyone has run into the problem one time or another. Thanks, Gorkem.
  17. Gorkem

    Hello all, I want to build my ow

    Hello all, I want to build my own components to use with my website, however, I am not sure how to include the WINSOCK OCX component into my class module. Can someone put me in the right direction? I've been searching ALLLLL day.. :( Thanks, Gorkem.
  18. Gorkem

    VBS FILE UPLOAD

    Well I was put into a situation where I could not use a File Upload component, so I had to come up with a way to process and save files using VBScript. Following is my code.. feel free to use it.. Stores all <% '----------------------------------------------' ' VBS FILEUPLOAD ' By...
  19. Gorkem

    HELP!! ASP Pages caching

    I have an ASP page that I had updated, however it is being cached somewhere and I can't seem to find out where. I have cleared all my cache in my browser, even tried other machines which have NEVER been to the site with same results. I put the following code into the new page but it did not...
  20. Gorkem

    HELP!! ASP Pages caching

    I have an ASP page that I had updated, however it is being cached somewhere and I can't seem to find out where. I have cleared all my cache in my browser, even tried other machines which have NEVER been to the site with same results. I put the following code into the new page but it did not...

Part and Inventory Search

Back
Top