HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question

I have been trying to install Visual Studio 2008 for two days now on a windows 7 machine.  The frustration level is now VERY HIGH.   I have managed to receive quite a number of Error 1935 bs messages.   
I have read all I can about it on the net.   I now currently have [...]

I  want to attach an autocompleteextender to a textbox which i want to connect to an employees database so that when i type for eg:" a"  it should show the names of all the employees beginning with "a" in the textbox…..how do i go about it??

When using the getXML() method of a dataset, I have noticed that every field in a column is null, the XML produced does not have any elements that correspond to the empty column.
EG.
table structure:

col1 : A value

col2 : NULL

col3 : ANother value
XML produced:

<col1>A value</col1>

<col3>ANother value</col3>

Is there an easy way to ensure that the null column [...]

I am using ASP.NET MVC for my application. I would like to get a menu popup with additional information about an item.

Here's an example:
<%For Each item In Model%>
    <p></p>          <%Html.Encode(item.Name)%>
    <p></p>
    <div id="popupmenu">        [...]

« Previous Question                            Next Question »

 Subscribe in a reader