Search

You searched for the word(s): userid:878872

Matching Posts

  • On Blur compute and display

    Hi, i am making an asp.net website with vb.net backhand. i have 3 textboxes.tx1 , tx2, tx3 i want to do such that when the when the user onblur tx2 . it should compute tx1 + tx2 and should display in tx3 . can anyone tell me how to do this? Regards.
    Posted to Web Forms (Forum) by sva0008 on 11/2/2009
  • Masterpage Design

    HI , I want to create masterpage.master for my asp.net website something like this. http://4.bp.blogspot.com/_cHY4hF9JVtw/SuCMwpy7nzI/AAAAAAAAApw/7wPV3_im-Ng/s1600-h/img1.jpg and i am pretty new to asp.net developement can anyone help me with this please. Regards
  • on click move to other page and pass value of variable

    Hi , i have a page called Main.aspx and other page called report.aspx i have a button on Main.aspx called "Go". i want to write a vb.net code such that when the user click "Go" button the user should go to report.aspx page and i also want to pass the valuve of varible ProductId to next page. can anyone help me with this . Regards
    Posted to Web Forms (Forum) by sva0008 on 10/21/2009
  • working with record sets.

    Hi , i am new to vb.net can anyone help me how to use recordset in vb.net. Basically this is the asp code and i want to do this in vb.net. sql = " select * from product " rs.open sql, conn while not rs.eof do productname = rs("ProductName") Id = rs ("productId") rs.Movenext loop Regards
    Posted to Migrating from ASP to ASP.NET (Forum) by sva0008 on 10/20/2009
  • Re: working with google maps

    i alredy have this line of code in . <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> </script> </head> <body onload="initialize()"> <form id="form1"
    Posted to Component Discussions (Forum) by sva0008 on 10/19/2009
  • Re: working with google maps

    hey what if in the above example i want to get all the latitude and longitude from the database. eg: select latitude, longitude from latlongtable where start = '1' basically i want to replace the above lat long which is hardcoded to values from database. Regards
    Posted to Component Discussions (Forum) by sva0008 on 10/19/2009
  • Re: working with google maps

    Thanks for the reply, But i am using the above code and it does not display any map the page is blank. Can you please help me with this.
    Posted to Component Discussions (Forum) by sva0008 on 10/16/2009
  • working with google maps

    HI, I have a website where i need to track the product on the website there is a view button . whenever the user click view i want him to pop up the google map with the flow of product : eg : if the product have 4 entries of lat and long. 33.043997,-96.835985 32.882615,-96.764317 32.882182,-97.039661 27.976891,-82.533377 when the user click View button a google map should pop up with above latitude and longitude. basically i have this code <html> <head> <meta name="viewport"
    Posted to Component Discussions (Forum) by sva0008 on 10/15/2009
  • How to generate data on basis of user input.

    I want to create a page in asp.net website . it has to have one text box . the user enter the productcode in the textbox and click on search . when the user click search i want to display all the information about that product from product table. productcode productname color design. Regards
    Posted to Web Forms (Forum) by sva0008 on 9/30/2009
  • Re: How to generate data on basis of user input.

    No i have a query : select * from productTable where productcode = 'userinput' i want to know how to create a page where i can take user input and display the result on the basis of user input. Thanks
    Posted to Web Forms (Forum) by sva0008 on 9/30/2009
Page 1 of 3 (23 items) 1 2 3 Next >