<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="publishvcinfo.aspx.cs" Inherits="Capital.Web.publishvcinfo" %>
<%@ Register Src="Controls/userleftmenu.ascx" TagName="userleftmenu" TagPrefix="uc3" %>
<%@ Register Src="Controls/bottom.ascx" TagName="bottom" TagPrefix="uc5" %>
<%@ Register Src="Controls/searchbar.ascx" TagName="searchbar" TagPrefix="uc2" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="Controls/navlogin.ascx" TagName="navlogin" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www. >
<head runat="server">
<title>发布投资意向</title>
<link media="all" href="css/formstyle.css" type="text/css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="admin/js/formcheck.js"></script>
</head>
<body>
<form id="form1" runat="server">
<uc1:navlogin ID="Navlogin1" runat="server"></uc1:navlogin>
<uc2:searchbar ID="Searchbar1" runat="server"></uc2:searchbar>
<br />
<div style="width: 760px; height: 800px; margin-right: auto; margin-left: auto;">
<div style="float: left; display: block; overflow: visible;">
<uc3:userleftmenu ID="Userleftmenu1" runat="server" MemberType="机构投资者"></uc3:userleftmenu>
</div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div style="text-align:left; display:block;margin-left:20px;float:left;">
<table class="uptable" cellspacing="0" border="0" style="width: 585px">
<tr>
<td align="right" class="uptable-title" style="width: 125px">
<span style="font-size: 11pt; color: #ff0000">* </span>
标题</td>
<td>
<asp:TextBox ID="title" runat="server" Width="398px" CssClass="buttonstyle244"></asp:TextBox></td>
<td class="uptable-notice">
</td>
</tr>
<tr>
<td align="right" class="uptable-title bottomborder" style="width: 125px">
投资意向概述</td>
<td class="bottomborder">
<asp:TextBox ID="summary" runat="server" Height="160px" TextMode="MultiLine" Width="398px" CssClass="buttonstyle244"></asp:TextBox></td>
<td class="uptable-notice">
</td>
</tr>
<tr>
<td class="uptable-title" style="width: 125px" align="right">
<span style="font-size: 11pt; color: #ff0000"> </span>投资项目所在行业</td>
<td>
<table id="div2" cellspacing="0" cellpadding="3" width="100%" border="0">
<tr>
<td>
<asp:DropDownList ID="DropDownList1" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList2" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList3" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<cc1:CascadingDropDown ID="CascadingDropDown1" runat="server" Category="industry1"
LoadingText="正在加载..." PromptText="请选择" ServiceMethod="GetIndustryDropDownContents"
TargetControlID="DropDownList1" ServicePath="admin/WebService.asmx">
</cc1:CascadingDropDown>
<cc1:CascadingDropDown ID="CascadingDropDown2" runat="server" Category="industry2"
LoadingText="正在加载..." ParentControlID="DropDownList1" PromptText="请选择" ServiceMethod="GetIndustryDropDownContents"
ServicePath="admin/WebService.asmx" TargetControlID="DropDownList2">
</cc1:CascadingDropDown>
<cc1:CascadingDropDown ID="CascadingDropDown3" runat="server" Category="industry3"
LoadingText="正在加载..." ParentControlID="DropDownList2" PromptText="请选择" ServiceMethod="GetIndustryDropDownContents"
TargetControlID="DropDownList3" ServicePath="admin/WebService.asmx">
</cc1:CascadingDropDown>
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
<tr>
<td class="uptable-title bottomborder" style="width: 125px" align="right">
投资项目所在地区</td>
<td class="bottomborder">
<table id="TABLE1" cellspacing="0" cellpadding="3" width="100%" border="0">
<tr>
<td>
<asp:DropDownList ID="country" runat="server">
</asp:DropDownList><br />
<asp:DropDownList ID="DropDownList5" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList6" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<asp:DropDownList ID="DropDownList7" runat="server" Width="100px" CssClass="buttonstyle244">
</asp:DropDownList>
<cc1:CascadingDropDown ID="CascadingDropDown4" runat="server" Category="province"
LoadingText="正在加载..." PromptText="请选择" ServiceMethod="GetDropDownContents" TargetControlID="DropDownList5"
ServicePath="admin/WebService.asmx">
</cc1:CascadingDropDown>
<cc1:CascadingDropDown ID="CascadingDropDown5" runat="server" Category="city" LoadingText="正在加载..."
ParentControlID="DropDownList5" PromptText="请选择" ServiceMethod="GetDropDownContents"
ServicePath="admin/WebService.asmx" TargetControlID="DropDownList6">
</cc1:CascadingDropDown>
<cc1:CascadingDropDown ID="CascadingDropDown6" runat="server" Category="county" LoadingText="正在加载..."
ParentControlID="DropDownList6" PromptText="请选择" ServiceMethod="GetDropDownContents"
TargetControlID="DropDownList7" ServicePath="admin/WebService.asmx">
</cc1:CascadingDropDown>
</td>
</tr>
</table>
</td>
<td class="uptable-notice">
</td>
</tr>
<tr>
<td align="right" class="uptable-title" style="width: 125px">
投资周期</td>
<td>
<asp:RadioButtonList ID="timespan" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>3年以内</asp:ListItem>
<asp:ListItem>3-5年</asp:ListItem>
<asp:ListItem>5年以上</asp:ListItem>
</asp:RadioButtonList></td>
<td class="uptable-notice">
</td>
</tr>
<tr>
<td align="right" class="uptable-title" style="width: 125px">
<span style="font-size: 11pt; color: #ff0000">* </span>投资额度</td>
<td>
<asp:RadioButtonList ID="capitaloffer" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>50--500</asp:ListItem>
<asp:ListItem>500-8,000</asp:ListItem>
<asp:ListItem>8,000 -20,000</asp:ListItem>
<asp:ListItem>20,000以上</asp:ListItem>
</asp:RadioButtonList>(单位:万元人民币)</td>
<td class="uptable-notice">
</td>
</tr>
<tr>
<td class="uptable-title" style="width: 125px" align="right">
<span style="font-size: 11pt; color: #ff0000">* </span>
投资项目要求</td>
<td>
<asp:RadioButtonList ID="partnerdemmand" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>个人创业项目</asp:ListItem>
<asp:ListItem>初创期项目</asp:ListItem>
<asp:ListItem>发展期项目</asp:ListItem>
<asp:ListItem>扩张期项目</asp:ListItem>
<asp:ListItem>成熟期项目</asp:ListItem>
</asp:RadioButtonList></td>
<td class="uptable-notice">
</td>
</tr>
<tr>
<td class="uptable-title" style="width: 125px; height: 24px;" align="right">
投资方式</td>
<td style="height: 18px">
<asp:RadioButtonList ID="financingtype" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>债权融资</asp:ListItem>
<asp:ListItem>股权投资</asp:ListItem>
<asp:ListItem>夹层投资</asp:ListItem>
</asp:RadioButtonList></td>
<td class="uptable-notice" style="height: 24px">
</td>
</tr>
<tr>
<td align="right" class="rightborder bottomborder" style="width: 125px">
上传相关介绍文件</td>
<td class="bottomborder">
<asp:FileUpload ID="FileUpload2" runat="server" Width="328px" CssClass="" /><br />
(允许的格式:.txt
.doc .ppt .xls)</td>
<td class="uptable-notice" style="height: 26px">
</td>
</tr>
<tr>
<td align="right" class="uptable-title" style="width: 125px; height: 24px">
</td>
<td style="height: 18px">
<input type="submit" value="确 认 添 加" class="" name="submit" runat="server" id="Submit1"
onserverclick="Submit1_ServerClick"></td>
<td class="uptable-notice" style="height: 24px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
这是页面所有代码