Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
29% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
1
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
5
4 Commented Posts
3 Endorsements
Ranked #486
Ranked #585
~35.9K People Reached
Favorite Forums

56 Posted Topics

Member Avatar for vivekagrawal
Member Avatar for twigan1015

Instead of saving the contents in a text file, when you close the application, save the contents in an xml file. And when the application starts again reload the xml data to the listbox again. The xml always allows modification of data for every time. Refer to the following code …

Member Avatar for tdeath
0
2K
Member Avatar for judithSampathwa

[URL="http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/b6e8a28c-6760-4e86-a1aa-e2ce9ec36380/"]http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/b6e8a28c-6760-4e86-a1aa-e2ce9ec36380/[/URL] refer to the link for reading the values from the Excel sheet using C#

Member Avatar for mukund1988
1
3K
Member Avatar for Mr.BunyRabit

Did you referred this [URL="http://www.codeproject.com/KB/cs/CreatingCrystalReports.aspx"]http://www.codeproject.com/KB/cs/CreatingCrystalReports.aspx[/URL] site.

Member Avatar for Mr.BunyRabit
0
355
Member Avatar for sarifah n

After the Location folder name use the Backward Slash(\), so that the text files that you are creating will be stored in that folder.

Member Avatar for sarifah n
0
1K
Member Avatar for VasquezPL
Member Avatar for Dean_Grobler

What is actually your issue? Or you are seeing to compare the C#.net with Java?

Member Avatar for ddanbe
0
350
Member Avatar for arezz09

Multiple search in the sense searching based on multiple column values?

Member Avatar for Saikalyankumar
0
128
Member Avatar for Netcode

Can, you please brief the question some more. Normally, it will be done on a single click right.

Member Avatar for codeorder
-1
124
Member Avatar for JakeA

You, can't sort the values in a datagrid from outer side, but using the columns click of grid on individual columns you can do this go through the following coding. [CODE]try { if (SortType == false) { SortView.Sort = e.SortExpression + " ASC"; //dviewGeneral.Sort = e.SortExpression & " ASC" Session.Item("SortOrder") …

Member Avatar for Saikalyankumar
0
120
Member Avatar for xanawa
Member Avatar for abelLazm
0
75
Member Avatar for Saikalyankumar

Hello everyone, I have some problem with my windows application in my system. when ever i right click in the tool box and select choose items, the application got closing. Can, any one help me how can i resolve this problem.

Member Avatar for debasisdas
0
175
Member Avatar for eileenc87

After creating a dataset, use this code [CODE]DGView.Datasource=DSet.Tables(0) DGView.DataBind()[/CODE]

Member Avatar for arezz09
0
240
Member Avatar for swathys

@G Waddell, in the code the dr is declared as OleDbDataReader itself, the error may be instance creation is not done.@Swathys Try using New keyword at the declaration of 'dr'. Hope it will help

Member Avatar for swathys
0
212
Member Avatar for berwick53

[CODE]Dim ds as New DataSet Dim cmd As New SqlCommand(your query, connection) Dim da As New DataAdapter(cmd) da.fill(ds) combobox.datasource = ds [/CODE] Hope, the above code can help you.

Member Avatar for bklynman01
0
106
Member Avatar for nullclick
Member Avatar for Saikalyankumar
0
283
Member Avatar for Terminator_Null

If there is any special character between the each digit in the string entered you can use String.Split("<that special character>") and if nothing is there only a number then you can use String.Split(). Hope this helps to you.

Member Avatar for debasisdas
0
99
Member Avatar for S.R.SENTHUJAN

You, refer to this coding. which is written in VB.net for database backup[CODE]Dim bkpDBFull As New Backup() ' Specify whether you want to back up database or files or log bkpDBFull.Action = BackupActionType.Database ' Specify the name of the database to back up bkpDBFull.Database = myDatabase.Name ' You can take …

Member Avatar for sandeepparekh9
0
120
Member Avatar for ashwinshenoy

Make all the Controls in the Form disabled, and at the Form load make the Progress bar to be loaded, Use an timer control to be filling the Status bar for 3 seconds, when ever the Progress bar value reaches maximum write a code to enable all the remaining controls. …

Member Avatar for Luc001
0
927
Member Avatar for stefilina

You, can not do like Concatenating to the app.config, but instead you can use the help of two more text boxes for storing the Username and Password and also two radio buttons for seeing whether it is Sql server authentication or Windows authentication.

Member Avatar for Mitja Bonca
0
536
Member Avatar for xanawa

You, can add what ever columns you want to the database by setting the Datagrid.Datasource()= Dataset.Tables(0); and also refer the following Coding.[CODE]<table id="tblPlay" style="z-index: 101; position: absolute; top: 137px; left: 1%" cellspacing="0" cellpadding="0" border="0"> <tr> <td style="height: 22px"> <asp:DataGrid ID="CMSgrid" runat="server" Width="100%" CellPadding="1" BackColor="LightGoldenrodYellow" BorderWidth="0px" BorderStyle="None" BorderColor="Gold" AutoGenerateColumns="False" AllowPaging="True" Font-Size="10px" …

Member Avatar for Mitja Bonca
0
124
Member Avatar for zifina
Member Avatar for guru_iyer

You, can also refer to this link [URL="http://www.aspfree.com/c/a/ASP-Code/SQL-statement-tip-to-randomize-a-Result-Set-Order-by-NewId/"]http://www.aspfree.com/c/a/ASP-Code/SQL-statement-tip-to-randomize-a-Result-Set-Order-by-NewId/[/URL]

Member Avatar for guru_iyer
0
795
Member Avatar for abelLazm

By Referring to this link [URL="http://msdn.microsoft.com/en-us/library/htc4xefd.aspx"]http://msdn.microsoft.com/en-us/library/htc4xefd.aspx[/URL], you will get some idea about this.

Member Avatar for abelLazm
0
164
Member Avatar for bahed121

Can, you give the Coding which you have used to insert the Checkbox column in C1TrueDBGrid?

Member Avatar for abelLazm
0
508
Member Avatar for ddanbe
Member Avatar for niketakapoor

Hello, niketakapoor the members here is not to do your home work, pls give us what is the code you have already written for this, and we can help you, what you want.

Member Avatar for abelLazm
0
91
Member Avatar for ashley11

Apart from the Point said by abelLazm remaining all is fine, i checked it out.

Member Avatar for ashley11
0
118
Member Avatar for JakeA

In a Windows form add a Crystal report viewer, in which u can get all the formats which u want. In crystal report viewer, if u want to connect to the Database use the Database Expert in the Field Explorer. First after opening the Report you connect to by clicking …

Member Avatar for Saikalyankumar
0
108
Member Avatar for bahed121

Did you referred this [URL="http://www.dreamincode.net/code/snippet1543.htm"]http://www.dreamincode.net/code/snippet1543.htm[/URL]

Member Avatar for bahed121
0
141
Member Avatar for ashley11

Is, the lists u have given in loops i.e., list8,list9,list10 have the same length or different. Can u ur description more clearly?

Member Avatar for Saikalyankumar
0
148
Member Avatar for missc
Member Avatar for Momerath
0
190
Member Avatar for bahed121

Better, u refer to this link [URL="this"]http://www.akadia.com/services/dotnet_databinding.html[/URL]

Member Avatar for bahed121
0
119
Member Avatar for Mark_48

try this once [CODE] float[] A = { 5.5F, 6.8F, 9.3F, 10.9F }; float[] B = { 6.9F, 8.9F, 7.2F, 12.10F }; foreach (float val in A) { foreach (float val1 in B) { float[] resultlist = new float[5]; for (int i = 0; i < A.Length; i++) { resultlist[i] …

Member Avatar for Mitja Bonca
0
6K
Member Avatar for ajinkya112

Did u referred this [URL="http://www.dofactory.com/Connect/Connect.aspx"]http://www.dofactory.com/Connect/Connect.aspx[/URL]

Member Avatar for Momerath
0
153
Member Avatar for newtoc#
Member Avatar for Momerath
0
141
Member Avatar for Mark_48

Instead of that code try this [CODE]namespace differenceofmeans { public class TraceSet { public void Main() { float avrg = 5.6F; TraceAverages(avrg); Console.Write(avrg); } public static void TraceAverages (float avrg) { string file = System.IO.File.ReadAllText(@"C:\Users\40025634\Desktop\Project\TraceSet.csv"); ArrayList rows = new ArrayList(file.Split('\n')); { foreach (string row in rows) { string r = …

Member Avatar for RabidDog5150
0
153
Member Avatar for apanimesh061

You, can use a web application also to play a wav file, i had worked on it in one project.But in the Web Application u have to pass through the Java script like this to play the Wav Files[CODE]Dim strScript As String = "<table id='tblRecordPlay' style='position:absolute; top:75%; left:700; border:1px solid …

Member Avatar for Saikalyankumar
0
261
Member Avatar for leo88
Member Avatar for xanawa

And if for a datagrid view, first u retrieve the values of one data table and store them in Dataset, then after that using this code [CODE]Dataset ds= new Dataset(); ds.Columns.add(<newcolumnname>); ds.Tables(0).Rows(0)(<columnNo>) = value(which u get from another table)[/CODE] after filling all the columns required in to dataset using [CODE]datagrid.datasource()=ds; …

Member Avatar for Saikalyankumar
0
113
Member Avatar for bahed121

Use the Coding which is given by abelLazm and including that to get the Images names from the folder use [CODE] string[] SubDirs = Directory.GetDirectories(Path)[/CODE] Hope, it helps u.

Member Avatar for bahed121
0
180
Member Avatar for Saikalyankumar

Hello, every one i had written a code to get a Database Backup Fully and Differentially in C#.net. Now, i need a criteria that i should get the Backup between a Specified Date given. I am trying for it, can any one help me regarding the Specified Date Period Backup. …

Member Avatar for abelLazm
0
67
Member Avatar for ashley11

Plz, can u give some more description regarding your problem. So, that we can Understand what's the Criteria u want.

Member Avatar for ashley11
0
93
Member Avatar for Arjun_Sarankulu

Ya, better its the idea given by @Momerath is Correct, u can't loop through a Array Collection or a Data View by editing it inside. So, first u assign the Arraylist to the Third list and later compare the counti and countj in that two array lists and delete.

Member Avatar for Saikalyankumar
0
72
Member Avatar for Saikalyankumar

The Password in default in every text box will appear like ............... in the Textbox instead of, I want to make it to be changed like ******************** in a Web Application. Can any one suggest me how to change the Style of the Password Char.

Member Avatar for srvstv.prnc
0
176
Member Avatar for lxXTaCoXxl

Create the Form instances in Program.cs File, main one. Then all the Items in every individual form can be accessible in another form.

Member Avatar for Momerath
0
112
Member Avatar for samehere

[CODE] private void Form1_FormClosing(object sender, FormClosingEventArgs e) { DialogResult = MessageBox.Show("R U Sure To Close the Form", "Closing Form", MessageBoxButtons.OKCancel, MessageBoxIcon.Question); if (DialogResult == DialogResult.OK) { Form1 f = new Form1(); f.Close(); } else { e.Cancel = true; } }[/CODE] Use this for Message Box based Closing of a form.

Member Avatar for samehere
0
182
Member Avatar for swathys

I think the Integrated Connection should be set to false when at authentication using Username and Password.

Member Avatar for swathys
0
227
Member Avatar for lielee

[CODE] con.ConnectionString = "PROVIDER=Microsoft.Jet.Oledb.4.0; Data source =C:\Documents and Settings\~LaiLi~\My Documents\Visual Studio 2005\Projects\MoreWever\MoreWever\bin\Debug\Inventory.mdb" sql = "SELECT * FROM Sales WHERE Fruit = '" & FruitComboBox.Text & "'" con.Open() Dim cmd As OleDbCommand Dim dr As OleDbDataReader Dim FruitDecimal, TotalPrice, FruitPrice As Decimal Dim QuanNum As Integer cmd = New OleDbCommand(sql, con) …

Member Avatar for lielee
0
159
Member Avatar for xorinzor

@xorinzor, why can't change in Form1.vb the [CODE] Dim Tiles(,) As Double[/CODE] declaration to [CODE] Dim Tiles(,) As String[/CODE] and also in the Declaration Part of Maps.vb [CODE] Dim DummyTiles(20, 20) As Double [/CODE] to [CODE] Dim DummyTiles(20, 20) As String [/CODE]. I tried this, its is executing fine. Hope …

Member Avatar for xorinzor
0
77

The End.