|
thank you..
c# coding:
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
string s;
s = Convert.ToString(Session["Adminname"]);
if (s.ToString() != "")
{
WebPartManager1.DisplayMode = WebPartManager.EditDisplayMode;
//WebPartManager1.DisplayMode = WebPartManager.EditDisplayMode;
WebPartZone1.HeaderText = " ";
WebPartZone2.HeaderText = " ";
}
}
protected void Page_Prerender(object sender, EventArgs e)
{
if (WebPartManager1.SelectedWebPart != null)
{
Hidden1.Value = WebPartManager1.SelectedWebPart.ID;
}
}
}
design:
]]>
]]>
]]>
<title>Untitled Page
function MoveEditorPart()
{
if(document.getElementById('EditorZone1')!= null)
{
var control = document.getElementById('Hidden1').value;
var oTr = document.getElementById('WebPart_'+control).insertRow(1);
var oTd = oTr.insertCell();
oTd.appendChild(document.getElementById('EditorZone1'));
}
}
<asp:webpartmanager id="WebPartManager1" runat="server">
<asp:webpartzone width="440px" id="WebPartZone1" runat="server" bordercolor="#FF8080">
BorderStyle="NotSet" BorderWidth="" Font-Names="Verdana" Padding="6" PartChromeType="TitleAndBorder"
WebPartVerbRenderMode="TitleBar" ShowTitleIcons="False" EmptyZoneText="">
<partchromestyle backcolor="#F7F6F3" bordercolor="#FF8080" font-names="Verdana" forecolor="White">
BorderWidth="1px" />
<closeverb visible="False">
<minimizeverb visible="true">
<menulabelhoverstyle forecolor="#E2DED6">
<emptyzonetextstyle font-size="0.8em">
<menulabelstyle forecolor="White">
<menuverbhoverstyle backcolor="#F7F6F3" bordercolor="#CCCCCC" borderstyle="Solid">
BorderWidth="1px" ForeColor="#333333" />
<headerstyle font-size="0.7em" forecolor="#CCCCCC" horizontalalign="Center">
<zonetemplate>
<uc1:welcomeusercontrol id="WelcomeUserControl1" runat="server">
<menuverbstyle bordercolor="#5D7B9D" borderstyle="Solid" borderwidth="1px" forecolor="White">
<partstyle font-size="0.8em" forecolor="#333333">
<titlebarverbstyle font-size="0.6em" font-underline="False" forecolor="White">
<menupopupstyle backcolor="#5D7B9D" bordercolor="#CCCCCC" borderwidth="1px" font-names="Verdana">
Font-Size="0.6em" />
<parttitlestyle backcolor="#5D7B9D" font-bold="True" font-size="0.8em" forecolor="White">
| <asp:webpartzone width="440px" id="WebPartZone2" runat="server" bordercolor="#FF8080">
BorderStyle="NotSet" BorderWidth="" Font-Names="Verdana" Padding="6" PartChromeType="TitleAndBorder"
WebPartVerbRenderMode="TitleBar" ShowTitleIcons="False" EmptyZoneText="">
<partchromestyle backcolor="#F7F6F3" bordercolor="#FF8080" font-names="Verdana" forecolor="White">
BorderWidth="1px" />
<closeverb visible="False">
<minimizeverb visible="true">
<menulabelhoverstyle forecolor="#E2DED6">
<emptyzonetextstyle font-size="0.8em">
<menulabelstyle forecolor="White">
<menuverbhoverstyle backcolor="#F7F6F3" bordercolor="#CCCCCC" borderstyle="Solid">
BorderWidth="1px" ForeColor="#333333" />
<headerstyle font-size="0.7em" forecolor="#CCCCCC" horizontalalign="Center">
<zonetemplate>
<uc2:webusercontrol id="WebUserControl1" runat="server">
<menuverbstyle bordercolor="#5D7B9D" borderstyle="Solid" borderwidth="1px" forecolor="White">
<partstyle font-size="0.8em" forecolor="#333333">
<titlebarverbstyle font-size="0.6em" font-underline="False" forecolor="White">
<menupopupstyle backcolor="#5D7B9D" bordercolor="#CCCCCC" borderwidth="1px" font-names="Verdana">
Font-Size="0.6em" />
<parttitlestyle backcolor="#5D7B9D" font-bold="True" font-size="0.8em" forecolor="White">
|
<asp:editorzone id="EditorZone1" runat="server" backcolor="#FFFBD6" bordercolor="#CCCCCC">
BorderWidth="1px" Font-Names="Verdana" Padding="6" ForeColor="Black" Font-Size="10pt">
<headerstyle backcolor="#FFCC66" font-bold="True" font-size="0.8em" forecolor="#333333">
<labelstyle font-size="0.8em" forecolor="#333333">
<headerverbstyle font-bold="False" font-size="0.8em" font-underline="False" forecolor="#333333">
<partchromestyle bordercolor="#FFCC66" borderstyle="Solid" borderwidth="1px">
<partstyle bordercolor="#FFFBD6" borderwidth="5px">
<footerstyle backcolor="#FFCC66" horizontalalign="Right">
<edituistyle font-names="Verdana" font-size="0.8em" forecolor="#333333">
<instructiontextstyle font-size="0.8em" forecolor="#333333">
<errorstyle font-size="0.8em">
<verbstyle font-names="Verdana" font-size="0.8em" forecolor="#333333">
<emptyzonetextstyle font-size="0.8em" forecolor="#333333">
<parttitlestyle font-bold="True" font-size="0.8em" forecolor="#333333">
i am using webusercontrol if i write webconfig code error on this page.so help me...
|
|
|
|
|
sorry I havent got much experience of any of these tags before.
try these places as they have people who have had the same error
http://forums.asp.net/p/1043371/1457747.aspx
http://geekswithblogs.net/chrishan/archive/2005/07/20/47799.aspx
http://www.oreillynet.com/cs/user/view/cs_msg/72000
|
|
|
|
|
i used wizard control in aspx page in visualstudio2005 c# that has defualt next and previuse button , i want disable it . can i?
|
|
|
|
|
Do you mean youve created two buttons and want to disbale them? if so asp:button enable=false
or do you mean the button is set as the default control on the page?
if so change the default button in the form tag
|
|
|
|
|
secend part is my mean. i think i should use javascript and i can not acsses the button. wizard control is a control in visualstudio2005 web form, it hase button i want disable it.
|
|
|
|
|
What do you mean
ptvce wrote: i think i should use javascript
Can you post your code please
Plus check that the default button isnt set in the form tag
|
|
|
|
|
Is there any control in VB.Net 2005 which can work like Java scripts(client side). I want to integrate the Calendar control which i want it should run on the client side instead of resending the information to the server again.
Thanks in advance.
Sekhar
|
|
|
|
|
You could use ajax, all other .net controls post back to server as the controls are controlled by server side code
I think ajax has a calendar control
|
|
|
|
|
|
please use google and stop being lazy
|
|
|
|
|
|
http://www.google.co.uk/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=amortization+calculator+asp.net&spell=1
|
|
|
|
|
i'm using visual studio 2008 and try to follow a tutorial using asp.net, when i try to make new connection and choose sql server and then i put server name, next when try to connect database, i want to choose northwind but the list is nothing, then i've download sql server northwind database and attach that database, when i push the button try connection an error occur, and it said default setting sql server does not allow remote connection. (Provider: named piped provider, error:40 - could not open connection to sql server)
anyone can help me why this happen and how to solve it..
thanks in advance.
|
|
|
|
|
Ive had that problem when I tried to connect from out side local network to a sql server in a private network.
Where are you downloading the database to?
Have you got your own sql server?
|
|
|
|
|
You need to get on the SQL Server and run the Surface Area Configuration tool. One of the tabs has the option for Local or Remote connections, as well as Named Pipes or TCP or both.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
|
|
|
|
|
iam having a html table where iam placing some controls now how can i add one more dynamically to the existing table using vb.net
|
|
|
|
|
By making it a server control ( runat="server" ) or doing it in javascript on the client.
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
|
OK, then give your table an id so you can use getElementById, then you create and add rows from there. I'm sure there are in depth examples if you google them, they will be tested, anything I type in here will be less reliable than that.
Any of these[^] are probably good.
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
|
i am using webpartmanager.
i write code,
WebPartManager1.DisplayMode = WebPartManager.EditDisplayMode;
it display a error--->
The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.
Parameter name: value
how to slove the problem.
web config
*************
<configuration>
<appsettings>
<add key="ConnectionString" value="Data Source=Afxisi-05;initial catalog=ss;uid=sa;pwd=sa">
<system.web>
<compilation defaultlanguage="c#" debug="true">
<customerrors mode="Off">
<authentication mode="None">
<authorization>
<allow users="*">
<trace enabled="false" requestlimit="10" pageoutput="false" tracemode="SortByTime" localonly="true">
<sessionstate mode="InProc" stateconnectionstring="tcpip=127.0.0.1:42424" sqlconnectionstring="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="900">
<globalization requestencoding="utf-8" responseencoding="utf-8">
|
|
|
|
|
i need a sample code to rotate the image using ajax animation exteneder.
|
|
|
|
|
I don't believe that HTML can rotate images. I suspect you need to use flash or silverlight, or have a sequence of rotated images you move through. You certainly don't want to use AJAX, although a lot of controls in the AJAX library are really just J controls ( javascript, not asyncronous calls at all )
Christian Graus
Please read this if you don't understand the answer I've given you
"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
|
|
|
|
|
Hi,
i have one grid view which contains 3 Template columns.
These three columns contains labels in Item template
First two columsn contains text boxes and third column contain fileupload control in edit mode.
In Edit mode, when i upload file(.pdf) up to 3 MB, the application is working fine.
If i upload 5MB file, then click on update button, in browser it displaying that 'The Page Cannot be displayed'.
Why it is happening ? how to rectify this ? How can upload the file with large size?
G. Satish
|
|
|
|
|
Answered more than 1000 times. Why don't you do a search before putting it here ? With the default settings, ASP.NET permits only to upload files with 4MB size. You need to set maxRequestLength in the web.config. Check this KB[^]
|
|
|
|