Click here to Skip to main content
15,895,084 members

Comments by jayveebishie (Top 8 by date)

jayveebishie 3-Jul-16 13:31pm View    
Are you using stored procedure to fetch the data? If yes, use paging on your store procedure
jayveebishie 30-Jun-16 6:59am View    
You should learn how to use Breakpoint and check your code line by line
jayveebishie 30-Jun-16 6:50am View    
why not use System.Drawing.Printing.PrintDocument
jayveebishie 28-Jun-16 3:08am View    
webBrowser1.Navigate("YOUR HOMEPAGE URL HERE");
jayveebishie 28-Jun-16 3:00am View    
What are you trying to do? You want to select the record in the grid and pass it on textbox/combobox to view?