User Profile

Collapse

Profile Sidebar

Collapse
Vini171285
Vini171285
Last Activity: Jun 28 '08, 06:43 AM
Joined: Apr 10 '08
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Vini171285
    replied to Problem with CInt
    Issues with CInt

    Hi,

    This is an example :

    Code: ( text )
    f1.asp:-
    Code:
    <%@language=VBScript%>
    <% option explicit %>
    <!--#include virtual="/adovbs.inc"-->
    <HTML>
    <BODY>
    <Form method=post action="f2.asp">
    Select Country:
    <%
    Dim objConn
    Set objConn=Server.CreateObject("ADODB.Connection")
    ...
    See more | Go to post

    Leave a comment:


  • Vini171285
    replied to Problem with CInt
    Hi,

    This is an example :
    Code:
    f1.asp:-
    <%@language=VBScript%>
    <% option explicit %>
    <!--#include virtual="/adovbs.inc"-->
    <HTML>
    <BODY>
    <Form method=post action="f2.asp">
    Select Country:
    <%
    Dim objConn
    Set objConn=Server.CreateObject("ADODB.Connection")
    objConn.Connectionstring="DSN=indent.dsn;uid=indent;pwd=indent"
    ...
    See more | Go to post

    Leave a comment:


  • Vini171285
    replied to Problem with CInt
    Hi,

    We have used CInt at too many places in our program.
    But as you said,while we are using CInt..still the value can be null.
    But if we remove CInt from our line of code..we are not able to regain the values.,when we refresh the page or move from 1st page to previous page the value is lost..So we are forced to use CInt
    But it is not necessary that all the fields should contain some value,it can be null...but as...
    See more | Go to post

    Leave a comment:


  • Vini171285
    started a topic Problem with CInt

    Problem with CInt

    Hi,

    We are facing too much problem with the use of CInt.
    We have two pages where we are calling the same function for two list boxes,
    so here..the function works well with first page & shows

    Error Type:
    Microsoft VBScript runtime (0x800A000D)
    Type mismatch: 'CInt'
    /Indent1/list2.asp, line 979

    This is the error that we get when the same function is called on the second...
    See more | Go to post

  • Vini171285
    replied to Moving to Pages
    Hi,
    Yes i have tried this also..
    Thanx..
    See more | Go to post

    Leave a comment:


  • Vini171285
    replied to Moving to Pages
    Hi Dr B,
    Actually i am having three list boxes named desc1,desc2,des c3.
    If desc1 is selected then it should go to second page..
    If desc2 is selected then it should go to third page..
    If desc3 is selected then it should go to fifth page..
    It is not necessary that if first is left blank,then it should go to third page..
    If first list box is blank it should check the next list box and should go to the respective...
    See more | Go to post

    Leave a comment:


  • Vini171285
    started a topic Moving to Pages

    Moving to Pages

    Hi,
    This is my code
    Code:
    If (Request.Form("desc1")<>"") Then
    	Response.Redirect "SecondPage.asp"
    End If
    If (Request.Form("desc3")<>"") Then
    	Response.Redirect "ThirdPage.asp"
    End If
    I have a ASP page, in that there are 3 options.
    If i leave the first option blank it should move to third page.....
    See more | Go to post

  • Vini171285
    replied to Timed Out Error in Oracle.
    Hi,
    We have not set any value for Session Timeout.
    and can you please tell where to check the sqlnet log..
    and what this sqlnet log is??
    Thanx..
    See more | Go to post

    Leave a comment:


  • Vini171285
    replied to Timed Out Error in Oracle.
    Hi,

    Error Type:
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC driver for Oracle][Oracle]ORA-12535: TNS:operation timed out
    /indent1/FirstPage.asp, line 347

    This is the error :timed out
    Please Help

    Thanx !!
    See more | Go to post

    Leave a comment:


  • How to use Session for Dynamic Link List Box ?

    Hi,

    We are using 2 Dynamic Link List Box in our first Page,depending on the change of our first list box the second list box is decided...Now after selecting when we move from first Page to second Page & then again come back to the first Page,the selected value in the first list box remains as it is,but the value in the second list box is lost..
    We have used Session variables....

    Thanx in Advance !!
    See more | Go to post

  • Vini171285
    replied to How to add values in table
    Hi DrBunchman
    I have done the validation and the code is working..
    Thanks
    See more | Go to post

    Leave a comment:


  • Vini171285
    replied to How to add values in table
    Hi DrBunchman,

    The code you gave is working..the addition of textboxes is right,but if we leave any one text box as blank i.e no value then we get no answer i.e we just get NaN as output...also until & unless we dont enter all the 3 values it gives total as NaN....

    Thanx !!
    See more | Go to post

    Leave a comment:


  • Vini171285
    started a topic How to add values in table

    How to add values in table

    Hi..
    This is my code..
    Actually i want to add values in this table..
    Values are being added but suppose i change a value in a text box that value is added to total..
    i.e. if num1=100,num2=1 00,num3=100 then total comes 300..
    Now if i change num2=200(suppos e),then total comes 500 instead of 400...
    Can someone where the problem is??

    Code:
    <%@language="VBScript"%>
    <% option
    ...
    See more | Go to post

  • Hi,

    Actually both the code were working..but we used

    Code:
    <input type='text' name='custname' size='50' readonly="readonly" value='<%=Session("custname")%>'>
    Thanx!
    See more | Go to post

    Leave a comment:


  • Vini171285
    replied to ToolTip For List & Text Box
    Hi,

    Is a Tool-Tip & Pop-Up the same??
    Actually we placed a pop-up box for a text box...but when we scroll our screen the pop-up box gets misplaced...
    We hav a pop up for a text box,first that textbox is placed at center,then the pop up appears at correct position ,,
    But suppose we move down and that textbox comes at top of page,then also the pop up appears at the center of the page...
    i.e. the pop up...
    See more | Go to post

    Leave a comment:


  • The Code is Working..
    Thanx..
    See more | Go to post

    Leave a comment:


  • Hi, Bunchman
    Code on 1st Page:

    Code:
    <tr>
    	<td>
    	Customer's Name:
    	</td>
    	<td><input type=text name=custname size=50 value=<%=Session("custname")%>></td>
    	</tr>
    Code on 2nd Page
    Code:
    <input type=text name=custname size=50 readonly="readonly" value=<% Response.Write Session("custname")%>>
    ...
    See more | Go to post

    Leave a comment:


  • Vini171285
    started a topic Problem passing spaces in Session Variable

    Problem passing spaces in Session Variable

    Hi,

    I am doing a project in ASP.., in which i m including Customers name..I m asked to store customers name in Session variable..& then i m including customers name in the next page..i.e passing the customer name from 1st page to second page..But watever customer name i write...the entire name is not written to the next page...but only the name till space
    e.g if i write name as::
    Xyz Pqr
    It print only Xyz to...
    See more | Go to post

  • Vini171285
    started a topic ToolTip For List & Text Box

    ToolTip For List & Text Box

    Hi,

    Can Some1 tell us...how to put Tool tip for Text Box & List Box ..

    Thanx in Advance !!
    See more | Go to post

  • Vini171285
    started a topic Timed Out Error in Oracle.

    Timed Out Error in Oracle.

    Hi,
    In my project,i have created a database in Oracle..
    but the problem is ,now it is showing Timed Out Error..
    Can anyone tell exactly what the problem is??
    and how it can be solved??
    Also when this error occurs programs doesnt't run and i cant even open the database..
    Should i have to create the database again??
    Thanx..
    See more | Go to post
No activity results to display
Show More
Working...