Unable To Display The Webparts?
Feb 19, 2010
once have closed a webpart when i am running my application again it is not displaying the webparts...i have to place my code in to other webpart. to prevent from creating the webpart again an d again...
View 1 Replies
Similar Messages:
Apr 26, 2010
We have a generic site which we deploy to clients and they personalise the text using the web parts. The problem we are currently experiencing is that they are unable to move web-parts between zones. This is not a JS issue as no errors are being thrown and this is not a CSS issue either, as we re-deployed the website here on our own server and it works perfectly fine. On our client's site, we can drag parts around in the zone it is in, however when we try to move a part out of that zone, we are given a circle cursor with a line through it. Adding parts to a zone is not an issue.
This could perhaps be linked to a previous issue of being unable to view any editable parts of a webpart. I resolved this by removing all the WebPersonalization from the WebPersonalization table in our MSSQL database.
View 2 Replies
Mar 24, 2010
I am trying to create a webparts in .net 3.5 but in display mode its showing only browse not design.
my code is as follows,
this is ascx.cs page
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
[Code]....
View 5 Replies
Apr 19, 2010
I'm writing you because I can't display on Firefox the drag cursor for drag&dropping webparts. Is it possible to make this function available on Firefox?
View 1 Replies
Dec 9, 2010
I have a menu with several buttons. When i press the first button it sets the view to "visible". Then a textbox + a button appear wihout any problem. The problems lies where i wanne do the exact same thing for another button, the controls actually never show up. Both are in 2 seperate views within 1 multiview control.
The multiview is located in a content page, and everything is triggered by pressing on a button that is located in the MasterPage. In that button click event is a Response.Redirect that sends the page to the content page.
string a = Request.QueryString["a"];
string b = Request.QueryString["b"];
if (a != "")
{
if (a == "addA")
{
MultiviewQuestions.SetActiveView(viewAddA);
}
}
if (b != "")
{
if (b == "addB")
{
MultiviewQuestions.SetActiveView(viewAddB);
}
}
View 1 Replies
Jun 22, 2010
I have 2 panels and one modalPopUpExtender-
<
asp:Button
runat="server"
i m showing modalpopupextender explicitly based on my requirement.
protected
void
OkButton_Click(object[code]...
but sometimes it is working and sometimes it is not working means it is not displaying modalpopupextender.
View 2 Replies
Oct 14, 2010
I try to use a reportviewer for a localreport. The page ran without error but the ReportViewer didn't display, not even the control itself. To verify I did get the data from the SQL server, I bind the same datatable to a gridview on the same page at the same time. The gridview displays the data without any problem and the reportviewer is just a blank area.
View 2 Replies
Sep 15, 2010
I want to use a multiline label but as the control is brouser dependent,even on setting the height width and wrap property of the label control i am unable to display a multiline text...It doesn't support every brouser in the same way...
View 1 Replies
May 5, 2010
In my appliction I have 4 tabs. Ex- HOME,ABOUT US,LAYOUT,CONTACT US. these tabs are in tabcontainer. Using Seadragon I have created the image(LAYOUT).Image is displaying only when I set the Activetabindex to LAYOUT. Otherwise it is not displaying the image.
View 2 Replies
Dec 29, 2010
I am stuck at displying image on crystal report. On my crystal report taken blob field and assigning it Byte[] getting from database. I know i am following the correct approach as given on various forums but still not bale to disply image on crystal report.
View 4 Replies
Apr 9, 2010
I have a Collapsable panel which I have placed inside another panel.
When this renders I can see the title panel, but the content panel does not appear at all. When I look at this content through Firebug it's greyed out. However if I then look at the CSS for this generated Div I can make the panel appear one of two ways:
Disable the setting "overflow-y: hidden" and then the panel displays below the title panel
Add the line: "float: left" to the div and this then displays it.
This div is created by the CollapsiblePanelExtender itself and I don't know how to control this myself when rendering the page. I can set the float in the panel itself, but this is inside the Div created by the control and doesn't seem to affect it's running.
This works perfectly fine in i.e.
Here's the code
[Code]....
View 2 Replies
May 7, 2015
 <asp:HyperLink ID="HyperLink7" runat="server" Target = "_blank" Text = "Show PDF" NavigateUrl = '~/mypdf.pdf'></asp:HyperLink>
If I use this html code how to make the pdf file open in new tab in browser
View 1 Replies
Feb 2, 2010
I am working on Asp.Net Mvc 1.0 i want to put webparts in my mvc application.
View 2 Replies
Aug 7, 2010
Not displaying master page content in web content form
After adding master page:
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="false" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
problem is : master page not showing in web content form...
View 1 Replies
Jun 19, 2010
I'm developing an application in asp.net,
<ROOT>
App_CodeApp_DataApp_Theme
REDGreen
BinControlProductDefault.aspxMasterPage.aspx
my problem i have defined style sheet for menu and built a user control which was placed in Control folder, but images are not displayed in the menu when the run the product/sart.aspx, but they appear in Default.aspx
View 2 Replies
Aug 6, 2010
I have added ajax toolkit password strength for my password and confirmpassword textboxses (which are in asp.net create user wizard control) but it isn't showing up at all. Here is my code of password strength indicator for password textbox, please look at it and let me know that what I have missed?
[Code]....
<ContentTemplate>
<ul>
[Code]....
View 8 Replies
Sep 5, 2010
I am displaying Event dates from SQL table on Calendar Control in ASP.NET. Also, I have GridView Control which shows event details when certain date is clicked on calendar control. But I have a problem as not all dates are displaying properly.
Strangly enough only dates which have same month and day date are displayed. For example:
It shows ok dates such as 08/08/2010, 09/09/2010, 10/10/2010 etc. If I click on the date which in SQL table exists as 11/25/2010 or 12/15/2010 etc (no matching month/day numbers) it shows error message saying: "System.Data.SqlClient.SqlException: Conversion failed when converting date and/or time from character string."
Follwoing is my code:
[Code]....
I would like to make sure all events are showed properly in grid view.
View 4 Replies
Sep 17, 2010
i am displaying some crystal reports on some pages but when the user wants to print it, the data disappears and all you see is the labels.
[Code]....
View 6 Replies
Nov 4, 2010
I have created a .NET 3.5 # web app. It has a master page, a homepage, and an Accounts folder with Login.aspx, Register.aspx etc.When I run the app Login.aspx displays but it doesn't display the Image from the Images folder, it doesn't inherit the MasterPage/CSS and when I click on the Register link it stays to the login page .I understand that this is probably down to permissions. Do I have to put a web.config file in each of the Folders or do I update the main web.config and add location elements to allow access.
I have looked at a .NET4 example and the web.config is in the Accounts folder - however this isn't working on my 3.5 example.Any links to complete ASP.NET 3.5 login, register web app examples would be great?!
View 2 Replies
Apr 17, 2013
i am having text box for id(primary key),
on click of the button i want to display the entire row of id in grid view from database.
on the click of the button it is not showing anything.
below is my code .
.aspx.cs
using System;
using System.Collections.Generic;
using System.Linq;
[Code].....
View 1 Replies
Oct 4, 2010
I started learning ASP.NET these days. Google Chrome is my default browser and I'm also testing my applications in Google Chrome.
I recognized that some Elements of ASP.NET won't run in real time when I use Chrome. For Example ASP.NET WebParts. If I change the modus of the WebPartManager from default to edit (or something else), Google Chrome needs 1 - 2 seconds to renew the page. Internet Explorer does this in real time without any loading times.
I'm a rookie in ASP.NET and many people said, Microsoft's AJAX for ASP.NET is some kind of crap.
I'm using Visual Studio 2010 and maybe you'll say, I should use jQuery instead of internal Features like WebParts.
View 1 Replies
Nov 10, 2010
I have followed this link and it seems to work in the sense that it adds webparts from my XML file successfully.
[URL]
However, the actual controls themselves are never displayed and their respective page loads are never called.
The controls themselves work fine if I hardcode them into the catalog zone and inherit them from user controls but when I change their inheritance to webpart and try and use the control from this example, as mentioned nothing appears. Clear as mud?
An example of a control -
public
partial
class
hello :
WebPart
{}
<%@ Control
Language="C#"
AutoEventWireup="true"
CodeBehind="hello.ascx.cs"
Inherits="Controls.HomePage_Controls.hello"
%>
<asp:Label
ID="lbl1"
runat="server"
Text="Hello"
Font-Bold="true"
Font-Size="Large"
ForeColor="Blue"
/>
View 1 Replies
Mar 22, 2010
I think that I am confuse here. Now I am using WebParts as they being used on 2.0 framework (like they are using on TheBeerHouse kit)
But in most of the forums they talk about SharePoint. Does sharepoint means webparts as I know them, or this is a new version of the webparts?
View 4 Replies
Aug 6, 2010
I'm learning about webparts in asp.net.
I use Visual web developer express 2010, with sql server express.
I followed all the instruction to build a simple page with webparts. I added the webpart manager, webpart zone, zone template and added my user control or asp controls inside.
The webparts look as they suppose to in design view, but when I run the application and see the page in the browser (explorer 8 Or Chrome) the webparts look like cells in table: Static, with no menu that will allow the user to minimize or to close the webpart. None of the webparts have the small triangle menu icon.
Attached is my code.
[Code]....
View 3 Replies
Jan 4, 2010
I have a gridview bound to an objectdatasource and for some reason a couple of the fields in the ods query show up as
-1 for row 1
-2 for row 2
the fields are in sql as nvarchar(50) other nvarchar(50) do however show up.... any ideas what is wrong?
View 4 Replies