Thank for your reply..
Praveen Kandari
Posts
-
input string was not in a correct format published site error when recycle working properly -
input string was not in a correct format published site error when recycle working properlyHi, 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.
-
Call window.print() inside loopThanks for your reply.. I have found the solution using jquery function window.open inside loop..
-
Call window.print() inside loopHi 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.
-
ISBT BarcodeI want a ISBT Barcode javascript for my asp.net application. Please urgent TIA
-
Populate word with dataThank 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...
-
Populate word with dataThanks is there any expample online?? and will this dll cause any issue after publishing in server???
-
Populate word with dataHi, 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
-
Checkbox with enable and disable function.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.
-
Is there any way to avoid writing store procedure for 30 columns.Thanks If you find any way let me know.. right now used excel to get rid of typing..
-
Is there any way to avoid writing store procedure for 30 columns.Hi I have a table with more than 30 columns and I have to perform Insert Operation. Is there any way simple.????
-
Read Invoice number from pdf fileThis 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.
-
Read Invoice number from pdf fileHi, I want to extract the name of customer, Invoice number, etc from an Invoice that would be a Pdf file. Please help ASAP. TIA
-
how to insert data in table with foreign keyhow 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"
-
issue wih gridviewWhen 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
-
display day name of selected dateI have one textbox with datepicker(AJAX) and I want to display day name as per selected date on another textbox .
-
display day name of selected dateHow to display day name on selected date in textbox. PS. Using VS 2013, ASP.NET
-
MS access query to count number of call on particular date.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 10and 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 2Time 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
-
dynamically insert textbox in gridview and insert the data of textbox in databaseHow to insert textboxes dynamically in gridview and than insert the textbox data in the database? Using VS2013 framework 4.5 ASP.NET C#
-
issue wih gridviewHi, 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