Click here to Skip to main content
16,007,760 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Issues in Word Automation Pin
ToddHileHoffer5-Apr-07 4:33
ToddHileHoffer5-Apr-07 4:33 
GeneralRe: Issues in Word Automation Pin
Sankara Narayana8-Apr-07 20:46
Sankara Narayana8-Apr-07 20:46 
QuestionASP.NET (Validation) Pin
dipendra09045-Apr-07 3:44
dipendra09045-Apr-07 3:44 
AnswerRe: ASP.NET (Validation) Pin
Not Active5-Apr-07 3:51
mentorNot Active5-Apr-07 3:51 
QuestionASP.NET (Validation) Pin
dipendra09045-Apr-07 3:43
dipendra09045-Apr-07 3:43 
AnswerRe: ASP.NET (Validation) Pin
Not Active5-Apr-07 3:53
mentorNot Active5-Apr-07 3:53 
AnswerRe: ASP.NET (Validation) Pin
Kunal P5-Apr-07 4:26
Kunal P5-Apr-07 4:26 
Questionwebparts in asp.net Pin
NidhiKanu5-Apr-07 3:21
professionalNidhiKanu5-Apr-07 3:21 
I write this code in webpart.aspx and add this file to my project:
<div >
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
<table runat ="server" >
<tr >
<td>
<asp:WebPartZone ID="WebPartZone5" runat ="server" >
<ZoneTemplate >
<asp:Calendar ID="Calendar1" runat="server" Title="Time & Date" BackColor="White" BorderColor="#3366CC" BorderWidth="1px" CellPadding="1" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt" ForeColor="#003399" Height="200px" Width="220px">
<TodayDayStyle BackColor="#99CCCC" ForeColor="White" />
<SelectedDayStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<OtherMonthDayStyle ForeColor="#999999" />
<TitleStyle BackColor="#003399" BorderColor="#3366CC" BorderWidth="1px" Font-Bold="True"
Font-Size="10pt" ForeColor="#CCCCFF" Height="25px" />
<NextPrevStyle Font-Size="8pt" ForeColor="#CCCCFF" />
<SelectorStyle BackColor="#99CCCC" ForeColor="#336666" />
<WeekendDayStyle BackColor="#CCCCFF" />
<DayHeaderStyle BackColor="#99CCCC" ForeColor="#336666" Height="1px" />
</asp:Calendar>

</ZoneTemplate>
</asp:WebPartZone></td> </div>

But this gives one problem at runtime i.e how to retain the webpart control, once closed by mistake? (at runtime).
I am not able to view the webpart once i closed it on runtime.
Another problem is that I am using vs2005 but I am not able to find webpartpagemenu control in web parts in toolbox

pls help
AnswerRe: webparts in asp.net Pin
Not Active5-Apr-07 3:26
mentorNot Active5-Apr-07 3:26 
QuestionAjax & ASP.Net 1.1 ? Pin
digsy_5-Apr-07 3:07
digsy_5-Apr-07 3:07 
AnswerRe: Ajax & ASP.Net 1.1 ? Pin
Not Active5-Apr-07 3:23
mentorNot Active5-Apr-07 3:23 
GeneralRe: Ajax & ASP.Net 1.1 ? Pin
digsy_5-Apr-07 3:35
digsy_5-Apr-07 3:35 
QuestionPage load to display the gridview Pin
Oga M5-Apr-07 3:04
Oga M5-Apr-07 3:04 
AnswerRe: Page load to display the gridview Pin
Not Active5-Apr-07 3:20
mentorNot Active5-Apr-07 3:20 
AnswerRe: Page load to display the gridview Pin
ToddHileHoffer5-Apr-07 3:35
ToddHileHoffer5-Apr-07 3:35 
QuestionPlease help me with this code Pin
Oga M5-Apr-07 2:58
Oga M5-Apr-07 2:58 
AnswerRe: Please help me with this code Pin
Not Active5-Apr-07 3:05
mentorNot Active5-Apr-07 3:05 
GeneralRe: Please help me with this code Pin
Oga M5-Apr-07 3:20
Oga M5-Apr-07 3:20 
GeneralRe: Please help me with this code Pin
Not Active5-Apr-07 3:28
mentorNot Active5-Apr-07 3:28 
GeneralRe: Please help me with this code Pin
Oga M5-Apr-07 3:51
Oga M5-Apr-07 3:51 
GeneralRe: Please help me with this code [modified] Pin
Not Active5-Apr-07 4:08
mentorNot Active5-Apr-07 4:08 
GeneralRe: Please help me with this code Pin
Oga M5-Apr-07 4:19
Oga M5-Apr-07 4:19 
GeneralRe: Please help me with this code Pin
Not Active5-Apr-07 4:43
mentorNot Active5-Apr-07 4:43 
GeneralRe: Please help me with this code Pin
Oga M5-Apr-07 5:06
Oga M5-Apr-07 5:06 
GeneralRe: Please help me with this code Pin
Not Active5-Apr-07 5:12
mentorNot Active5-Apr-07 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.