Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
About Me

web devloper

Favorite Tags
Member Avatar for abhay_pundir

hi friends, i want to transfer the value of a 2-d array from one Form to another. anybody have idea how to do this.

Member Avatar for ss125
0
343
Member Avatar for checho

i have the next string array {10100100, 11010000, 01000001, 11011000, 00000000, 10111100} how can i convert it to byte[]. i tried bitconverter and some encoding options it didnt work. Any ideas?

Member Avatar for checho
0
153
Member Avatar for abhay_pundir

hii , i m getting a problem with save file dialog, i m getting this error "c documents and settings localservice desktop refers to a location that is unavailable' whenevr i click on desktop button.

Member Avatar for Ramy Mahrous
0
107
Member Avatar for abhay_pundir

Hellllo everyone. i want to know that how to open a excel file in c# and how to copy the excel file data to the clipboard. thanx

Member Avatar for serkan sendur
0
160
Member Avatar for abhay_pundir

Hi everyone, i have a .dwt page templete, i want to know that how to use this page in my HTML Pages.

Member Avatar for !!underlink!!
0
61
Member Avatar for abhay_pundir
Member Avatar for abhay_pundir

hi friends, i have a listview in form1 i want to pass tha listview to the form2. somebody have any idea. thanks

0
59
Member Avatar for redprawn_89

Hi guys! i'm using Visual Studio 2005 C#. I like to ask this question about GUI. How can i pass value from one form to another? For example, the user have to key-in the amount of money he/she needs to borrow in form1.cs Then on form2.cs, i need to get …

Member Avatar for Jx_Man
0
123
Member Avatar for abhay_pundir
Member Avatar for t_yalthis

hi, I am having some troubles while trying to connect a database which uses mssql server. Every attempt results with the error "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied." [CODE][INDENT]OleDbConnection conn = new OleDbConnection();[/INDENT] conn.ConnectionString = "Provider=SQLOLEDB;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=voters;Data Source=T_YALTHIS\\SQLEXPRESS;Workstation Id=T_YALTHIS;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Use …

Member Avatar for abhay_pundir
0
133
Member Avatar for csshacker

Hello DANIWEB Friends, Anybody help me for making a website in HINDI (PHP).. my plan is i give a simple link or tab to change website languge Hindi to English OR English to Hindi. please help me

Member Avatar for ithelp
0
111
Member Avatar for abhay_pundir

hi friends, i got a problem for displaying image from the following source code [code=PHP]<?php include "connection.php"; $id=$_GET['d'];// value of 'd' is getting from the another page //$image_folder='http://192.168.0.39/OldLiveHelp/images/'; //absolute path to image folder $msql="SELECT * from client_logo where client_id='$id'"; $mresult= mysql_query($msql) or die(mysql_error()); $row=mysql_num_rows($mresult); if($row > 0) { while ($row1 …

0
137