How can iset a custom color asborder color for the ASP.NET 3.5 chart control series in code behind(C#) ? I need a codebehind implementation of the following (which is in ASPX)
I am randomly encountering the following error: Message: Invalid viewstate. Client IP: xx.xxx.xxx.xx Port: 2324
I created a ASP.NET3.5 website having a crystalreportviewer in it, it works fine if I run through visual studio 2008 or on my own machine. But when i deployed project on web server, it started giving
Good Evening All, A client has asked that I develop a web application as part of his existing site built in ASP.net 3.5 that will enable his brokers to generate quotes for potential client groups.Suc
Im trying to list all categories in a VPP-folder using a module from Meridium called FolderBrowserProperty. It works perfectly locally and on our company\'s remote test site, but on the live site we a
Is it possible to use asp:RequiredFieldValidator and asp:RegularExpressionValidator 开发者_如何学运维for a single textbox.yes. Just put them both on your page and set their controlToValidate to the sa
I have created a web application using Visualstudio 2008 using开发者_运维百科 C# on my computer.
In ASP.NET 3.5 I have a datagrid that is bound to a somwehat dynamic datatable.The datatable is created by taking three different tables returned from a dataset and combining them to create one table.
I am using the Microsoft Log Parser in a Windows Service. The program works in a regular web page but when I put the code in a windows service it does not work. I put Breakponts in the windows service
Please suggest me a grid which performs the Add, Edit, Delete and DragDrop rows. Is our normal GridView suffice this requirement? or 开发者_C百科should I go for DevExpress Grid or some other third par