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 TouchToneTommy 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 Mang007

  1. Mang007

    Socket in ASP.Net

    Thx you very much!!! This is very helpfull...
  2. Mang007

    Socket in ASP.Net

    Hello Everybody!!! I want to make a socket in my ASP.Net application, I can create the socket and connect it with the remote host, but how can I send data and how do I know that there're data to read ??? Thx!!! D.
  3. Mang007

    Display a MsgBox in ASP.Net

    Hi!!! Is Javascript or VBscript the only way to display a message box in ASP.Net or is there another solution ?? Thx!!! Mang :-D
  4. Mang007

    New browser window & passing parameters...

    I found another solution : I was using a WebForms button, so all the code behind was on the server. I just change the button to a simple HTML button and it works!!! Thank you for your helpful advices!!
  5. Mang007

    New browser window & passing parameters...

    Ok!!!! Thank you!! But I still have one problem Here is the function I use to open the window and the call to it : <script language=&quot;JScript&quot;> function newWin(url) { window.open(url) } </script> <asp:button id=&quot;btnSelectUsr&quot; runat=&quot;server&quot...
  6. Mang007

    New browser window &amp; passing parameters...

    Hi!!! I want to open a page in a new window, the problem is I need to pass some parameters to the new page... I'd already try a javascript function but it doesn't work... Thank you verry much...
  7. Mang007

    timeout problem, again.

    Hy!!! I had the same problem... I solve it using the CommandTimeout of the connection object. If you set it to 0 then it's infinite! Hope it will help you!! Mang
  8. Mang007

    Crystal Report viewer and ASP Net

    Hi!!! I use the CrystalReportViewer in ASP Net. The report I want to display retrieve data from an SQL Server by OleDB connection. When I try to display the page, an error occured : &quot;Failed to open a rows set&quot; Had someone some idea ?? Thank you very much!!!

Part and Inventory Search

Back
Top