Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Edited Issue: AjaxControlToolkit 15.1 Combobox VS2013 [27853]

$
0
0
Hello,

I am using the ComboBox from the Ajax Toolkit 15.1 in VS2013. However I get the following error:

__ComboBox - ComboBox1

There was an error rendering the control.
Value cannot be null. Parameter name: Stream
__

The comboBox does not render in design mode and when I try running it the dropdown appears outside of the textbox. Can anyone tell me what the problem is. Trioed changing the Render mode to Block , but this does not resolve the issue. Call ComboBox definition below. Appreciate if some could help with this error.

regards
Pat


__<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<cc1:ComboBox ID="ComboBox1" runat="server" RenderMode="Block">
</cc1:ComboBox>
</form>
</body>
</html>
__

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>