2,383 Posted Topics
Re: Hi...Welcome to Daniweb Friend. Many people will help u here, Just post your question on [URL="http://www.daniweb.com/forums/forum61.html"]C# section[/URL]. Fell free to post. | |
Re: Hi...Welcome to Daniweb Friend :) you can post your question and problem in [URL="http://www.daniweb.com/forums/forum4.html"]vb section[/URL] | |
Re: [QUOTE]function to trim all special characters in the text[/QUOTE] what you means with "trim all special characters" ? you want to all special character not allowed to input?? | |
Re: poguemahone already give the answer to get total records. but if it still redundant use DISTINCT to omitted redundant records. | |
Re: Post on [URL="http://www.daniweb.com/forums/forum58.html"]vb.net section[/URL] | |
Re: nope... as far i knows you can't run it without .net framework. | |
Re: - Rails Solutions Ruby on Rails Made Easy - The Ruby Programming Language by David Flanagan; Yukihiro Matsumoto Ruby is a dynamic programming language Ruby draws inspiration from Lisp, Smalltalk, and Perl, but uses a grammar that is easy for C and Java™ programmers to learn. Ruby is a pure … | |
Re: share your answer friend, so other member can learn from you :) | |
Re: make sure the server name is right. | |
Re: [QUOTE]Private Sub CalculateButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CalculateButton.Click 'Calculate and display the amounts and add to totals With Me If makeoverRadioButton.Checked Then .MakeoverLabel.Text = MAKEOVER_Decimal.ToString() If HairStylingRadioButton.Checked Then .hairStylingLabel.Text = HAIR_STYLING_Decimal.ToString() If manicureRadioButton.Checked Then .manicureLabel.Text = MANICURE_Decimal.ToString() [COLOR="Red"]If permanentMakeupRadioButton.Text = PERMANENT_MAKEUP_Decimal.ToString()[/COLOR] Then End If End If … | |
Re: this following code to display data on datagrid. [code=vb.net] Dim con As New OleDb.OleDbConnection Dim cmdOle As New OleDb.OleDbCommand Dim dsOle As New DataSet Dim da As New OleDb.OleDbDataAdapter Dim dtOle As New DataTable Dim sql As String Private Sub LoadData() con.ConnectionString = ("Provider = Microsoft.JET.OLEDB.4.0;Data Source= D:\Only Me\Authors.mdb") Try … | |
Re: Hi..Welcome to Daniweb friend :) Post your problem on [URL="http://www.daniweb.com/category1.html"]Tech Talk[/URL] | |
The End.