Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for Mr.BunyRabit
Member Avatar for Mr.BunyRabit
0
364
Member Avatar for salmap

How to get rid of this error? [code] private static void edvPOAllLines_EpiViewNotification(EpiDataView view, EpiNotifyArgs args) { // ** Argument Properties and Uses ** // view.dataView(args.Row)("[FieldName]") // args.Row, args.Column, args.Sender, args.NotifyType // NotifyType.Initialize, NotifyType.AddRow, NotifyType.DeleteRow, NotifyType.InitLastView, NotifyType.InitAndResetTreeNodes if (args.NotifyType == EpiTransaction.NotifyType.AddRow || args.NotifyType == EpiTransaction.NotifyType.Initialize || args.NotifyType == EpiTransaction.NotifyType.DeleteRow || args.NotifyType …

Member Avatar for kvprajapati
0
174
Member Avatar for salmap

Hi, Simple question.How do you rename a label? I'm trying LAbel1.Name="sk"; Please someone tell me the correct code?

Member Avatar for abelLazm
0
241
Member Avatar for salmap

Hi, I have a grid view(drg).The first column diplays the value of checkbox(true or false). I am counting the number of "True" values and display it in textbox txtc when I click on it. Private Sub txtc_Click(ByVal sender As Object, ByVal args As System.EventArgs) ' ** Place Event Handling Code …

Member Avatar for codeorder
0
235
Member Avatar for salmap

Hi, I have two grid views dg1 and dg2 dg1 --------------- Qty ------------- 1 2 3 dg2 -------- Price -------- 1 2 3 I want to display the sum of qty*price in textbox ie, textbox should display the result 14(1*1+2*2+3*3). Please it's urgent.

Member Avatar for salmap
0
137
Member Avatar for salmap

Hi, I have two textboxes(which are diplay only;their values come from database).I need read the data from these textboxes,multiply them and display in the third text box. Can someone send me the code. For example consider textboxes names as txtprice,txtquantity,txtamount; txtprice,txtquantity values come from tables in database.The price comes from …

Member Avatar for salmap
0
148

The End.