- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
28 Posted Topics
you can also make it more simplify.... i kno it has been bit complicated to understand for a new user
> "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
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 ..
whats is the actual error u r receiving ....
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 ...
u acctually want to make ur application like torrent and skype .. ???
USE PROPERTY and set AutoCompleteMode AS 'Sujjest Append' ANd 1 another AutoCompleteSource AS 'ListItems' this will help u out
just post the snapshots of ur table structure ...
In which Language u want it ...
hey check while debugging whats that time of day Returns 2 u ...
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 ..
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 …
JUST USE PARAMETERS ON THAT REPORT ND sIMPY PASS THAT VARIABLE IN THAT PARAMETERS .... U WILL GET THE RESULT..... SURE :)
[CODE] textBox1.Text= String.Empty TextBox1.Text= "" [/CODE] Both alright bt better u use this [CODE] textbox1.text=String.Empty [/CODE]
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 …
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 …
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
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///
you mst code Div for this case this will easily setup all ur desings
just mail it on [email][email protected][/email]
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
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 > …
union works only when both the tables havin same structures
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 */ /** * * …
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, …
The End.
anuj6928