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 strongm 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: *

  1. talon121a

    Key value pair problem (C#) asp.net

    I have the following Code that reads from a Dictionary and gets binded to a repeater;How do I call the "string" not the ID (key) of the item being called in another repeater? ie. When a user selects a checkbox, I want it to populate a second repeater with a name... I figure using the...
  2. talon121a

    Prerequisite Installation

    From what I hear, you may want to check the NTFS permissions. --- perhaps your web users have alot of power.. --- Do these users login a domain? Perhaps when they cancel out of the authentication box it just uses their NTFS credentials. -------- Jason Burton Leximedia,LLC. jab@leximedia.net...
  3. talon121a

    Question about Sockets in .net

    Any idea perhaps to dump the bytes into a readable response.write ? -------- Jason Burton Leximedia,LLC. jab@leximedia.net Donate toward Katrina Efforts! -- http://s1.amazon.com/exec/varzea/ts/my-pay-page/PELYGQVJ8Q7IB
  4. talon121a

    Question about Sockets in .net

    I tried using ControlChars.CrLf As well., I tried monitoring the application a bit carefully, determining if what i type gets thru.. They do infact get thru. The commands are being sent appropriately (ie. the enters.) The problem now seems to be..The response from the server to browser...
  5. talon121a

    Flushing ARP Cache

    Also a note on the URL, You may also try going to dos., In XP: (Start > Run > cmd) Typing: netsh interface ip delete arpcache -------- Jason Burton Leximedia,LLC. jab@leximedia.net Donate toward Katrina Efforts! -- http://s1.amazon.com/exec/varzea/ts/my-pay-page/PELYGQVJ8Q7IB
  6. talon121a

    ip routing issue with 4 subnets, accessing shared subnet

    Great post Bob, Its also very dependant on the interface's.. On which direction the 'routing' goes.. Topology info would be great.. ;-) -------- Jason Burton Leximedia,LLC. jab@leximedia.net Donate toward Katrina Efforts! -- http://s1.amazon.com/exec/varzea/ts/my-pay-page/PELYGQVJ8Q7IB
  7. talon121a

    Using RDC From Work To Home

    Setup NAT with your router. And make sure port 3389 TCP inbound to that NAT'd ip address is correct. :) If unsure, check your routers manual. Or contact technical support at your internet provider. they may be able to help you. -------- Jason Burton Leximedia,LLC. jab@leximedia.net Donate...
  8. talon121a

    Question about Sockets in .net

    yea, which im lost with.. Why isnt it returning the output correctly... Perhaps its not a carriage return or perhaps its interpreting it wrong???? Its not returning the multiple lines. Ie. the help response. But yet, I can very easily telnet from that same ip, and type help and get a full...
  9. talon121a

    Forms Authentication Not working for more than 2 seconds..

    Problem is.. Ive enabled forms auth.. web.config piece <authentication mode="Forms"> <forms name="WFC1" loginUrl="default.aspx" timeout="120" > </forms> </authentication> <authorization> <deny users="?"></deny> </authorization> The login...
  10. talon121a

    Question about Sockets in .net

    Also [TS] is the only line i seen that the socket received. Usually is followed by multiple lines.. ie. a help command.. ---- forgot to add. -------- Jason Burton Leximedia,LLC. jab@leximedia.net (im confident with my spam fighting solution)
  11. talon121a

    Question about Sockets in .net

    No: 1 Timestamp: 2:12:22:250 MAC source address: 00:E0:18:F1:42:EC MAC dest address: 00:C0:9F:08:6C:5D Frame type: IP Protocol: TCP->AUDIO-ACTIVMAIL Source IP address: 10.1.1.19 Dest IP address: 10.1.1.1 Source port: 1397...
  12. talon121a

    Question about Sockets in .net

    Thanks, put straight you want me to use a sniffer. I'll sniff the socket locally to see whats being sent.. I manage the network (IT manager) so no problems there. :) Thanks! I'll post my results. Jason -------- Jason Burton Leximedia,LLC. jab@leximedia.net (im confident with my spam...
  13. talon121a

    Question about Sockets in .net

    I tried Still didnt work.. Any ideas? -------- Jason Burton Leximedia,LLC. jab@leximedia.net (im confident with my spam fighting solution)
  14. talon121a

    Question about Sockets in .net

    Having problems with the following code.. Not able to send enters or other characters like that. ie. Send string (slogin username password<enter>) Its a telnet session, any ideas on how to send the Enter? Perhaps programatically... ie. how to send via code. -------- Jason Burton...
  15. talon121a

    Unsure on XML/ASP.net project

    yea, Im aware it exists. But do you know of any method, I can run to import the data... I have the file downloaded now, just tryin to figure out how to convert the XML data to SQL data. --- I decided to use wget. Then just schedule it.. -------- Jason Burton Leximedia,LLC. jab@leximedia.net...
  16. talon121a

    Unsure on XML/ASP.net project

    Are you aware of an SQL 2000 method? ie. a job I can run? Ive decided to use wget. to get the xml, Now Im tryin to figure out how to import the XML into table format (sql). (the particular node..) XML source: http://www.virtualatc.net:8080/xml -------- Jason Burton Leximedia,LLC...
  17. talon121a

    Unsure on XML/ASP.net project

    Ok this is what im tryin to accomplish.. Can someone help me with a process I should develop?? Im not sure how to efficiently make this app. 1. Need to obtain remote XML data (ie. from a website/file.xml) 2. Have it update an SQL db, when it changes. ie. When it detects a file change, itll...
  18. talon121a

    Add realtime spam protection to your Exchange 2003

    Hi, The RBL "Blacklisted" Posts get denied. (550 response.) You may wish to use SMTP Logging solutions ie. An SQL Stored Procedure that goes through the SMTP Logging table and gets only 550 responses to determine what legit or spam email is being blocked. I do this to determine who's being...
  19. talon121a

    Software to track internet installed apps

    IS there any applications ie. When a user downloads a customized app (Im not sure If I have to do it manually .. ie. create an exe wrapper than reports to a website when used..) I want a solution that'll allow me to control application usage. ie. an exe I dont want everyone using.. But still...
  20. talon121a

    Add realtime spam protection to your Exchange 2003

    Wow thanks guys for such great replies! This helps a great many rid spam.. --- -------- Jason Burton Leximedia,LLC. jab@leximedia.net (im confident with my spam fighting solution)

Part and Inventory Search

Back
Top