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 #2K
~9K People Reached
About Me

Senior solution developer

Favorite Forums
Favorite Tags
xml x 3
pdf x 1
c# x 1

19 Posted Topics

Member Avatar for FaridMasood

dear Farid, Read XML data into a dataset then use the next link which is used to print a dataset. [url]http://www.thescarms.com/dotNet/printdataset.aspx[/url]

Member Avatar for dhairy1
0
4K
Member Avatar for Gaurav arora

Hi Gaurav Please check the next code, to add columns to data grid view at run time from combo box if I miss understand You, please explan and I will try to help you [CODE] //============= //Form1.Designer.cs //=========== namespace WinDatagrid { partial class Form1 { /// <summary> /// Required designer …

Member Avatar for Geekitygeek
0
253
Member Avatar for psychoangelo89

Dear in first you should know that you bind the combobox to dataset, then you should deal with the dataSet in clearing and filling it. DataAdapter.Fill method adds rows incase of the table is created in DataSet, so everytime you select from first combobox then data adapter add the new …

Member Avatar for AmirBedair
0
216
Member Avatar for sivak

chekc this SDD and the guide to how edit its sections. Document [URL="http://www.cmcrossroads.com/bradapp/docs/sdd.html"]Link[/URL]

Member Avatar for AmirBedair
0
66
Member Avatar for sivak

SELECT ID, CASE Sex WHEN 'male' THEN 'F' WHEN 'female' THEN 'M' END "Sex", FROM stu

Member Avatar for AmirBedair
0
66
Member Avatar for sivak

check this post: [URL="http://amirsamir.blogspot.com/2009/06/multiple-versions-assemblies.html"]link[/URL]

Member Avatar for AmirBedair
0
69
Member Avatar for btech_Saurabh

dear btech_Saurabh, can you explain what windows locks you talk about? 1 - lock desctop (windows+L). 2 - system events 3- windows is crashed due to process ear the memory or CPU utilization.

Member Avatar for AmirBedair
0
143
Member Avatar for mayzebra

Dear mayzebra , if you need to make copy (x) tables in database 1 to database 2 with same data. you can better make a database replication. check this link [url]http://technet.microsoft.com/en-us/library/bb693697(TechNet.10).aspx[/url] but if you want to do this by code to make changes in data or specific data to be …

Member Avatar for AmirBedair
0
177
Member Avatar for jainendra.shah

Dear I' m created for you a user control and I added for it properites like this : [CODE] public PictureBox PicBox { get { return picBox1; } set { picBox1 = value; } } public Label LblText { get { return lbl1; } set { lbl1 = value; } …

Member Avatar for AmirBedair
0
3K
Member Avatar for ebiemami

[B] Standard Security:[/B] 1- "Data Source=Your_Server_Name; Initial Catalog= Your_Database_Name; UserId=Your_Username; Password=Your_Password;" 2-"Server=Your_Server_Name; Database=Your_Database_Name; UserID=Your_Username; Password=Your_Password; Trusted_Connection=False" [B]Trusted connection:[/B] 1. "Data Source=Your_Server_Name; Initial Catalog=Your_Database_Name; Integrated Security=SSPI;" 2- "Server=Your_Server_Name; Database=Your_Database_Name; Trusted_Connection=True;"

Member Avatar for nvmobius
0
186
Member Avatar for dskumar_85

Hi, check the next link and you will find a library, you can use it to convert from PDF to word. [url]http://www.sautinsoft.com/products/pdf-focus/index.php[/url]

Member Avatar for AmirBedair
0
72
Member Avatar for Gaurav arora

Hi Gaurav, chekc the next code to add datatables to dataset [ICODE] //declare dataset and datatables DataSet ds = new DataSet("DS"); DataTable dt1 = new DataTable("DT1"); DataTable dt2 = new DataTable("DT2"); // add columns by code dt1.Columns.Add("Col1", typeof(Int32)); dt1.Columns.Add("Col2", typeof(string)); dt1.Columns.Add("Col3", typeof(string)); dt2.Columns.Add("Cl1", typeof(Int32)); dt2.Columns.Add("Cl2", typeof(string)); // add datatables to …

Member Avatar for AmirBedair
0
131
Member Avatar for Gaurav arora

Dear Gaurav, In first can you make me understand why you want to access items from another form ? I can help you with authentaction module that render menuItems depend on the login user and every user has its privileges.

Member Avatar for Gaurav arora
0
120
Member Avatar for sara29

Dear sara, Look I need to know first what you mean from[B] extracting data from images and mime messages [/B] can you explain more to help you.. and if you mean image recognition

Member Avatar for sara29
0
97
Member Avatar for vietnamese

dear vietnamese, Read this document and then if you have any question reply me here and I will try to help you [url]http://www.windowsclient.net/Samples/Go%20To%20Market/DataGridView/DataGridView%20FAQ.doc[/url]

Member Avatar for ChaseVoid
0
93
Member Avatar for FullBjarne

My friend, Is this all the code that access the files Width.txt and Height.txt?

Member Avatar for AmirBedair
0
91
Member Avatar for oliver_mk

You may receive this error message when the following conditions are true: • SQL Server 2005 or SQL Server 2000 is installed on a cluster. • You are connecting to a SQL Server named instance by using TCP/IP sockets. • IPSec policy is enabled on the client domain. • IPSec …

Member Avatar for AmirBedair
0
398
Member Avatar for ShreyaTrivedi

Dear ShreyaTrivedi, I don't understand what you want to do exactely, but if you want to make Click Once Deployment, you should publish your project to this server. to know how to publish this file use this link this will help you [url]http://msdn.microsoft.com/en-us/library/748fh114(VS.80).aspx[/url]

Member Avatar for AmirBedair
0
106
Member Avatar for Gaurav arora

[QUOTE=viswa_007;652319] there is many ways to make a progress form I will explain one of these ways, maybe it suitable to you In first you should make sequence actions or steps , and then calculate the total steps you will do, and when you finish an step add a step …

Member Avatar for AmirBedair
0
103

The End.