asp.net ²¿ÊðÊý¾Ý¿â¡¢¿ªÊ¼²Ëµ¥¡¢×ÀÃæ¿ì½Ý·½Ê½ÊµÀý
//²¿Êð×ÀÃæ¿ì½Ý·½Ê½*******************#region//²¿Êð×ÀÃæ¿ì½Ý·½Ê½*******************
StreamWriter sw2=System.IO.File.CreateText(Context.Parameters["des"].ToString()+"WebSetupTest.url");
stateSaver.Add("DeskQuick",Context.Parameters["des"].ToString()+"WebSetupTest.url"); //±£´æ×ÀÃæ¿ì½ë·½Ê½Îļþ¾ø¶ÔµØÖ·
//Context.Parameters["des"].ToString()ÊǶÔÓ¦µÄ×ÀÃæµØÖ·
string webdirs=Context.Parameters["webdir"].ToString();
//Context.Parameters["webdir"].ToString()¶ÔÓ¦µÄ·¾¶,ÔÚ°²×°ÏîÄ¿ÀïÃæ×÷Ϊ²ÎÊý´«Èë
string webdirsNew = webdirs.Substring(0,webdirs.Length-1);
webdirs = webdirsNew.Substring(webdirsNew.LastIndexOf(@"\")+1);
string Urls=@"URL=http://localhost/"+webdirs+@"/index.aspx";
sw2.WriteLine("[InternetShortcut]");
sw2.WriteLine(Urls);
sw2.WriteLine("modified=228928983");
sw2.WriteLine("IconIndex=0");
//sw2.WriteLine("IconFile="+webdirsNew+"\\Resources\\usa_folder_dialup.ico");
sw2.WriteLine("IconFile="+webdirsNew+"\\images\\usa_folder_dialup.ico");
sw2.Flush();
sw2.Close();
#endregion
²¿Êð¿ªÊ¼²Ëµ¥ ***************#region ²¿Êð¿ªÊ¼²Ëµ¥ ***************
string startMenue=Environment.GetFolderPath(Environment.SpecialFolder.StartMenu);
if(File.Exists(startMenue+"\\WebSetupTest.url"))
{
if(MessageBox.Show("¿ªÊ¼²Ëµ¥ÒѾ´æÔÚ,ÊÇ·ñÓи²¸ÇËü?","°²×°¿ªÊ¼²Ëµ¥",MessageBoxButtons.YesNo,MessageBoxIcon.Question,
MessageBoxDefaultButton.Button1) == DialogResult.Yes)
&n
Ïà¹ØÎĵµ£º
ÔÚgridviewÖÐ
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False">
<SelectedRowStyle BackColor="#CE5D5A" Font-Bold="True" ForeColor="White" />
<asp:TemplateField HeaderText="Remove">
&nbs ......
ASP.NET MVCºÍWebForm¸÷Óи÷µÄÓŵ㣬ÎÒÃÇ¿ÉÄÜÐèҪͬʱʹÓÃASP.NET MVCºÍWebForm¡£±¾ÎĽéÉÜÁËÈçºÎÔÚASP.NET MVCÏîÄ¿ÖÐʹÓÃWebForm¡£
Ê×ÏÈн¨Ò»¸öÃûΪWebFormsµÄÎļþ¼ÐÓÃÓÚ´æ·ÅWebForm£¬²¢Ìí¼ÓÒ»¸öWeb´°ÌåÎļþDemo.aspx×÷ΪÑÝʾ¡£
Demo.aspx¾Í¼òµ¥µÄÊä³öÒ»¾ä»°“It’s a WebForm.”
¹Ø¼ü²½ÖèÔÚÓÚ·ÓÉÉèÖá ......
aspxÒ³Ãæ´úÂ룺
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ENRepeater.aspx.cs" Inherits="ENRepeater" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" & ......
net 2.0ÖеÄпؼþReportViewer¿ÉÒÔ·½±ãµÄÖÆ×÷²¢ÏÔʾ±¨±í£¬µ«ÊÇËüûÓÐÖ±½ÓÖ§³ÖÔÚÍøÒ³ÖеĴòÓ¡¡£ÎÒÔÚ·ÖÎöÍøÒ³HTMLÔ´´úÂëµÄ»ù´¡ÉÏÕÒµ½ÁËÖ±½Ó´òÓ¡µÄ¾÷ÇÏ£¬ÏÈ×ö³ÉÒ»¸öº¯Êý£¬·½±ãÖ±½ÓʹÓá£
1.°üº¬ReportViewer±¨±íµÄÍøÒ³µÄ×îÖÕÐÎʽHTML DOM½á¹¹ÖУ¬±¨±í±»·Åµ½Ò»¸ö<iframe>ÖУ¬ÆäidÃüÃû·½Ê½Îª£º ......