Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

Praveen Kandari

@Praveen Kandari
About
Posts
53
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • input string was not in a correct format published site error when recycle working properly
    P Praveen Kandari

    Thank for your reply..

    ASP.NET sysadmin debugging help

  • input string was not in a correct format published site error when recycle working properly
    P Praveen Kandari

    Hi, I have a site published on server. There are two gridview in one page, one redirect to a page where user fill the data in gridview and save it. The next gridview show the ids saved by user from first list. when the user click on the id it redirect to same page with data associated to that id. most of the time its working fine but sometime it gives an error of input string was not in a correct format. when i try to debug with my code it works fine and after I recycle the application pool of site it works fine.

    ASP.NET sysadmin debugging help

  • Call window.print() inside loop
    P Praveen Kandari

    Thanks for your reply.. I have found the solution using jquery function window.open inside loop..

    ASP.NET

  • Call window.print() inside loop
    P Praveen Kandari

    Hi All, I want to print my .aspx page with data while its running inside a loop. For E.g My loop is till dt.rows.count and in every loop I Want to print the page with data. If count is 7 than 7 pages need to be printed.

    ASP.NET

  • ISBT Barcode
    P Praveen Kandari

    I want a ISBT Barcode javascript for my asp.net application. Please urgent TIA

    JavaScript csharp javascript asp-net

  • Populate word with data
    P Praveen Kandari

    Thank you for your wonderful reply. by issue I mean Last time I used Interop and after publishing my code in server I was unable to generate any reports...

    ASP.NET csharp asp-net database help

  • Populate word with data
    P Praveen Kandari

    Thanks is there any expample online?? and will this dll cause any issue after publishing in server???

    ASP.NET csharp asp-net database help

  • Populate word with data
    P Praveen Kandari

    Hi, I have a word document i.e. the report I want. I have already written the lines i want in my document. The issue is I have 15 such files and I want to populate those documents with data from SQL. Is there any way to populate document with sql data. Not talking about export to word. Using Asp.net SQL 2012 TIA

    ASP.NET csharp asp-net database help

  • Checkbox with enable and disable function.
    P Praveen Kandari

    Main issue is with UI. I have a box(with unique number) and it contain of 9rows and 9 columns i.e. total 81 slots. 4 slots are reserved per person sample i.e. 4 slots will be reserve per person. Issue is that when sample of 20 clients are filled in slots i.e. total 80 slots are filled. The next sample of client will be store on box 1 81st slot and remaining 3 will be store in first 3 slot of box 2 and so on. one logic is that we provide a list of checkbox with already filled slot corresponding that box will be disable and only next 4 checkbox will be enable. When he click on 81st checkbox the box number automatically changes to next box and 1st three checkboxs will be enable. I have the logic but dont know how to implement the code.

    ASP.NET design help tutorial

  • Is there any way to avoid writing store procedure for 30 columns.
    P Praveen Kandari

    Thanks If you find any way let me know.. right now used excel to get rid of typing..

    ASP.NET question

  • Is there any way to avoid writing store procedure for 30 columns.
    P Praveen Kandari

    Hi I have a table with more than 30 columns and I have to perform Insert Operation. Is there any way simple.????

    ASP.NET question

  • Read Invoice number from pdf file
    P Praveen Kandari

    This extract whole document I just want to extract Invoice No. For e.g If it is like: - Invoice Number : INVC2563 It should extract only INVC2563. The string INVC may Vary.

    ASP.NET sales help

  • Read Invoice number from pdf file
    P Praveen Kandari

    Hi, I want to extract the name of customer, Invoice number, etc from an Invoice that would be a Pdf file. Please help ASAP. TIA

    ASP.NET sales help

  • how to insert data in table with foreign key
    P Praveen Kandari

    how to insert data into table with foreign key using the max id of primary key table. using asp.net VS2013, DB-Ms-Access. getting following error when i try to insert data using "select max(id) from table 1"

    ASP.NET csharp asp-net database help tutorial

  • issue wih gridview
    P Praveen Kandari

    When I perform couple of search operation using some combination it is working fine after that the grid view is displaying no data. and no there is no postback data

    ASP.NET csharp asp-net visual-studio help

  • display day name of selected date
    P Praveen Kandari

    I have one textbox with datepicker(AJAX) and I want to display day name as per selected date on another textbox .

    ASP.NET csharp asp-net visual-studio tutorial

  • display day name of selected date
    P Praveen Kandari

    How to display day name on selected date in textbox. PS. Using VS 2013, ASP.NET

    ASP.NET csharp asp-net visual-studio tutorial

  • MS access query to count number of call on particular date.
    P Praveen Kandari

    query to count the total number of call performed on a particular date and display it on gridview. My table is

    date userid time
    1/2/2012 1 20
    1/2/2012 2 10
    1/2/2012 1 30
    1/2/2012 1 15
    1/2/2012 1 5
    2/2/2012 2 10
    2/2/2012 1 20
    2/2/2012 2 10

    and i want data in this format

    date userid time No. of calls
    1/2/2012 1 70 4
    1/2/2012 2 10 1
    2/2/2012 1 20 1
    2/2/2012 2 20 2

    Time is addition of total number of call time and no. of calls is the addition of calls received by user on a particular date. P.S. Using VS 2013 Framework 4.5 ASP.NET c#, backend MS ACCESS

    ASP.NET csharp asp-net database visual-studio

  • dynamically insert textbox in gridview and insert the data of textbox in database
    P Praveen Kandari

    How to insert textboxes dynamically in gridview and than insert the textbox data in the database? Using VS2013 framework 4.5 ASP.NET C#

    ASP.NET csharp asp-net database tutorial question

  • issue wih gridview
    P Praveen Kandari

    Hi, I am facing some issue with my gridview. I have a webform with 1 button, 5 textbox (2 with date picker) and 1 dropdown list. The issue is when I perform search operation based on these controls texts, for few click on button I get the required data displayed on gridview but after few click it stop displaying that data. any solution to this. P.S: VS 2013 framework 4.5, asp.net

    ASP.NET csharp asp-net visual-studio help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups