Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Author filtered by: gaurish thakkar [x]
Question 7 May 2013   license: CPOL
I am using Winform deployment project which uses "Provider=Microsoft.Jet.OLEDB.4.0;"as connection stringthis works fine on 32 bit system but on 64 bit i get error saying Provider=Microsoft.Jet.OLEDB.4.0;not registered I tried changing the debug to x86 from any cpu but i am still getting...
Question 29 Apr 2013   license: CPOL
I have a webform in asp.net and It had 2 updatepanels .on button xyz it posts to server to get some details and Populate a div with repater datai want to stop...
Question 25 Apr 2013   license: CPOL
I am trying to implement a Busy Animation when trying to perform a length operation.how can i make screen white in color and show animation icon
Question 22 Apr 2013   license: CPOL
I have a Table QID Qtext QType SeqNo Header QuestionGroupedTo31 sdsad Group Type 31 sdsd 3032 dsd Group Type 32 sd 3043 ssd Group Type 40 sd 3944 ssd2 Group Type 41 ssd2m 3945 dsds Group Type 43 asdasd 39i want the table structure to be ...
Question 18 Apr 2013   license: CPOL
I am trying to prevent the modification of a URL by a site User .The Images of the site are not loaded when someone types in the Address bar ///a^&*(*(* at the end .How can i handle this ..
Question 10 Apr 2013   license: CPOL
I got a tree view And i want the user to re sequence the tree nodes as he wishes .I could implement drag and drop but the no of nodes go above 600 which is impossible to drag and drop .So i plan to Implement a context menu right click on node which asks the user to specify the node...
Question 20 Feb 2013   license: CPOL
I have page tag and i use the resource file to set the Title of the page when i use the code It is rendered correctly on the page.But when i try to append words like this I get error and it is renedered as it is like this site_name How...
Sql query Notification by gaurish thakkar
Question 5 Feb 2013   license: CPOL
I am trying to implement a feature where in One user is notified on the change in the database when another user modifies the record .The reference article i took is Query Notification using SqlDependency and SqlCacheDependency[^] protected void btn_comment_Click(object sender,...
Question 29 Jan 2013   license: CPOL
I am using this Fancy box plugin to display a light box for confirm delete functionality.function fancyConfirm(msg, callback) { var ret; jQuery.fancybox({ modal: true, // content: "" + msg + "
Question 23 Jan 2013   license: CPOL
Balloon Tips Galore![^]I am using the above code but ia m getting this error in win 7 32 bitunhandled exception has occurred in your application attempted to read/write protected memoryThis works fine in Win xp
Forum Message 18 Jan 2013  
it causes the program to crash with error ...unhanded exception to write protected memory Microsoft Certified Technology Specialist
Question 13 Jan 2013   license: CPOL
I have an HTML5 local site running locally on android system.Can i call an android application installed on the android device via my local site using javascript?????
Answer 13 Jan 2013   license: CPOL
I added ? and random no to the end of the profImg source .It causes Image to be considered as dynamic content hence causing fresh Fetching of the Image
Question 10 Jan 2013   license: CPOL
I am using a master page and i have a code the image gets uploaded but the image preview is shown of the previous image .but when i inspect the source i get the new image preview in the web developer console .both the new and old image has the same name .MAy be the cached preview...
Question 9 Dec 2012   license: CPOL
I have a website where in the admin gets the notification of the users latest updates.It is similar to the notification panel in the chat window of the facebook page.Can i get the notification of the particular query being executed so that the notification can be shown on the...
Question 21 Nov 2012   license: CPOL
exportLink.setAttribute('href'...
Replacing ' with null by gaurish thakkar
Question 16 Nov 2012   license: CPOL
insert into xpatjobs_area_city (area_id,type,name) values(143,'city','isola d'istria');insert into xpatjobs_area_city (area_id,type,name) values(143,'city','d 'isria');insert into xpatjobs_area_city (area_id,type,name) values(143,'city','ISO d'iuitria');insert into xpatjobs_area_city...
Question 7 Nov 2012   license: CPOL
I have a windows forms application i have text box but i am unable to use Devanagari fonts like shivaji_1.How can i use it , i am getting error not a true type font
how to reindex a .MDB file by gaurish thakkar
Question 5 Nov 2012   license: CPOL
I have deleted all the records from the access database .How can i re index the Primary key to Start it with value 1.
Answer 30 Oct 2012   license: CPOL
nothing is haapening in firefox AND CHROME but it is working in IE
Question 30 Oct 2012   license: CPOL
I am tying to upload a image file using asp async file upload.protected void AsyncFileUpload1_UploadedComplete(object sender, AjaxControlToolkit.AsyncFileUploadEventArgs e) { if (AsyncFileUpload1.HasFile) { string filext =...
Answer 28 Oct 2012   license: CPOL
Dear sir is there a way to pass multiple values in a single parameter .for example passing an array-list for a sql server parameter.so that it can be accessed in stored procedure
Question 27 Oct 2012   license: CPOL
I have table called table:ITEMSfields:itemid->pkaddresslocationtitleCATEGORYcatid->pkcategorynameCATEGORY_VALUEcatvalid->pkitemid->fk (ITEMS)catid->fk (CATEGORY)catvali insert data into items table and category table is filled with predefined values...
Question 9 Oct 2012   license: CPOL
I have written a code that tracks the User IP and stores it in DB so that i can use it later.I cannot get the start ahead on how can i implement it on link click so that i get the user click data and insert it in DB as well as Do a redirection on link
Question 28 Sep 2012   license: CPOL
function CloseBrowser(){ openedWindow =window.open('','_self',''); openedWindow.close();here is the code i am using to close a browser with a button click .It works fine with chrome and IE but it fails to work in FireFox .I get error saying...
C# equivalent of the code by gaurish thakkar
Question 25 Sep 2012   license: CPOL
I have the following code which needs to be converted to c# .net .dim serverset server = CreateObject("DSServerMap.Server")dim rootset root = server.CreateObject("Server")the first statement converted was as DSServerMap.Server server = new DSServerMap.Server();i Dont...
nice article by gaurish thakkar
Forum Message 13 Sep 2012  
thank you very much
Question 30 Aug 2012   license: CPOL
I want to get a pop like save As in a HTML page .In the Page i am writing all my data And I append it to a variable .And i attach it to a tag in the page which is the hyperlink to save the file .I tried Some code.But i am getting a part file with name which i cannot modify.I want to...
Question 29 Aug 2012   license: CPOL
Is Sqlite Db supported In Mozilla FireFox like other Browsers like chrome ..etcI want to store My data Locally .Without any servers coming into picture.
Forum Message 29 Aug 2012  
I wanted TO use a DATABASE to store My data collected From User Into a Database Without net Connection And the HTML files being not hosted on some server. So it can Be used anywhere and finally i c
Forum Message 29 Aug 2012  
We have Indexed Db which Works Fine with Mozilla And chrome But It requires A web server For it working. Sq lite Aw sum concept But not supported BY Mozilla i dunno why. Doesn't require Any we
nice by gaurish thakkar
Forum Message 27 Aug 2012  
Cool Article Really useful.Thanks
Export The Stored Values by gaurish thakkar
Forum Message 27 Aug 2012  
Can i somehow export this Values To a file which I can Use later for processing . I am Working On a Offline App Using HTML 5 but i m stuck with In memory Values
Removing element form the array by gaurish thakkar
Question 21 Aug 2012   license: CPOL
I have an Array .I want to remove the element which is matching the Condition..for (var i = 0; i
Forum Message 20 Aug 2012  
can anyone suggest me a site with a Sample Code For writing the File with html5 file Api. I tried Various Sites but the Examples Are either Incomplete...OR not working on my System
Question 16 Aug 2012   license: CPOL
I tried $('#page18').bind("load",function() { alert("total Type") ; }); and also i tried doing this $('#page18').ready( function() { alert("total Type")I want to call a function on Load of a Html5 Jquery Mobile page. I have...
Forum Message 6 Aug 2012  
So there is no way i can save the local data from the storage to a format which i can take out from the browser. I m working on a local website offline which requires saving of the user data. But
Question 2 Aug 2012   license: CPOL
How can i create a single HTML page with c# .net win forms.I have the options and values stored in Db which i want to use when user clicks the button to create a HTML file.It is easy to fetch the options and values for drop down or radio buttons .But how do i create the HTML file...
Forum Message 2 Aug 2012  
Can i take the backup of the data stored in the indexed DB by any means?
How to access the elements by gaurish thakkar
Question 29 Jul 2012   license: CPOL
Can i have a javascript array in the following fashion.If yes how can i access itvar mycars = new Array();mycars['page1'][0] = new Array( "5.00", "5 items", "red" );mycars['page1'][1]= new Array( "6.00", "6 items", "ed" );mycars['page1'][2]= new Array( "7.00", "7 items", "d"
Question 26 Jul 2012   license: CPOL
How can i use the FileAPi to write a file on local system .I used the example from html5rocks .example { padding: 10px; border: 1px solid #CCC; } #example-list-fs ul { padding-left: 0; } ...
Question 22 Jul 2012   license: CPOL
How can i export the values of the text box in html to a csv or a excel .I have created an HTML Form which will be used from a local computer and want the form data to be saved in CSV file.Each time the form is submitted, it should add a line in the CSV file.This needs to be run...
Question 20 Jul 2012   license: CPOL
I am using jquery.validate.js for validationand here is the code Survey using jQuery Mobile
SQL server for tablets by gaurish thakkar
Question 10 Jul 2012   license: CPOL
Does anyone know about any sql database servers which can work on android as well as windows tablets
Question 10 Jul 2012   license: CPOL
I have multiple pages in a single html file but when i use formaction="#second" i get redirected to home page.submitcan anyone help
Question 4 Jul 2012   license: CPOL
I have a single html5 file which is containing various divs behaving as pages ..I want to modify the flow of display on the basis of the choices selected on the page .For expage1link2->page2 link3->page3page2....link4->page4page3....page4..Can anyone help me...
Question 3 Jul 2012   license: CPOL
how can i parse a xml file with jquery and display the result using a html page.?
Question 1 Jul 2012   license: CPOL
I have some Information Which needs to be displayed as webpage.But the display is like Questions whose answers determine the future info to be displayed .SO is it better to convert the info into XML and parse it in javascript/Jquery ..Cause i tried it in Javascript and Xml parsing is not...
Question 27 Jun 2012   license: CPOL
I have table with fields like choices ,choice Id and question Id.Now i want to join this choices which are associated to a question into a single statement and insert into the second table.for exchoiceId choiceName questionId1 a 12 b ...
Question 24 Jun 2012   license: CPOL
how can i implement MARS in ms access.dr.NextResult();the function is present but i get error "Characters found after end of SQL statement."i have two queries placed in the command statement like oledb command1 =("query1;"+"query2",con);

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid