Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #44.2K
Ranked #3K
~5K People Reached
Member Avatar for Swapnil Palande

Hi all, Please solve my Problem: I have DataGridView and Dataset. I want to add data from dataset to datagridview row by row and not by using DataGridView.DataSource method. For ex. following is the way to do the same using Vb.net [CODE] dgClient.Columns.Add("client", "Client") dgClient.Columns("client").Width = 150 dgClient.Columns.Add("comments", "Comments") dgClient.Columns("comments").Width …

Member Avatar for antoar
0
3K
Member Avatar for omoz4real

Hi everyone, please i created a[COLOR=#000000] C# windows application to implement a form with a ListBox, a TextBox, an Edit button, an Insert button, a Delete button, a Update button and an Exit button in the form. I want my C# program to be able to copy the columns of …

Member Avatar for youtubeline
0
155
Member Avatar for khess

According to an ongoing debate over the GPL version 3, he does. How can this be, since Linus Torvalds, creator and chief architect of the Linux kernel, knows about software freedom and free software? He doesn't have a problem with what Richard Stallman refers to as "tivoization," which is the …

Member Avatar for Seten
0
1K
Member Avatar for avirag

Hi ,I have made an application in which I am matching a string entered in textbox with the Text property of the forms.In that , I am matching 0.75% characters of strings and the text of the result forms are displayed in listview. But the problem is that the string …

Member Avatar for abc16
0
230
Member Avatar for eeyc

Hii!! i have small console program that do somting and i want to add it to system content menu bar. for example if you are mark (could be at notepad, change file/folder name,explorer, etc) text and click rigth on the mouse you can copy cut or past i want to …

Member Avatar for Diamonddrake
-1
127
Member Avatar for Swin

I am using ASP.NET(web form) with C#. [CODE]using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Data.SqlClient; namespace Simpleweb { /// <summary> /// Summary description for WebForm1. /// </summary> public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.Label Label1; …

Member Avatar for Ramy Mahrous
0
173
Member Avatar for pradeep10781

Hi, Can you help in writing a program in C#/C++ .NET in following problem. I unable to block a web page from all types of access from all(users and clients) except administrator.The Page only can be viewed ;I must block viewers from printing,accessing profiles except viewing the page only. Hope,I …

Member Avatar for Ramy Mahrous
0
99