Web Forms :: Creating A Toolbar For Site?
Jan 24, 2011Which control is use for adding a Hide / Show Panel which will act as a toolbar for site?
View 5 RepliesWhich control is use for adding a Hide / Show Panel which will act as a toolbar for site?
View 5 RepliesI would like to know the information about creating an online shopping site..What are the basic things need to follow in creating database for the online website. It would be better if i am aware about the same from some of the basic online shopping sites.
View 5 Repliesnew to creating a web site. I bought "Build your own asp.new 2.0 website using c# & Vb." and I'm using Visual Studio 2005.
The book seems good so far but I'm now having a problem. I think I need to use "User Sessions" but I can't get them to work. The code works fine using Applications but when I change to Sessions, when I go into a page the value is always null.
I need "using System.Web.SessionState.HttpSessionState" defined but there doesn't seem to be anything after "System.Web.SessionState".
I've tried using the counters example in the book but with Session I only ever get 1 coming up which is the reset value when the Session["xxx"] is null.
i am new programmer i am using visual studio 2005i am making a project it is a e commerce site 1. what guideline should i follow ? 2. what r de step i must take before creating de site ?
View 2 RepliesHow to create site map page (like [URL] or [URL]) in asp.net.
View 2 RepliesI searched the whole day for using Linq to XML in my MVC application. I only found tutorials or posts how I can use a sql database and LINQ to SQL as a Model, and not Linq to XML. There is no tutorial how I can access data in a website which is in form of a XML file and is using the asp.net mvc model.
View 4 Repliesnew to facebook dev and I have read the basics to get a site up and running using the canvas setup. Nice and simple, I have also got the integration with users working ok (i.e. the signed_request).
I was wondering how it works with "sending/posting" data from one site that is anonymous (my own external to facebook) to the facebook site.
The flow I'm after is a user is looking at some content my site A (my own external site) and then clicks the "share on facebook" button (or whatever), which sends the user (and the data they were looking at) to the site B (my facebook app) to which they authenticate and then (and this is the part I dont get) can see that content on their personalised homepage within site B.
So is there a way to POST some kind of data to the facebook site? Or do I need to do something else here?
I have created a ASP.Net application which basically serves as a content management site. I need to create a Sitemap for our website which should be dynamic. I've tried Telerik's Sitemap control for ASP.net Ajax and found it useful. I want to know which is the best way to create a dynamic site map page in an ASP.net application before i proceed with the telerik control.
View 1 RepliesMy application has a requirement of creating an excel sheet from the database on clicking logout buttonThis is implemented using the following com Components:Microsoft Excel 11.0 Object LibraryI created a Folder(Temp) in the application .When ever user clicks on the log out button, A folder(with the session name ) in Temp Folder gets created and the excel file is created here.Now every thing works fine on the local machine(User is getting the prompt for open and save etc)When I publish this .Nothing seems to be working.There is a n error that says" Could not find the excel at the said location(Tempseesion NmaeName.xls)The excel is not geting created when application is publised.
View 5 RepliesI created a custom membership provider for an MVC2 site.My web.config has this:
<membership defaultProvider="MyProvider">
<providers>
<clear/> [code]....
This value, MembershipService.MinPasswordLength, is zero (0). Obviously, this is coming from my class. I can't have a set because the abstract class has this as a read-only property.Why doesn't the MembershipProvider read this value from the Web.Config? What am I missing?
i need to know if it's able to add a media player in my site in such a way that i can pass each time the name of the video that i want o be play.
and how i can add the media player in the toolbar?
my layout tool bar in vs 2010 is disabled. how can enable may layout toolbar.
View 3 Replieswhile opening a new window we can use
window.open('Login.aspx', '_blank', 'height=500,width=1000,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,titlebar=no');
But how can I remove a toolbar for the current windoe.
To resize I am using
function noresize()
I'm facing issue with the print button present in the toolbar of IE. Whenever i click the print button, the page's prerender event is called. This happens only in IE. When i try to print with Firefox, this does not happen. I have an iframe in first.aspx page. In the prerender event handler, I'm giving the iframe source as follows.
iframe1.Attributes["src"] = "second.aspx"
In second.aspx, i read an image file, convert into byte array and display it in the first.aspx iframe as follows.
try
{
response.contenttype("image/jpeg");
response.binarywrite(img);
response.end();
}
catch(Exception ex)
{
response.write("Error loading the image");
}
The image is displaying properly in both firefox and IE. But when i try to print it, i'm getting error in IE. Also, when i ran in debug mode, i found that on click of print button, the first.aspx's prerender event is being called (only in IE).
I am looking for a good rich textbox control with separate formatting bar. ie. should be in 2 parts.
1: Textbox
2: toolbar (which can be placed anywhere in the form)
I need to hide the menu and tool bars of a browser window, and the only examples I've found on how to do this are in the DOM with a javascript window.open command similar to the following:
window.open("YourPage","toolbar=no,menubar=no,scrollbars=no,resizable=yes")
The problem is, I cannot use this as the page (an aspx form) is being called with a server.transfer, so there really isn't a way to use the above code. Is there a way to set the toolbar and menubar without using window.open?
I just installed AJAX, but when I add the controls on the new toolbar, I cano not see the icons of each control.
I have add the "dll" already, but i see an standard icon, not the reals.
VS 2008, XP Pro
There are two pages in app, pageA and pageB. Once user clicks a button from pageA will open pageB in which there is a crystalreportview to open a crystal report.
In pageB, how to add a close button into the toolbar of crystalreportviewer?
By clicking this button will close pageB and then open pageA
I have a problem with Crystal Report, to be exact in correct showing of the toolbar in internet explorer:
1.I can see the toolbar but no icons only X- which means that there is no picture or the action is not active.
2.On the server on which this application stands - we have VS 2010 i CR(4_0_30319) installed
3.In the earlier versions CR was simple because I had catalog: /aspnet_client/System_Web/2_0_50727/I , here all the files and everything else worked correctly
4.and now by VS 2010 and new CR i have /aspnet_client/System_Web/4_0_30319/ and its empty.
I am trying to create a toolbar on top of my website to be used on an iphone. However, iframe is giving me considerable trouble in that it refuses to allow the page to scroll. Here's my code:
[code]....
I have a reportviewer that uses a dynamically generated RDLC (which means the RDLC is created at run-time through an XSL) to generate reports. I have no issue loading the report. My problem is with its toolbar. It is always disabled. I can't perform search, change the report size, or export the report to another file format.
View 6 RepliesI'm using ReportViewer for the first time and was wondering if it's possible to Center the toolbar instead of leaving it left-justified?
View 2 RepliesOpen (Display) PDF File inside jQuery Dialog Modal Popup Window--How to hide save and print option in this ?
View 1 RepliesI want to adjust the toolbar which are coming when i include the crystal report in web form. It look proper in mozila browser but in IE-8 it is not look well its width is not in proper way it is increase.
View 1 RepliesThe Crystal Report worked fine in the localhost,but when i deployed it,the images disappeared, and instead of this appeared Red X image,and The Print and Export buttons didnt work too Note:i deployed it on the internet Not IIS
View 9 Replies