User Profile

Collapse

Profile Sidebar

Collapse
ilayacute
ilayacute
Last Activity: Sep 11 '08, 03:52 AM
Joined: Aug 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ilayacute
    replied to Need a scroll button
    try 'overflow' properties in css it will helps u right?

    accept pain......
    ilaya
    See more | Go to post

    Leave a comment:


  • ilayacute
    replied to cookies and session
    help in session and cookies

    hi everyone i have issue with cookies. i'm using cookies variable for identifying the user.but the issue is the page does not work or get the user information in first time but i 'refresh' page, it works properly? can any one help me?
    See more | Go to post
    Last edited by jhardman; Aug 26 '08, 02:40 PM. Reason: merged threads. Please do not double-post your question

    Leave a comment:


  • ilayacute
    replied to cookies and session
    cookies and session

    hi everyone i have issue with cookies. i'm using cookies variable for identifying the user.but the issue is the page does not work or get the user information in first time but i 'refresh' page, it works properly? can any one help m e?
    See more | Go to post

    Leave a comment:


  • ilayacute
    started a topic cookies and session

    cookies and session

    hi everyone still i have confusion with session and cookies.can any one please clarify the difference b/w cookies and session and what is the main use of session an cookies?
    See more | Go to post

  • ilayacute
    replied to ajax file upload
    not yet but i have to learn something.....i t was my eager thats why i asked...
    See more | Go to post

    Leave a comment:


  • ilayacute
    replied to ajax file upload
    thanks for your advice....welco me...
    See more | Go to post

    Leave a comment:


  • ilayacute
    replied to asp pagination help
    thanks for clue sorry for asking again i want link only 'name' that is field(1)
    i tried the following but it will create link to all the records in the table.please


    Code:
    <%
    iRecordsShown = 0
    	Do While iRecordsShown < iPageSize And Not rs.EOF
    		Response.Write vbTab & "<tr>" & vbCrLf
    		For I = 0 To rs.Fields.Count - 1
    		    Response.Write vbTab & vbTab &
    ...
    See more | Go to post
    Last edited by DrBunchman; Aug 19 '08, 02:16 PM. Reason: Added [Code] Tags - Please use the '#' button

    Leave a comment:


  • ilayacute
    replied to ajax file upload
    thank u but i want code in asp please
    See more | Go to post

    Leave a comment:


  • ilayacute
    replied to ajax file upload
    ajax file upload

    hi,
    i want to upload files to server using sql, asp or sql, ajax.i searched some of the script and i couldn't use the script to my application. please can any one suggest me the link or simple script for file upload? im a learner so i dont know what i do? also give some tips for learning links....thank u
    See more | Go to post

    Leave a comment:


  • ilayacute
    replied to asp pagination help
    thank u for your response Dr.Bunchman.
    but i want to add link to all records in the name field.....ie in the following code

    Code:
    iRecordsShown = 0
    	Do While iRecordsShown < iPageSize And Not rs.EOF
    		Response.Write vbTab & "<tr>" & vbCrLf
    		For I = 0 To rs.Fields.Count - 1
    		    Response.Write vbTab & vbTab & "<td>"
    		    Response.Write rs.Fields(I)
    ...
    See more | Go to post
    Last edited by DrBunchman; Aug 19 '08, 11:36 AM. Reason: Added [Code] Tags - Please use the '#' button

    Leave a comment:


  • ilayacute
    started a topic ajax file upload

    ajax file upload

    hi i want to use file upload option using ajax im newer to ajax. can any one guide me to finish that work or post me the simple ajax file upload script for asp?i want to logic for, when i click the upload button, url of the file should be display on the same page? please guide me
    See more | Go to post

  • ilayacute
    started a topic asp pagination help

    asp pagination help

    hi im using below code for pagination. i want 1 help,when i click the name(link)it should go to editpage.asp.my question is how can i add links to names?
    Code:
    <%
    Option Explicit
    Const adOpenStatic   = 3
    Const adLockReadOnly = 1
    Const adCmdText      = &H0001
    Dim CONN_STRING
    CONN_STRING = "Driver={SQL Server};Server=.;Database=my_tables;uid=sa;pwd=travelzone"
    Dim iPageSize 'How big
    ...
    See more | Go to post
    Last edited by DrBunchman; Aug 19 '08, 06:54 AM. Reason: Added [Code] Tags - Please use the '#' button

  • ilayacute
    started a topic asp pagination

    asp pagination

    hi every one
    im new to asp can any one please give me the script for pagination in asp.
    i hav stored datas in sql data base and result should be in next next page that is 1 2 3 next>>
    See more | Go to post
No activity results to display
Show More
Working...