Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #1K
~31.0K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

28 Posted Topics

Member Avatar for Jx_Man
Member Avatar for anuj6928
1
21K
Member Avatar for breakzzzz20

> "reached of end of file while parsing in line 137" > > can anyone help me please?thanks in advance.. CHeck the Brackets.... the code ere iz going fine

Member Avatar for behemothdave
0
473
Member Avatar for anuj6928

currently i m workin on Ms CHarts wid VB.NET nd create a chart sucessfully bt nw i wnt to click on that particular bar of that chart nd want to get that particular axis label of that bar ..

Member Avatar for anuj6928
0
90
Member Avatar for Sonny101
Member Avatar for nirmal.k.2

just use DataGridView_CellLeave Event And Put that event for that discount column you can get the discount column by simply Column Index and make ur calculation inside with the IF condition that the required column name is that discount ...

Member Avatar for nirmal.k.2
0
204
Member Avatar for roshan_shetty
Member Avatar for anuj6928
0
104
Member Avatar for hrul

USE PROPERTY and set AutoCompleteMode AS 'Sujjest Append' ANd 1 another AutoCompleteSource AS 'ListItems' this will help u out

Member Avatar for Begginnerdev
0
203
Member Avatar for shanboy
Member Avatar for huskarit
Member Avatar for obwills
Member Avatar for PF2G

just fill that values in datatable and check the row count weather ... it is greater than 0 or not .. if it is greater than 0 that means username exists ... else not exist ..

Member Avatar for adam_k
0
130
Member Avatar for anuj6928

Hello there I m using Vs 2010 Crystal Reporting ma Reports Working Well When using Normally bt nw When I Use sub reports then reports are showing bt blankso that the main report showing all the data bt sub report w showing ny of them .... acctually i m using …

0
72
Member Avatar for ILIAILIA
Member Avatar for Naveed_786

JUST USE PARAMETERS ON THAT REPORT ND sIMPY PASS THAT VARIABLE IN THAT PARAMETERS .... U WILL GET THE RESULT..... SURE :)

Member Avatar for anuj6928
0
102
Member Avatar for TIP.Synergy

[CODE] textBox1.Text= String.Empty TextBox1.Text= "" [/CODE] Both alright bt better u use this [CODE] textbox1.text=String.Empty [/CODE]

Member Avatar for anuj6928
0
156
Member Avatar for anuj6928

i m using combo box in vb.net 2008 bt i m using the property as i can type in combobox this is done ... bt on running it ..when i m entering the wrong word in combo it will save the data .or sometimes gives error nd i want that …

Member Avatar for anuj6928
0
163
Member Avatar for leo88
Member Avatar for anuj6928

hey acctually i want to retrive data from text file nd save it to sql database bt i just have to implement some conditions like if there are 3 entries exists in text file with the same ID but i just have to get only 2 of them so in …

Member Avatar for anuj6928
0
153
Member Avatar for aymenbnr

jst first fill the data grid on form load nd then use this code there is no problem in the code .. jst try to fill grid before use this

Member Avatar for msrd
0
438
Member Avatar for computerbear

jst remove the file that u had added and then clean the solution byusing cleanthen build it,,,then run.... problem mst be solved if not working reply me more///

Member Avatar for computerbear
0
122
Member Avatar for Jollyyy100
Member Avatar for suju_26pro
Member Avatar for OGxMusic
Member Avatar for ayoba01

hey this is nothing bt a simple code to just count the no of clicks on that button there is a button nad a label named as "btnseringgit" and "displaytext" so on clicking tabel text changed to no of times u clicked the button.. ok

Member Avatar for ayoba01
0
149
Member Avatar for shankarmca

Imports System Public Class Form1 Dim totalAmnt As Decimal Dim amountpaid As Decimal Dim balancerefund As Decimal Dim AmountDue As Decimal Dim sum1 As Decimal Dim sum2 As Decimal Private Sub ap_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ap.TextChanged totalAmnt = Convert.ToDecimal(ta.Text) amountpaid = Convert.ToDecimal(ap.Text) If totalAmnt > …

Member Avatar for anuj6928
0
1K
Member Avatar for Pgmer
Member Avatar for Pgmer
0
87
Member Avatar for anuj6928

hey... hi there .. i m currently using NetBeans for creating A simple desktop application in java,,,, so in the registration page.. i m getting some errors my code is import java.sql.*; import java.lang.*; /* * register1.java * * Created on September 7, 2010, 10:59 AM */ /** * * …

Member Avatar for Member #814414
0
180
Member Avatar for anuj6928

hello there... acctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized".. so i m posting all my code here... kindly help me.. [code] Public Class Registration Private Sub Button1_Click(ByVal sender As System.Object, …

Member Avatar for anuj6928
0
180

The End.