User Profile

Collapse

Profile Sidebar

Collapse
gudipati
gudipati
Last Activity: Nov 24 '07, 07:00 AM
Joined: Oct 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gudipati
    started a topic string+classic ASP

    string+classic ASP

    hi
    i am working on asp.somewhere i have to search button if i enter some string or word &click button it should check availability of sring or word with existing content(which i have id db ).if it exists it should show that content in one page

    how can i do?can u pl suggest me.if u can give with example it will be useful.
    See more | Go to post

  • gudipati
    started a topic classic ASP+HTMLAREA

    classic ASP+HTMLAREA

    hi

    can u pl gime me sample code for htmlarea in classic asp.

    i want to change my textarea to richtextbox.how can i do pl suggest me.
    See more | Go to post

  • gudipati
    started a topic read data from access &show in popup window

    read data from access &show in popup window

    hi

    i am working on classic asp.

    i have strucked here.

    i am reading data from database(ms-access) .
    what my doubt is how can i show that reading data into popup window.

    can u pl give me sample code.

    thanks
    See more | Go to post

  • gudipati
    started a topic Upload image+classic ASP

    Upload image+classic ASP

    hi

    i have one classic ASP application.i am uploading an image&storing in MS-access DB.what i want is when i upload images those images should sotre in a folder.can u pl give any sample code.pl it urgent.
    See more | Go to post

  • gudipati
    replied to upload image+javascript
    [hi

    client side uploading.pl try to solve soon

    thank u
    See more | Go to post

    Leave a comment:


  • gudipati
    replied to upload image+javascript
    upload+image

    hi

    i have to upload an image & i have place that browsed image in one folder.

    can u pl give me sample code.

    i am using classic ASP(active server page)

    thank u
    See more | Go to post

    Leave a comment:


  • gudipati
    replied to upload image+javascript
    classic ASP

    pl provide code...
    See more | Go to post

    Leave a comment:


  • gudipati
    replied to upload image+javascript
    hi i have to upload image &store in one folder.

    i am using Classic ASP active server page

    thank u
    See more | Go to post

    Leave a comment:


  • gudipati
    started a topic upload image+javascript

    upload image+javascript

    hi

    i have to upload image using input type="file" & also i have to store the browsed image into one folder(using mkdir).how can i write script for this .can u give me sample code.using mkdir(make directory)or any other method.
    See more | Go to post

  • how to retrieve data form access into textarea

    hi,i have one problem.actuall y we can retrieve data from access.
    what is my requirement is when i retrieve data from access i want to store in text areas.

    finely,we can store if they r textboxes using "value" attribute.see for sample

    <input type="text" name="lastName" maxlength="50" size="20" value="<% If (Request("visit ationID") <>...
    See more | Go to post

  • gudipati
    started a topic again! hello Mark

    again! hello Mark

    hi,

    i have tried what u said.but still i have the same prm.can u guess what i missed.
    if request.form("c urrent") = "on" then
    current = -1
    else
    current = 0
    end if

    in desing view i have set default value=0 format=on/off.pl give exact prm with my code.

    <input name="current" type="checkbox" id="current"...
    See more | Go to post

  • gudipati
    started a topic how to fill yes/no field ms-access

    how to fill yes/no field ms-access

    hi

    check box is giving me string trouble form every thing is fine.except check box every thing is storing in database.what r the needs to store checkbox field.in disign view i have taken the format---yes/no (insted of true/false,on/off)is there any need to set default value at design view.i think prm is with this regards pl kindly rectify me.

    my code::

    if current = "on" then
    current...
    See more | Go to post

  • gudipati
    started a topic Print+CSS

    Print+CSS

    hi to all

    how to use media="Print" in style sheets.pl give me some information on this egards.

    thank u
    See more | Go to post

  • gudipati
    started a topic CSS+Print

    CSS+Print

    hi to all

    can u give me any idea how to "PRINT" the Web page using Cascading Style Sheets(not javascripts).pl let me know.its really need for me.
    See more | Go to post

  • gudipati
    started a topic interview questions for .NET
    in .NET

    interview questions for .NET

    hi to all
    may i know which site is better to prepare interview for .net
    See more | Go to post

  • gudipati
    replied to insertion into database
    yes.i am using ms-access.can u pl tell me how to store yes/no field in database
    See more | Go to post

    Leave a comment:


  • gudipati
    replied to insertion into database
    hi i tried what u said.still i did't get.
    See more | Go to post

    Leave a comment:


  • gudipati
    started a topic insertion into database

    insertion into database

    hi i have one checkbox in the form if i check that it should be check in the database field.(in database yes/no field for ckeckbox).what is my problem is every thing is stored except checkbox field.
    can u pl correct me?
    this is my check box.*******
    <input name="current" type="checkbox" id="current" value="">

    this is insertion code******

    <%
    ...
    See more | Go to post

  • gudipati
    started a topic insertion into database

    insertion into database

    hi i have one checkbox in the form if i check that it should be check in the database field.(in database yes/no field for ckeckbox).what is my problem is every thing is stored except checkbox field.
    can u pl correct me?
    this is my check box.*******
    <input name="current" type="checkbox" id="current" value="">

    this is insertion code******
    [code=asp]
    <%...
    See more | Go to post
    Last edited by pbmods; Oct 25 '07, 01:04 PM. Reason: Added CODE tags

  • gudipati
    started a topic database

    database

    checkbox****

    <input name="current" value="current" type="checkbox" id="current" checked>
    code for insertion into database:

    <%

    If( (Request("SUBMI T") <> "") and(Request("SU BMIT") = "SUBMIT") ) Then
    set rstinsert = server.CreateOb ject("ADODB.Rec ordset")

    if...
    See more | Go to post
No activity results to display
Show More
Working...