Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2423 points

usman

Favorite Answers30%
Answers30
  • deploying ASP web with MS ACCESS db?

    trouble in Access database link at web hosting

    hello , i am uploading my ASP web on webhosting panel

    the project name is test1 ,

    MS access DB name is db.mdb

    when i went to create the ms access database on my hosting it asked for these fields

    DSN name temp -405

    database useer id "text box"

    database passwprd "textbox"

    DBQ (Database Path) ftproot \db.mdb

    it gave me this

    ODBC Connection String for this DSN would be :

    "DSN=temp-405;Uid=;Pwd=;"

    now what should i do in next step ?

    what should i have to in web.config?

    what should i need to do in my grid view or page code?

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona...

    <html xmlns="http://www.w3.org/1999/xhtml%22%3E

    <head runat="server">

    <title></title>

    </head>

    <body>

    <form id="form1" runat="server">

    <div>

    <asp:GridView ID="GridView1" runat="server" AllowPaging="True"

    AutoGenerateColumns="False" DataKeyNames="jid" DataSourceID="temp-405">

    <Columns>

    <asp:BoundField DataField="jid" HeaderText="jid" ReadOnly="True"

    SortExpression="jid" />

    <asp:BoundField DataField="job_name" HeaderText="job_name"

    SortExpression="job_name" />

    <asp:BoundField DataField="short_description" HeaderText="short_description"

    SortExpression="short_description" />

    <asp:BoundField DataField="long_description" HeaderText="long_description"

    SortExpression="long_description" />

    <asp:BoundField DataField="quantity" HeaderText="quantity"

    SortExpression="quantity" />

    <asp:BoundField DataField="qualification" HeaderText="qualification"

    SortExpression="qualification" />

    </Columns>

    </asp:GridView>

    <asp:AccessDataSource ID="temp-405" runat="server" DataFile="~/App_Data/db.mdb"

    SelectCommand="SELECT * FROM [job]"></asp:AccessDataSource>

    </div>

    2 AnswersProgramming & Design1 decade ago
  • improving life of labtop battery?

    i bought a new labtop and i want to ask some questions regarding labtop battery life

    1)when battery is 100% charged then whats the good thing unplug it or let it remained plugged in even after 100 % charged

    2) should i charge it first to 100% and then unplug it to discharge it to 5 % ?

    3)any other suggestions for improving battery life?

    3 AnswersLaptops & Notebooks1 decade ago
  • links of authentic computer networks programming help?

    hellow all

    i want to know about the authentic sources for help in computer networks related help

    my main concern is related to computer netowrks programming

    please post the links of most authentic sources over the inter net

    thanks

  • debugging C/C++ code in unix?

    i am well aware of using unix and unix platforms,but while programming the only issue comes is that how to debug

    Please post the link where the tool for debugging in unix present the procedure and how it actually works

    thanks

    1 AnswerComputer Networking1 decade ago
  • where to find monarch fx creator,trial version or with keygen?

    i need monarch fx creator

    i want trial version or with keygen .

    i tried myself alot but failed kindly post the link for this purpose

    1 AnswerSoftware1 decade ago
  • how can you help in ending this decision?

    http://www.formula1.com/news/headlines/2010/12/115...

    Please people tell the way to end up this decision because if that happened ,this sports will become very less popular

    F1 is all about the power and extremes .

    how can we record our protest againt this decision ?

    5 AnswersFormula One1 decade ago
  • permission denied message even when i am running it by root in ubuntu?

    i have made a sniffer code (very simple code in C) it compiled successfully and i had the sniffer.o file as well

    i am logged by root ,but even then it is giving me message of access denied whenever i tried ./sniffer.o

    i will pick your answer correct as soon as my .o started executing

    2 AnswersComputer Networking1 decade ago
  • what is the best driver team combination?

    Schumacher Ferrari ?

    Senna Maclaren ?

    Lewis Maclaren ?

    5 AnswersFormula One1 decade ago
  • What you people think Vettel has traits of Schumacher or Senna?and WHY?

    i think no one had overtaken vettel in the whole season.

    regards

    usman

    http://sparksol.wordpress.com/

    5 AnswersFormula One1 decade ago
  • application to translate web pages automatically in Mozilla Firefox browser?

    please post the link by which i can download the app for firefox which itself translate pages to my selected language

    same as in chrome browser

    i dnt wana use chrome

    2 AnswersSoftware1 decade ago
  • software by which i can see all the activities of other PCs in network?

    hello

    i am using windows XP and all other PCs in my home network are also using windows XP (connected by D-link switch or router)

    i want to know about a software by which i can see the desktop of other PCs in the network and also can make changing in them

    kindly please name them or better will be if you send me the links to download them

    thanks

    2 AnswersComputer Networking1 decade ago
  • where i can find latest formula 1 videos ?

    on you tube the latest videos are from the cell fones of fans

    they are just 2 3 min in length

    please i want to see the latest f1 videos on the internet .

    for example after Singapore event occurred i want to see its videos after 2 days

    2 AnswersFormula One1 decade ago
  • how to work with user defined class and its functions in java?

    34 abc = in.readLine();

    35 System.out.println("\n\nUser entered -> " + abc);

    36 van a = null;

    37 a.setChassis_number(abc);

    38 System.out.println("\n\nUser entered -> " + abc);

    the valuse is not assigning to the string abc

    the programme compiles welll but throws exception at line 37

    as

    run:

    hello world

    hello

    User entered -> hello

    Exception in thread "main" java.lang.NullPointerException

    at assign3.Main.main(Main.java:37)

    Java Result: 1

    BUILD SUCCESSFUL (total time: 5 seconds)

    3 AnswersProgramming & Design1 decade ago
  • i want to run a simple java code in net beans 6.9.1?

    when i run hellow world it compiles corrrect and gives no error

    but when i test it ,it doesnt open console or any thing to print out line

    same is that with my input code .

    please tell me all the steps to run and test it exectly the same as we run console application in .net

    thanks

    2 AnswersProgramming & Design1 decade ago
  • how to export data from asp to excel?

    backe end :: sql server 2008

    asp version 3.5

    language C#

    wana export data from my grid views which are data binded to the excel file

    1 AnswerProgramming & Design1 decade ago