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 1127 points

Sheena W

Favorite Answers12%
Answers24
  • Unable to create a server for sql 2008?

    I have installed sql server 2008 on to a windows pc that is running windows vista home. When I go to run sql and connect to the server I am unable to connect. I have installed a later version of sql server and the same problem persists, if any one has any idea as to what could be the cause of this I would appreciate the help.

    1 AnswerSoftware9 years ago
  • What is my face shape?

    I am trying to figure out what shape my face is. The profile picture is of me could you have a look to see what you think it is round, square, oval, heart.

    Thanks :)

    1 AnswerOther - Beauty & Style9 years ago
  • What hair cut should I get?

    I Young Girl of 24 and want a new look for spring and I need some help on deciding what kind of hair cut will suit me. I have Fine thin straight long hair, and a round face. I was thinking of getting bangs of some sort but on all the other occasion that I had them it was disastrous. Right now I have long flat boring hair that just emphasize the roundness of my face. One thing that I would not do is go for a pixie cut just not me any help or suggestion would be greatly appreciated.

    1 AnswerHair1 decade ago
  • One Web service VS Many?

    I Have a Business logic Layer that I now need to convert to either one web service or many web services.The original Business logic layer consisted of many cs files for different section of a website. These cs file then also references other cs file within the same project. Now that I need to convert the Business Logic layer I was wondering if it would be better if I combine all the cs file into one file or if they should still be separate services. Then the next problem is that if I keep the services separately can I reference the necessary method from other web service in the same project?

    1 AnswerProgramming & Design1 decade ago
  • What color are my eyes?

    I am trying to figure out the exact color of my eye so that I can get make up that suits it better. The image is of my eye so have a look and let me know.

    7 AnswersMakeup1 decade ago
  • Web Application and C# problems?

    I have a database that I have restored on my laptop to my local server of sql server 2005. I have a web application that had a connection to a live server and now once I have changed the connection string to that of local database connections string when I run the application I get an internal server error, and it looks like the web application is unable to connect to the database. I don't seem to have a problem when I am connecting to the sql database on it own.

    3 AnswersProgramming & Design1 decade ago
  • How can I update a xml file?

    I have an xml file and I would just like to update one value in the file how can I do this using c#?

    2 AnswersProgramming & Design1 decade ago
  • Crystal reports and connection string?

    I have created a crystal reports with the connection string that has been set by the wizard. I now want to be able to change this at runtime and almost bypass the user having to input the database password before they can see the report. I have tried doing this with the code but when the website run and the report is loaded it still prompts the user to input the password for the database. How can I get passed this?

    4 AnswersSoftware1 decade ago
  • Problems with crystal report generation time?

    I have a crystal report that I am creating from a database. I am using the sql command to populate a cross table that I am using to then generate a line graph. The report does tend to take longer than 5 min to generate and some times the data times out before any results can be displayed. Is there any way to speed up the crystal report generation time.

    1 AnswerProgramming & Design1 decade ago
  • Close Corporation Information?

    I am trying to get information on a close corporation but don't know what it is that I will beable to get on the company. There are a few details about the company that I would like to check out. Is there any way for me to get information on this company like the credit History, how valid their annual return how long they have been around and if the have a good reputation and stuff like that.

    1 AnswerCorporations1 decade ago
  • how to get remainder with c#?

    I need to be able to keep track of how many page are left to be viewed to a certain control. I cannot use the controls paging options as this does not go with the mock ups for the site my problem no comes with working out the total number of pages left. I have the total number of items from the database(23) and the total number of items that can be displayed per page(10) how can I work out from this that there will be 3 pages using c#. How can i check if there is a remainder to a division I know in vb.net that there is the mod method but what can i use in c# to something similar. I would like to end up with the following being displayed on the page: Page 1of 12

    2 AnswersProgramming & Design1 decade ago
  • PDF Download and code problems?

    I have created a method in my web application that will allow the user to download a pdf file from the site. The dialog open but when the you then try to download the file there seems to be nothing there. I don't know why the file is not downloading properly.

    1 AnswerSoftware1 decade ago
  • How to remove non alphabetic character?

    How can I remove a non alphabetic character from a word with c#. (eg. Word!!) I want to be able to remove the Exclamation marks from the word so that I am left with just alphanumeric characters.

    1 AnswerProgramming & Design1 decade ago
  • 1 Website 2 Different servers = Problems?

    I have a website that has been uploaded to 2 different servers they also use 2 different sql databases.My problem now comes that the one page is not working on the one server but is working on the other. What the page does:

    The page gets data from the database and uses the same queries but when the on loads up it does not seem to be getting data from the database to bind to the controls on the page. I have no idea what the problem could be any help or ideas would be appreciated.

    1 AnswerProgramming & Design1 decade ago
  • How to exclude a value from sql table ?

    I have a table called messages that stored all a email messages details. I want to filter the result that need to be displayed to the user. My Problem now comes when I would like to exclude certain values. I know what the one message title starts with and would like to exclude this how can I do this in a sql stored proc.

    Example: if messageTitle strats with 'friend activity' then don't display.

    3 AnswersProgramming & Design1 decade ago
  • How to set the value for a checkboxlist with c# ?

    I have a checkboxList that i am adding data to from with in a loop how can I add the value to the list item after i have set the text. I can't bind a datatable to the control because I am getting text from 2 different columns and even then I can't style the control the way that I would like. Is there any way to do this any help will be appreciated thanks.

    2 AnswersProgramming & Design1 decade ago
  • Setting a limited amount of items selected on a checkBoxList?

    I have a checkListbox that I am filling with data the a user will be able to select 3 values from and then continue with the program. Is there any way to set the maximum number of options that a user can select from the checkboxs list on the actual control, or is there an easy way to do this with code(preferably without javascript and in c#)

    1 AnswerProgramming & Design1 decade ago
  • How to set the css of a hyperlink in a dataList ?

    I have a datalist that I am using to store a list of hyperlinks.The items for the data list gets added dynamically when the web page is loaded. My problem now come to setting the text color of the HyperLink. How can i set the colour of the Hyper link that is located in the datalist. I know how to set the background color of the datalist Item but this is not what I need to do. This also has to be dynamic because this will change depending on certain conditions that need to be met. Thanks in advance:)

    1 AnswerProgramming & Design1 decade ago
  • How to get to a control in a datalist with c# and asp.net?

    I have a datalist on a page that is getting populated with values when the page gets loaded up. i have chosen to fill the datalist item with a hyperlink. I want to now set the style of the link when it loads. How can I do this? I need to be able to set the css of the link that is in the Datalist as an item.

    2 AnswersProgramming & Design1 decade ago
  • Styling a label after its created with asp.net and c#?

    I have a data list that I am using to display all the titles of a users inbox, I have a specific style format the I have to follow from the client they would like that when a message has not been read that the title be displayed as purple, but when they are read they have to be displayed as gray. I have no problem setting the Colour to the one but How can I set the colour of the item to be the other colour?

    1 AnswerProgramming & Design1 decade ago