hi this is mahesh.i had run mac by using vmware workstation 7.0 in my windows pc.i installed mac 10.4.8 os succesfully.but i cant able to install mac10.6.2 version.it shows an error that "invalid front-side bus frequency 66000000 hz,disabling cpu".please help me to solve this and suggest any link to easily understand how to install mac 0s 10.6.2…
I upgraded my outlook 2007 to 2010. Everything was smooth, but realised later that, some of the archeive folders are missing.
But, When I did a search on my archeive for a mail(exists in missing folder), it is able to show the mail in the search results. It is also showing the missing folder name in the search results.
Please let me know why…
Hi,
I upgraded my outlook 2007 to 2010. Everything was smooth, but realised later that, some of the archeive folders are missing.
But, When I did a search on my archeive for a mail(exists in missing folder), it is able to show the mail in the search results. It is also showing the missing folder name in the search results.
Please let me…
hi this is mahesh.i had run mac by using vmware workstation 7.0 in my windows pc.i installed mac 10.4.8 os succesfully.but i cant able to install mac10.6.2 version.it shows an error that "invalid front-side bus frequency 66000000 hz,disabling cpu".please help me to solve this and suggest any link to easily understand how to install mac 0s…
Hi,
I have a table like below:
EmployeeId
EmployeeName
RequestId
RequestName
EmployeeId
RequestId
I need to a to assign requests in a sequential fashion(those who has mininum number of requests).
Can I know how to get employee who has minimum requests using linq???
Thanks,
Mahesh
Hi,
I was puzzled with one of the question in Microsoft interview which is as given below:
A function should accept a range( 3 - 21 ) and it should print all the consecutive numbers combination's to form each number as given below:
3=1+2
5=2+3
6=1+2+3
7=3+4
9=4+5
10=1+2+3+4
11=5+6
13=6+7
15=1+2+3+4+5
17=7+8
19=8+9
21=10+11…
Hello All,
I have a string as follows - MFMFMF
now i want to change this string to FMFMFM how to do this , help needed pls
i had tried
select replace(replace('mfmfmf','M','F'),'F','M')
this gives me result - MMMMMM
which i donot what
i want the output to be FMFMFM
Need your help
D.Mahesh
Hello all , Can any one please give me the query to get the child name and his grand fathers name For eg - if i have a table Relationships in the i have childid and fatherid columns so how will i get the grandfather,
i can easily get the father name by using a join but for grandfather i need to do joins 2 times so can any one…
Hi,
I would like to put a clock on my webpage which should show time and a timer for a particular interval.
Could you please suggest me some open source javascript to do that??
I tried unsuccessfully searching web for flash one's.
Please help.
Thanks,
Mahesh
Hi,
I am in a problem because of the character set.
My client sent me a Oracle database 10g. And when i am going to run the scripts on that database it is giving me error that character set mismatch.
I am not an Oracle expert.
Can anyone please let me know What should i do?
Thanks,
Mahesh.
Hi,
I have a telerik grid which is performing operations like searching,sorting,filtering etc. To make customers happy, we put this control in an ajax panel for seamless experience.
Now, we added a new functionality to the grid where the customer can download the entire row information as a csv file. As the response is a…
Hi,
I have a data structure which is as given below:
class File
{
public string Value { get; set; }
public File[] Dependencies { get; set; }
public bool Change { get; private set; }
public File(string value,File[] dependencies)
{
Value = value;
Dependencies =…
Hi,
I am developing a web application in which I am suddenly facing an issue. I have a webpage which contains many controls, one of the control is JQuery color picker. Now, I am upgrading my system with telerik controls. As part of this process, I replaced textbox(txtcolor) with radcolorpicker with a different…
Hi,
I am using Oracle10g.
One of my tables contain column of type NCLOB. I want to change the column's data by query or by the use of the SQL Developer.
But i don't know, it is not allowing me to update the value.
1)Can anyone please help me why this is happening?
2)Or should i use some other datatypes in…
Hi all,
I have seen the below link which is of getting started mapreduce with python
http://code.google.com/p/appengine-mapreduce/wiki/GettingStartedInPython
But still I am not able to understand how its working. I am executing below code but not able to understand what exactly is happening?
…
Hi,
I am new to NHibernate and need some information regarding the internal working of the engine:
I have a table called Student and the design is as follows:
RollNo
Name
City
Postcode
and there are 5 more columns like this. I have School class and mappings associated with it.
I am…
Hi,
I have a website using asp.net mvc in which I need to embed a flash file in view. I am unable to set the relative path for the flash file. Given below is the code I am using:
AC_FL_RunContent(
'codebase',…
Hi
I am developing a web application which has form based authentication. All pages needs to be authenticated except AboutUs and ContactUs pages.
I configured everything correct except AboutUs and ContactUs…
I have created as WCF service and hosted in IIS . This service is calling from another web application. When I am trying to debug the service calling event in the web application, the Just-in-Time debugger is…
Hi, I have a problem usint httpWebRequest httpWebResponse. The problem is am trying to fetch data from a website which contains loads of text regarding some documents and articles which are inside the flash.…
I have released an app (World Time) with initial database. Now i want to update the app with a database upgrade.
I have put in the upgrade code in OnUpgrade() and checking for the newVersion. But it was not…
Hi,
I am developing contactus webpage which have a input field called Email. It is validated against a required field validator and regular expression validator with appropriate messages.
Required: Enter…
Hi,
I have a table defnition as given below:
License
ClientId
Type
Total
Used
ClientId and Type together uniquely identifies a row. I have a mapping file as given below:
<hibernate-mapping…