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 gkittelson 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: ASPVB
  • Order by date
  1. ASPVB

    what is JavaScript correct syntax in my case?

    OK ! here is my .aspx form: it is listBox =itemsfor choose,checkBox =add to cart,listBox=choosen items and submit button : <%@ Page Language=&quot;vb&quot; AutoEventWireup=&quot;false&quot; Codebehind=&quot;WebForm1.aspx.vb&quot; Inherits=&quot;testASPNet2.WebForm1&quot;%> <!DOCTYPE HTML PUBLIC...
  2. ASPVB

    what is JavaScript correct syntax in my case?

    Yes it was very intresting! I write down , JS work fine but now page does not submitet at all! Is there something else ? Thanks a lot !
  3. ASPVB

    what is JavaScript correct syntax in my case?

    Hi there! Does somebody know how to do next: Ok ! I have webForm with couple Web-Controls (evrething runat=server).I wish on click (on checkBox) form would not be sended to server but will exequte JavaScript function to disable rest of controls (exept checkBox itself) right on Client-side ! I...
  4. ASPVB

    Where to declare JavaScript ?

    You are genius , men ! Why yuo are & where are you live ? May be it will be easy to meet with you & take couple private lessons - I'll have a lot question ? Thanks , it work !
  5. ASPVB

    Where to declare JavaScript ?

    Hi LV ! Glad to hear you! Thanks for helping me before ,now it is work easy becouse it is full version of .NET ! All right : I want confurm client-side after successful exion action delete/update db . Like I did in VID Thanks.
  6. ASPVB

    Where to declare JavaScript ?

    Hi there! Does somebody can advise me ? Well I want to send to client message (by: <script ...>alert(....);</script>) I tryed to do next steps : 1)Response.Write(&quot;<script language=javascript>alert('blah .. blah');</script>&quot;) 2)If Not...
  7. ASPVB

    JavaScript Server Side ?!?!?!?

    Hi LV ! Men thanks for cooperation ! Your advise was help me a lot !!!!!!! Thanks again
  8. ASPVB

    JavaScript Server Side ?!?!?!?

    O now it's make sence ! You are working in Visual Studio.Net and I'm from in 1-st beta version , I even do not have debbager !!! I see errors when I run .aspx page from IIS/right_click/browse !! I have to install whole .NET Thanks LV !!!!!!!!!!!!!!!!!!
  9. ASPVB

    JavaScript Server Side ?!?!?!?

    O my God ! It funny ! now it change for : BC30095: A 'Select Case' must be paired with an 'End Select'.
  10. ASPVB

    JavaScript Server Side ?!?!?!?

    NO ! does not help ! It killing me !
  11. ASPVB

    JavaScript Server Side ?!?!?!?

    Hi LV ! Thanks for care !!! It is appear by compilation when at least on of the next rows exsist : pScript = &quot;<script language=javascript>window.open('hm_DB_to_XML_006.aspx');</script>&quot; if not Page.IsClientScriptBlockRegistered(&quot;doPopup&quot;)...
  12. ASPVB

    JavaScript Server Side ?!?!?!?

    No Men ! It still same error ...
  13. ASPVB

    JavaScript Server Side ?!?!?!?

    Hi gays ! Do sombody know why I get error : BC30081: Block 'If' is missing an 'End If' I fill it is becouse I try to send to brows. Client-Script like I did in VID . If so how can I write ClientScript from server ? Or what is wrong ? here is my piece of code ...
  14. ASPVB

    Win 2000 : The Network location cannot be reached ??

    Well , Friends ! I'll explain myself : I write little program in VB which at the end should access all available dravers (local & network).Becouse I have W. 2000 Server I wish to Map one of my local dravers to become Network Drive ( I saw one my frend did it in same conditions like me : not...
  15. ASPVB

    Win 2000 : The Network location cannot be reached ??

    Thanks Rickgerdes ! You know ,it shame to ask, but how to check is there DNS service on it on not ?
  16. ASPVB

    Win 2000 : The Network location cannot be reached ??

    Hi gays ! I have Windows 2000 Server and when I try to Map Network drive (offline) -> I get error: &quot;The Network location cannot be reached !&quot; in fact it is done clear and without errors when I connected to Internet ! Does somebody can help me!? Thanks .....
  17. ASPVB

    How to get value of Collate checkBox when CommonDialog disapear ?

    Hi ! Does somebody know how to get value of Collate checkBox when CommonDialog disapear to VB code !? Thanks a lot !!!!!!!!!!!!!!!!
  18. ASPVB

    How can I send to print. one of many page (Text file)

    Hi vb5prgrmr ! It will help me 100% !!! Thank you !!!!!
  19. ASPVB

    How can I send to print. one of many page (Text file)

    Hi! No , I do not displaying this text in a textbox or richtextbox and not going to read it ! The only thing I wish : to have ability to print ONLY selected page/s (in CommonDialog1.ShowPrinter ) ..... Thanks!

Part and Inventory Search

Back
Top