asp.net

  1. cresignsys

    How to select ,update,delete?

    Hpw to select ,update,delete mysql with asp.net?
  2. Neodynamic

    How to Directly Print a Crystal Reports to Default Client Printer from ASP.NET withou

    How to Directly Print a Crystal Reports to Default Client Printer from ASP.NET without Preview or Printer Dialog In this walkthrough, you'll learn how to directly print a Crystal Reports (RPT file) to the Default Client printer from an ASP.NET website without preview! In fact, you'll be able to...
  3. Neodynamic

    How to add Cross-Browser Printing to ASP.NET ReportViewer toolbar

    Overview By default, the ASP.NET ReportViewer control enables client-side printing when the user browser is Internet Explorer only. If the user opens to the report page through Firefox or Chrome, then ReportViewer will hide the Print button from the toolbar. This happens because the built-in...
  4. Neodynamic

    How to Print an ASP.NET Local Report RDLC without Preview or Printer Dialog

    In this walkthrough, you'll learn how to print a Local Report (RDLC) from an ASP.NET website to the client printer without previewing the report through Visual Studio ReportViewer control. In fact, you'll be able to print the RDLC report without displaying any Printer Dialog at all! And one...
  5. reedone816

    Question operation timed out

    hi, hope someone can help me... here is my configuration: windows2003, IIS 6 with public ip and domain name, VS 2008 (asp.net/vb.net), using comodo firewall. I have a page where it always return this error: this webpage only return this error when I use different ISP than the web server, when I...
  6. reedone816

    Question autopostback without updating sqldatasource

    hi, I hope someone can help me. here I got asp.net 2.0 (vs 2008) with vb.net in codebehind. I have a page that shows form and certain chart that takes the data from sqldatasource (I use the code behind page load to update the sqldatasource.selectcommand value). now the database is quite slow...
  7. C

    We are hiring! .Net Software Developers (m/f) needed!

    Dear .Net Developers! As a Recruitment Manager of Chal-Tec GmbH, an international E-Commerce company in the field of DJ- and event technology as well as consumer electronics, currently I am in search of a .Net Software Developer (m/f) for permanent position. This position deals with...
  8. F

    Kartris ASP.NET (VB) Shopping Cart released under free GPL v2 license

    Kartris is an ASP.NET 4.0 shopping cart system written in VB / web forms. The latest version - 2.0 - has just been released under the open source GNU General Public License (v2). The software supports huge stores, well over 1,000,000 items, and is available via the Microsoft Web App Gallery...
  9. D

    Errors on database insert - works only sometimes

    I'm working in Visual Studio 2012 and I'm running this code to insert a row into a history database when a field on an asp.net page is changed. It seems to work 1 out of every three times I test it without debug on - and has absolutely no problems when running in debug mode (which made me think...
  10. D

    Works in debug - not live

    Hi, I'm having and issue that my code works perfectly while in debug mode, but does nothing in live. I don't receive any errors - it just doesn't insert the row into the database. -NEVERMIND it needed to add a "Wait" function so the values could catch up.
  11. helpprogrammers

    Have you hear about the ASP.Net Machine Key Generator?

    Hi, Scripts that accurately converts C# code to VB, VB to C# code, manage media files, convert video's from one format to another, grab thumbnails from videos, read bar code, send emails with mails send components, upload file effectively with file upload elements and many more features...
  12. N

    Available .NET developers are available for immediate hire (ASP.NET, C#, Win8 etc.) !

    Our .NET developers have a profound experience in: - Custom .NET web-based solutions development (ASP.NET) - Custom .NET desktop applications development - Mobile applications development (based on .NET compact framework) - NEW!!! Win8 development Contact me at e-mail [Nadya.Klim] or in Skype...
  13. Neodynamic

    Neodynamic WebClientPrint 1.0 for ASP.NET released!

    Neodynamic is proud to announce the availability of WebClientPrint for ASP.NET! WebClientPrint for ASP.NET is a lightweight and plugin-free solution for Client-side Raw Printing scenarios for Windows clients, exclusively designed for ASP.NET Web Forms and MVC website projects. With our...
  14. K

    Question Converting windows application to web based

    I have developed a windows application. The application is basically a console that helps the user to launch multiple 3rd partly applications e.g. MS word.exe, MSExcel.exe, Windows calculator etc. The application is currently running fine as windows application. Generally launches...
  15. D

    C#. NET / ASP.NET Application Developer – London - £35-55K.

    C#. NET / ASP.NET Application Developer – London - £35-55K. An excellent opportunity for an ASP / C# .NET Developer to join a finance company with extraordinary and realistic growth plans. Based in the Kensington area, you will be entering a well funded start up organisation which comes with...
  16. L

    8 Step VB Scheduler with a Download Sample

    After reading this easy-to-follow tutorial, you can create a simple event calendar in visual basic from scratch. Ready vb scheduler sample is available for download.
  17. H

    Question Accessing SQLDatasource within User Control from Parent page.

    Okay so I have been sitting on this problem for some time now. Scenario One needs a search control that can be used on a number of different pages of once website. So one builds a User Control. User Control setup. (Child) It has a couple of listboxes, textboxes, a button and...
  18. S

    Question Looking for Aspxgridview thousand seperator logic in devexpress

    i have one gridview with numeric data i want the data display format changed to for example i have 10000 i want 10 000 similarly 1000000 - 1 000 000
  19. N

    Question Configuring and Saving Profiles in a Web Application

    I am working on adding the ASP.NET Profile feature to my Web Application, and am having trouble getting it to communicate with the database. I have the Membership feature configured and working, and I ran the tool on the database to do the necessary configuration for Profiles as well. I have a...
  20. N

    Question Trouble with the <profile> element's inherits attribute

    I have an ASP.NET Web Application in which I want to use profiles. In my Web.config file, I have the following: <profile enabled="true" inherits="mckeepottery_com.MPProfile" defaultProvider="McKeePotteryProfileProvider"> And I have a file in my application (which is named mckeepottery_com)...
Back
Top