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


Author filtered by: mukesh_panth [x]
Question 10 May 2013   license: CPOL
Hi All,I am using vs2010,vb.net and sql server 2008 R2 with window form application.i have generated db from sql server 2005 script in our sql server 2008 R2 db.i have created setup and attachdbfile in our bebug path. my setup is working successfullyin local pc. setup isn't woking in...
Answer 5 Apr 2013   license: CPOL
I have solved from this ref. linkhttp://www.vbforums.com/showthread.php?541057-RESOLVED-add-handler-with-button-click-in-flowlayoutpanel[^]
Question 5 Apr 2013   license: CPOL
Hi All,I am using vb.net,vs2008 window form application.I am using "FlowLayoutPanel Control" in my window form application.this control contained multiple images. Is this possible for selecting item from FlowLayoutPanel control.please suggest or any ideahelp will be appreciated...
Question 21 Jan 2013   license: CPOL
Hi All,I am using VS2010,C#,Asp.net4.0 web application.I need to display window form in web page.how can display window form in web page.plz give suggestion,idea or any ref link.help will be appreciated.RegardsMukesh
Question 26 Dec 2012   license: CPOL
Hi All,I am using Asp.net Web application with Ajax HTML Editor.How to upload Image in Html Editor.plz helpRegardsMukesh
Question 24 Dec 2012   license: CPOL
Hi,I am using Asp.net web applicaiton with Ajax Html Editor.I need simple printing option from Ajax Html Editor. Don't need any convertion for print (like pdf, etc...)any solution plz give me............ThanksMukesh
Question 22 Dec 2012   license: CPOL
Hi All,I am using vs2008,asp.net,c# and web application.I am using html editor for formatted text.Can we write code for copy and paste in button click event and after copy data value should be inserted in cursor position in html editor.means i have textbox that contain a string...
My vote of 4 by mukesh_panth
Forum Message 19 Dec 2012  
hi this demo is helpful for me. but i need print option with this demo. can u update this demo with printing.
Question 16 Dec 2012   license: CPOL
Hi All,I am using asp.net,c#.net,vs2008 web application.how can bind "column data value" in ajax "drop down extender" using asp.net.plz helpRegardsMukesh
Question 16 Dec 2012   license: CPOL
Hi All,I am using vs2008,c#.net web application.I have one textbox, button and ajax editor control. when i click on button then textbox data should be inserted in ajax editor content with selected cursor position.how can do this using java script or code.plz helpRegardsmukesh
Question 16 Dec 2012   license: CPOL
Hi All,I am using vs2008,C#.net web application.I have ajax editor control that contain formatted data.how can print editor content data using asp.nethelp will be appreciated...Regardsmukesh
Question 7 Dec 2012   license: CPOL
Hi All,I am using vs2008,vb.net.How can use MS Paint Line Command in Picture Box using VB.net Window Form Application.and use Undo Command in Picture Box For line command.any idea or suggestion will be appreciated. . RegardsMukesh
Question 23 Nov 2012   license: CPOL
Hi All,How to use simple javascript for add, update ,delete functionality in WebForm.any link or idearegardmukesh
Question 20 Nov 2012   license: CPOL
Hi All,I am using VS2008,C#.Net,Sql Server with Window Form Application.my crystal report working successfully but image is not display in run time.how can display image in run time in crystal report.pl z any suggestion or idea..help will be appreciateRegardsMukesh
Question 8 Oct 2012   license: CPOL
Hi All,I am using vs2008,c#,sqlserver with asp.net web application.how to send sms from website using asp.net 3.5any link or idea plz give me....RegardsMukesh
Question 7 Oct 2012   license: CPOL
Hi All,I am using VS2008,Vb.net with window application.How to apply font name,font size (from fontdialog )for AxvideograbberNet1.OverlayText_Font.Here is my code:-Dim fd As New FontDialog If fd.ShowDialog() = Windows.Forms.DialogResult.OK Then ...
Question 25 Jul 2012   license: CPOL
Hi All, I am using asp.net, C#.net and vs2008.I want to save pdf file in sql database and download pdf from datagridview.any idea or link plz give me.Thanks & Regardsmukesh
Question 16 Jul 2012   license: CPOL
Hi All,I am using vs2008,vb.net and Asp.net (3.5)Read latitude and longitude from the image (GPS) using asp.net , vb.net .Mukesh
Answer 16 Jul 2012   license: CPOL
If FileUpload1.PostedFile.FileName "" Then Dim img As FileUpload = CType(FileUpload1, FileUpload) Dim imgByte As Byte() = Nothing If img.HasFile AndAlso Not img.PostedFile Is Nothing Then ...
Question 24 May 2012   license: CPOL
Hi All,I am using asp.net,vb.net and vs2008.I want to browse image file (.jpg) using file upload control.I am getting this type of error "Parameter is not valid"my code in belowDim selected_image As System.Drawing.BitmapIf FileUpload1.PostedFile.FileName "" Then ...
Question 16 May 2012   license: CPOL
Hi All,I am using asp.net,c# and sql server database.How can read latitude and longitude value from images metadata using asp.net and c#.net.I need any sample code or link that. image file extension is .jpgplease help and give any link or suggestionsRegardsMukesh
Question 10 May 2012   license: CPOL
Hi All,I am using asp.net,c#.net and sqlserver.When i give location name the Google Maps API to find out accurate geographical coordinates (latitude and longitude) for any place on Earth.How can find location by latitude and longitude on Google map in run time.need sample code or...
Question 8 May 2012   license: CPOL
Hi All,I am using vs2008,C# and Asp.net.How can load image in image control from different different image folder.I have this type of code............
Question 30 Apr 2012   license: CPOL
Hi All,I am using vs2008,asp.net and c#.nethow to set date format in ajax calender using asp.net.i need dd/MM/yyyy date format for display in calender and same in MM/dd/yyyy for query while i pass the date value.dd/MM/yyyy for display MM/dd/yyyy for date value in same calender...
Question 26 Apr 2012   license: CPOL
Hi All,I am using vs2008,asp.net,c# and sqlserver.I have a code thats download single image form database in below.protected void Page_Load(object sender, EventArgs e) { // Get the file id from the query string int id =...
Question 25 Apr 2012   license: CPOL
Hi All, I am using VS2008,Asp.net and C#.net. How to use Google Latitude in Asp.net 3.5 and how to set latitude or longitude in asp.net. help will be appreciated or give me any suggestion... RegardsMukesh
Question 23 Apr 2012   license: CPOL
Hi All,I am using VS2008,C#,Asp.net and Sqlserver2005.I have successfully insert image in database that's display in Grid view.How can download multiple images form Grid view.any suggestion or idea......help will be appreciated :)mukesh
Question 22 Apr 2012   license: CPOL
Hi All,I am using vs2008,asp.net, c#.net and sql server.How to use google map in asp.net andHow to set latitude or longitude in google map.give any idea or suggestion or linkhelp will be appreciatedRegardsMukesh
Question 17 Apr 2012   license: CPOL
Hi All,I am using VS2008,C# .net,Sql Server and Window form application.Can we access sqlserver database file (.mdf) from pendrive or cd.any suggestion or idea plz give me...Help will be appreciated.......RegardsMukesh
Question 16 Apr 2012   license: CPOL
Hi All,I am using VS2008 (.Net Frame Work 3.5),C#.net,Window form Application.How to use SplashScreen in Window Form Application. I am using this type of code but getting error msg.... "SplashScreen namespace or assembly not found"SplashScreen splashScreen = new...
Question 13 Apr 2012   license: CPOL
Hi,I am using VS2008,C#.net and Asp.net web application.How can use radio button in web page. I am using 2 radio button. only one radio button should checked at a time.while i checked radio button, both are checked at a time. hope u will understand my problem. how can resolve this...
Question 5 Apr 2012   license: CPOL
Hi All,I am using VS2008,C#.net,Sqlserver 2005 and Window form application.I want to know how can find total month and remaining days between 2 dates.I am using this type of sql query.date in mm/dd/yyyy formatSelect Datediff(day,...
Question 3 Apr 2012   license: CPOL
Hi,I am using asp.net,c#,vs2008 with web application.how to use message box using ajax extender in asp.net.help will be appreciated...give me any link or suggestionmukesh
Question 23 Mar 2012   license: CPOL
Hi,I am using sqlserver 2005.How to use sql query that not display top(10) record in table.any suggestion or idea, help will be appreciated........mukesh
Question 29 Feb 2012   license: CPOL
Hi All,I need window form project for practice. I want to make my mini demo project for sumbmission in college. Project build in vs2008,sqlserver,C#.netany link or suggestions for free downloading sample project..Help will be appreciated...Mukesh
Question 7 Feb 2012   license: CPOL
Hi All,I am using vs2008,c#,sqlserver and .net window form application.I have create setup and install in one pc. i want to secure my .mdf db file.I want to know that how can secure .mdf db file such as hide file or give password as possible.this .mdf file should not accessible by...
Question 27 Jan 2012   license: CPOL
Hi All,I am using vs2008,asp.net,c#.net and sql server with .net platform.I want to bind combobox and datagridview using simple web service.how can do that. i have read web service but i haven't used webservices before.any link or suggestion for learn webservices step by step Please...
Question 25 Jan 2012   license: CPOL
Hi All,I am using vs2008,c#.net with window form .net platform.How can create text file on C:\WINDOWS (Window 7 based pc)location through code.Could we can use app.config file for using create file on C:\WINDOWS location with permission.any suggestion or idea.help will be...
Question 23 Jan 2012   license: CPOL
Hi All,I am using Window Form Application with vs2008,c#.net and sqlserver 2005.I want to build setup thats install in only one pc after installation setup should not work on another pc. just like 30 days trail setup.plz give me idea or suggestion.help will be...
Question 23 Jan 2012   license: CPOL
Hi All,I am using vs2008,C# and sql server.I want to know, how can use skin in Window Forms (.Net platform).I have used this link but i couldn't find any dll or control for skin.http://www.skincrafter.com/download[^]I want apply new UI design in my Window Forms (.Net...
Answer 12 Jan 2012   license: CPOL
Hi,1.use this path C:\WINDOWS\Fonts2.Select Font Name which you wish.3.copy font and paste your location.4.create setup and add special font folder.5. add file and specify path from the font.6. after complete setup try to run.thnk's mukesh
Question 12 Jan 2012   license: CPOL
Hi All,I am using vs2008,c#.net window application.I want to include font file in my setup.In file system i haved added special font folder. but i don't know how to pick ttf file from the system.how to find ttf file in system and how to include in my setup.i haved checked this link...
Question 9 Jan 2012   license: CPOL
Hi All,I am using vs2008, c#.net window applicaion.I want to set timer for 30 min or 1 hr.Timer Format:- 00:00:01 (h:mm:ss)My timer is set by default this type of format (00:00:01),when form is open.how to set this type of format in c#.net.I have tried format but did not get...
Question 8 Jan 2012   license: CPOL
Hi All,Wish to all happy new year 2012....... :)I am using vs2008, C#.net, SqlServer 2005.How to navigate data on button click in window form using c#.net, i want to access data in next button and previous button.plz give me suggestion ......help will be...
Question 5 Jan 2012   license: CPOL
hi,i am getting this type of problem in sqlserver.i am using sqlserver 2008,c#.net,vs2008.A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and...
Question 31 Dec 2011   license: CPOL
Hi All,I am using asp.net,vs2008,c#.net.I want to fetch file from root directory using asp.net.i am using this typr of code....... string file = Server.MapPath("App_Data" + filename);help will be appreciated.....thanks
Question 30 Dec 2011   license: CPOL
Hi All,I am using asp.net,c#.net,vs2008.I want to upload file in folder using rootpath in asp.net.how to create folder in rootpath in website.and how can upload file in rootpath folder. any idea , help will be appreciated.mukesh
Question 30 Dec 2011   license: CPOL
hi all,I am facing some problem to connect sqlserver 2005.I am using vs2008,sqlserver2005,c#.net,asp.netA network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is...
Answer 22 Nov 2011   license: CPOL
1. in your crystal report's field explorer, add a new formula field.2. assign a name to your formula, and press the use editor button.3. type this in the formula space: Sum ({your column name}).4. save and add this field to your report.

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