User Profile

Collapse

Profile Sidebar

Collapse
gm000
gm000
Last Activity: Dec 10 '10, 08:20 PM
Joined: Nov 10 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gm000
    started a topic css and javascript

    css and javascript

    hi

    please click this link (http://www.dhtmlgoodie s.com/scripts/slidedown-menu2/slidedown-menu2.html)
    there is a slide menu.
    i am trying to use this slidedown menu code in my application
    the code page (http://www.dhtmlgoodie s.com/index.html?whic hScript=slidedo wn_menu2)

    above first url is demo page.In this page "submenu" item did not work.for example

    the sub menu items did...
    See more | Go to post

  • gm000
    started a topic Server Error in '/' Application.

    Server Error in '/' Application.

    hi
    below is my code its working fine in my local system.but its give this error on webhost

    please solve this error

    my code is------------------------------------------------
    Code:
    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
            If FileUpload1.HasFile Then
    
                FileUpload1.SaveAs(System.IO.Path.Combine(Server.MapPath("~\\upload"),
    ...
    See more | Go to post
    Last edited by Niheel; Sep 27 '10, 02:17 AM.

  • how to change the multiple textboxs value with a dropdown selection

    I have a table which have 10 fields and populated with data bond but i want to change/update the data of one column with one selection of select input.

    Let me know logic and if available anycode

    that's the textbox

    Code:
    <%if printview="" then%><input name="<%=txtDiscName%>"  autocomplete=off tabindex="2" type="text" id="headDisc" value="<%=Round((rs("Price")-rs("TPrice"))/rs("Price")*100,0)%>"
    ...
    See more | Go to post
    Last edited by Niheel; Jun 2 '10, 01:17 AM. Reason: merge question details and also fixed grammar, punctuation

  • gm000
    started a topic hot to insert cvs file in sql

    hot to insert cvs file in sql

    hi
    i m trying to insert .csv file in ms sqlserver but its not working


    my cvs file data formate below is


    Code:
    "12.204.8.120","12.204.8.151","214698104","214698135","VI","Virgin Islands, U.S."
    "12.204.8.152","12.204.8.159","214698136","214698143","PR","Puerto 
    
    Rico"
    ...
    See more | Go to post
    Last edited by Frinavale; May 18 '10, 07:37 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • gm000
    replied to this does't work in firefox
    there is no error wroking well but not onlclick event work in firefox.

    here is complelte code of my page.suggest me solution for firefox

    Code:
    <% if not session("username") = "OK" then response.redirect "../login.asp" %>
    <!--#include virtual="admin/cnn.asp" -->
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    ...
    See more | Go to post
    Last edited by Dormilich; May 11 '10, 06:21 AM. Reason: added [code] tags, cutting unnecessary code

    Leave a comment:


  • gm000
    started a topic this does't work in firefox

    this does't work in firefox

    hi
    i m working in asp classic. The below code works in internet explorere but does't work in firefox. pleas help me

    Code:
    function DisplayMe(e)
    {
    //document.getElementById("CompName").value == 
    //alert(e.id);
    var elTableRow = document.getElementById(e.id);
    var elTableCells = elTableRow.getElementsByTagName("td");
    
    if (document.all) {
    document.getElementById("CompName").value=elTableCells[1].innerText;
    ...
    See more | Go to post
    Last edited by Dormilich; May 10 '10, 01:43 PM. Reason: Please use [code] tags when posting code

  • thanks

    thanks for guiding its working
    See more | Go to post

    Leave a comment:


  • gm000
    started a topic How to store only imagefile name in database table

    How to store only imagefile name in database table

    hi
    i m using radiobuttonlist with images like this
    Code:
    <asp:RadioButtonList ID="rbtnthumb1"   runat="server">
        <asp:ListItem  Value ="News_icon.jpg"> 
            <img src="http://bytes.com/images/News_icon.jpg" alt="News" align="absmiddle"> 
            News
        </asp:ListItem>
        <asp:ListItem  Value ="imageicon.bmp">
    ...
    See more | Go to post
    Last edited by Frinavale; Nov 11 '09, 07:31 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags and indented the code for legibility.

  • gm000
    replied to sql query
    hi
    still i have a confusion i m using this query in asp.vb page now i have
    Dim strsearch As String
    strsearch = txtsearch1.Text
    i want to search records form mytable with the value of strsearch
    strsearch is input valule for search a record form mytable
    please guide me about this

    dadsubmit = New SqlDataAdapter( "SELECT AuthorId, UrlUserName, Urlid, UrlAddress, ChooseMedia,...
    See more | Go to post

    Leave a comment:


  • gm000
    started a topic sql query

    sql query

    hi
    thanks for your reply i was very helpful for me regarding this i have a problem which is this

    i m using this query it works
    SELECT AuthorId, UrlUserName, Urlid, UrlAddress, ChooseMedia, Title, Description, ChooseThumbnail , ChooseTopic, Datetime,
    (SELECT COUNT(CommentId ) AS Expr1
    FROM CommentTable
    ...
    See more | Go to post

  • gm000
    started a topic sql query

    sql query

    i have two tables one submittable and 2nd commenttabe
    submittabls has field
    Code:
    ID
    URLID
    URLADDRESS
    USERNAME
    DATETIME
    2nd table(commentta ble)
    Code:
    URLID
    COMMENTID
    TEXT
    Now i want single query which show submittable records and count commentid form commenttable.

    Please help me.
    See more | Go to post
    Last edited by Atli; Nov 10 '09, 11:15 AM. Reason: Fixed the formatting.
No activity results to display
Show More
Working...