I have been trying to implement ValidatorCalloutExtender but for some reason I can't assign different icons for "WarningIconImageUrl" or "CloseImageUrl". When I leave them blank then I get the default icons but when I try a different icon set then I keep getting "no image display or "X" for the icons.
I was wondering if anyone else had the same problem or am I doing something wrong since this should be pretty straightforward. The link below is the link I followed, everything works except the icons.
I was running w2k8r2 and asp.net 3.5sp1 with a web site at www.st-tech.com which uses membership users and roles processes; I installed Visual Studio 2010 RTM and asp.net 4.0 and converted my test web site; it works fine and the membership roles work fine; I converted the production pubic web site using VS 2010 and everything seems to work fine except when I go into IIS 7 manager for the public production site, my icons for asp.net users and asp.net roles are gone so I can't update them there - users can still login correctly to production databases. I can still access users and roles via visual studio 2010 and asp.net configuration menu. How do I get my asp.net users and roles icons back in IIS 7 manager?
I downloaded VS Ultimate trial yesterday. I created a .NET application using C#. I noticed that there is no Toolbox icons available. I played around with VS Ultimate a bit but I still couldn't figure this out. Has anyone experienced this before?
I install team foundation server . after that I want to create web site . I click -->file -->new web site --I can't chose any project because display empty box
Is it possible to use jQuery UI Button icons with <input type="submit"> elements?
The documentation example uses <button> elements, but it does not explicitly say whether or not icons work with input buttons. I'd like to add icons to ASP.NET Button controls which render as <input type="submit">.
In my application(asp.net and c#) I need to drag and drop icons from a list to preview section.And also need to insert the new position into the db. And delete it from db if drag and drop it from preview section into the icons list. a method to do this using jquery/ajax.
I am using a treeview in a web part that I am writing. When the user moves the mouse over the +/- icon in the tree, a tooltip is shown: "Expand FolderName" or "Collapse FolderName". Because there is a requirement to localize this web part, I need to be able to set a localized tooltip, replacing the english one. (That english string appears, even when the machine is running a Chinese OS.)how to accomplish this localization?
After installing VS2010, i have upgraded my VS2008 application to VS2010.
When i run the asp.net page, it shows report correctly but crystal report viewer tool bar icon's are missing?
Following folder is empty:
C:Inetpubwwwrootaspnet_clientsystem_web4_0_30319
I have tried to copy contents from C:Inetpubwwwrootaspnet_clientsystem_web2_0_50727CrystalReportWebFormViewer4 to 4_0_30319 folder but icons are still missing.
I am looking for a way to have objects float on a web bowser. I would like items like pictures and Tables of data to be displayed on the screen and the user can move it around like how you would move windows and icons on a desktop
just wanna ask you something. My requirement is that I need to download a large file.So,at the web server, there are a lot of zip files are packeted and when user request a link to download the file, those packeted zipped files will be combined into one large file and download it. So, I have done all the others steps. what I want to know is when user clicked that download link, I pop up another web form and wanna show processing progress or loading icon while zipped files are unzipping. Because unzipping time may take around 3 to 5 minutes depends on file sizes. Now I called the unzip function at the page load event, but it does not appear anything until unzip function has finished. guide me in which event or what kind of mechanism or technology should I use to show icon at the UI while processing at back end code.
I've got a page with a repeater and a bunch of documents that should be hidden to start and then shown with a plus sign next to each.My question is - do I have to assign unique ID to each document DIV to make it be able to toggle hidden and shown?
I am using spgridview to show the files and folders of document library in an aspx page. Now i want to display the files and folders along with icons in spgridview.
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:
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.