Search

You searched for the word(s): userid:827824

Matching Posts

  • Re: Browser hang for drop down list change update panel

    Thanks Lance for this solution, it worked great. Tarak, As per my knowledge you cannot get rid of flicker of screen during post back. This shows that updatepanel is not appropriate in all cases, this may be considered as drawback of AJAX, but its true. To overcome this problem you might want to use .ASMX (web services) for details please click below http://msdn.microsoft.com/en-us/magazine/cc163413.aspx Thanks.
  • save retrieve image in SQL SERVER database c sharp

    Hi All, My this post is for people who are relatively new to ASP.NET/c-sharp programming and are learning new tricks. This trick tells about how to save / retrieve image in database table. i must credit the link below which was of lot of help. http://www.aspdotnetcodes.com/Insert_Images_Database.aspx PLEASE FOLLOW STEPS BELOW: STEP 1. prepare database Create a field in your table named "AssetImage" with the type Image. and field name scanId as type integer, this will be the unique id in
    Posted to Tips & Tricks (Forum) by mainiabhay on 6/22/2009
  • Printing a RDLC without preview

    Hi Guys, After Lot of searching and 5 hours of head banging i finally solved how we can print reports without preview, this is particularly helpful when you have report like labels. Below is Printing class: using System; using System.IO; using System.Data; using System.Text; using System.Drawing.Imaging; using System.Drawing.Printing; using System.Collections.Generic; using Microsoft.Reporting.WebForms; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System
    Posted to Tips & Tricks (Forum) by mainiabhay on 6/11/2009
  • Re: add SqlDataAdapter to toolbox

    hey mikhail, I expect ans on this from you. please suggest how do we add this sqlDataAdapter ? Abhay
    Posted to Visual Studio 2005 (Forum) by mainiabhay on 9/23/2008
Page 1 of 1 (4 items)