Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 6 views
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 [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 4 views
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??
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 2 views
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 [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 0 views
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"> [...]