Answer Questions
Harry Gould How to Remove the row from Report which does not have data in it?
Hell all, I am very new to rdlc report on web froms, My Question :- In my data table some records are empty and i want to hide those records on my report , to do this i am using textbox.visibility.hidden properties Expression to hide it, but i want that even the space after hiding the control will not be displayed , Means If there are 2 address's row and only one address exist then only one row should be displayed and both addresses exists ...Show All
Bill MacKenzie proxyAuthenticationScheme="Basic"
Hi, My config looks like this: < httpTransport manualAddressing = " false " maxBufferPoolSize = " 524288 " maxMessageSize = " 65536 " allowCookies = " false " authenticationScheme = " Anonymous " bypassProxyOnLocal = " true " hostNameComparisonMode = " StrongWildcard " mapAddressingHeadersToHttpHeaders = " true " proxyAuthenticationScheme = " Basic " realm = "" transferMode = " Buffered " unsafeConnec ...Show All
n2a1s Outlook calendar sync
Is there anyway to synchronize Outlook calendar with an ASP.Net page or Web Service that brings data from the database Juliano, You can create a Web service that Outlook syncs to in order to display data in and Outlook calendar. In fact, we have an article with a full-blown sample on MSDN. My colleague, Stephen Toub, wrote this one, and the code is ready for download. In essence, you create your service to implement the SOAP calls with X ...Show All
MikkoL ToolbarZoom in reports
Hi, I need to set the ToolbarZoom to "Page Width" when the report displays. Does anyone know how to do this either programatically or via style sheet settings Thanks, Mike This can be done with the ReportViewer.ZoomMode property. ...Show All
squ1die LINQ CTP (May 2006) install issue
I have english XP Pro plus sp2 on my laptop. When i installed LINQ CTP (May 2006), there was a window titled "Visual Studio Just-In-Time Debugger" coming out about 14 times, it says "An unhandled exception ("Object doesn't support this property or method: "Ver1") occured in msiexe.exe[1116].", and gives me the choice to debug or not. I clicked "No" button to not debug the exception, and the install ...Show All
wjc Integrating my own content on the Codezone community search tab
My question is about the community integration included in Visual Studio 2005.I was not aware of this feature until recently when somebody told me about it. I think it's a very cool idea and I would like to provide my own content.I run two .NET related community websites www.codexchange.net and www.developerland.com which can complement the current available providers. Where can I find information about the webservices I have to implement .Do I ...Show All
Hans Groeneveld Really Frustrated With VS 2005
I posted earlier about the fact you cannot get a copy of VS 2005 Pro even though the "launch" was 11/7. I have a Windows app I built using the VS 2005 Beta 2 that I need to update but since I downloaded the new Express editions (thinking they would work - wrong!) all the Beta 2 stuff is gone. OK, I went to my other system (Win XP SP2) and figured I'd install the VS 2005 Beta 2 there and use that until someone decides to "really" relea ...Show All
Gokul.G VS.NET 2003 reference
I'd like to start writing some addins for Visual Studio but I'm not sure where to find trustworthy documentation. I've scoured msdn and don't really see anything other than topical information. I'm reluctant to buy the books that are out because the review stink. An example of some of the information I'm looking for right now is how to simply add a menu item to the HTML editor window.. or to all the windows (code, html, sql, etc). I have code ...Show All
AlexSok Attaching build log
Anyone have a simple way to attach a build log to an email By simple I mean without jumping through all the hoops of creating a custom logger. I've attempted to use the Mail Task with Attach() available from the MSBuild Community with no success. The problem is that msbuild exclusively locks the log file so Attach() fails. Unfortunately no. You do need a custom logger to do this. I know that's not the answe ...Show All
ValenTientje Document information panel (Infopath)
Great conference last week! Could someone point me in the right direction for something that Tristan Davis mentioned during his presentation on Data/View separation Hopefully this isn't too off topic. He discussed the Document Information Panel and showed an InfoPath pane embedded in the top of a Word document. I am looking for more information on how to do this - and also, is it possible with Office 2007 only or earlier versions T ...Show All
Balaji Dave TextSelection In WPF
How to programmatically select text in WPF RichTextBox control It seems that the RichTextBox.Selection.Select() method is too ambiguous to work with, it also looks like that it's impossble to construct a TextPointer from an arbitrary char offset, the TextPointer.GetPositionAtOffset won't do the trick either ....shudder...:( Sheva It is true that there isn't an api for directly getting a TextPointer at an arbitrary character offset, ho ...Show All
CTY CR VS2005 Web Deployment
I have Visual Studio 2005 (Non Beta). I have a web application that uses the Crystal Report and works beutiful on the development manchine, Now I have copied my application to my production server and I get the following error message e: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. So ...Show All
Monte Chan Crystal report and ASP.net
Hi friends i created a crystal report with .rpt extension in ASP .net then i am not able to link it with my webform. May i Know how to link it i tried Crystal report viewer but I am unable link the viewer to report any help with code is highly appreciated thanks in advance Hello, Samples and help files are available at our developer zone web site: http://www.businessobjects.com/products/dev_zone/net/default.asp ref=devzone ...Show All
marcoxxx VS 2005 SDK: how to nest multiple folders in a project?
I’m trying to create a custom VS project using the managed framework but I’m hitting the following problem, even with the sample provided in the latest SDK (the MyProject sample): I cannot create nested folders and if I manually modify the project file to have nested folders, the files in the second folder does not show up. The + sign shows up but the items do not. Ex: my project (and files on disk) contain this: ...Show All
JarodB172890 Remote debugging a website with it's wwwroot on a share (UNC)
Hello, I have Windows XP SP2 with Visual Studio .Net 2003 Professional. I have run DebuggerFirewall.hta to configure the XP firewall for remote debugging. I have a Web Project as follows: http://project.acme.test (a site on the Windows 2003 webserver configured with host header) \\fileserver\websites\project (a share with full control for everyone on a Windows 2003 fileserver) On the webserver the site's documentroot is that ...Show All
