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
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

12 Posted Topics

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
357
Member Avatar for checho

public static byte[] StrToByteArray(string str) { System.Text.ASCIIEncoding encoding=new System.Text.ASCIIEncoding(); return encoding.GetBytes(str); }

Member Avatar for checho
0
161
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
113
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
166
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
75
Member Avatar for abhay_pundir
0
57
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
60
Member Avatar for redprawn_89

hi, you can use Session, withn the help of session you can pass your value to any page in your project. it work like this.. Session["value']=textbox1.text.tostring now you can access these value to another page. like string a=Session["value"].

Member Avatar for Jx_Man
0
139
Member Avatar for abhay_pundir
Member Avatar for sebastian3
0
82
Member Avatar for t_yalthis

try this sqlconnection con=new sqlconnection ("provider=t_yalthis/sqlexpress,datasource=voters,Integrated Security=SSPI)

Member Avatar for abhay_pundir
0
137
Member Avatar for csshacker

add this script to your page <script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&amp;up_source_language=en&amp;w=160&amp;h=60&amp;title=&amp;border=&amp;output=js"></script>

Member Avatar for ithelp
0
129
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
144

The End.