Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~35.0K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for kimbula...

I want allow only to enter numeric values in a textbox in C#. Can someone assist me on this. would be a great help.

Member Avatar for kplcjl
0
5K
Member Avatar for mpatram

Although you have mention a way to disable tab controls in vb.net that wasn't working Don't know the reason I'm using VB.Net 2005 it doesn't have enabled property for tabpages. Therefore once you type as follows it will prompt an error message TabPageName.Enabled=true Enabled is not a property of TabPage …

Member Avatar for ajinkya1234
-2
4K
Member Avatar for kimbula...

I have defined a procedure under the click event of the button as follows. [code] Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click [COLOR="Green"] 'Validate Department[/COLOR] If cmbDepartment.SelectedItem = Nothing Then MsgBox("Please select a department", MsgBoxStyle.Information, "Notification") cmbDepartment.Focus() Exit Sub End If End Sub [/code] I …

Member Avatar for chickss
0
25K
Member Avatar for kimbula...

I'm using a access database to store my data. I want to export the data in the access database to a excel 2007 file using VB.Net. Can someone post a code to do the above task. thank you

Member Avatar for kvprajapati
0
61
Member Avatar for kimbula...

I want to open a PDF document when I click on a button. I know the way to open a word document but couldn't apply the same method to open a PDF document. If anyone can help me regarding this matter it would be a great help to me. Thank …

Member Avatar for asp.net_SoS
1
129
Member Avatar for kimbula...

Hi all, I need a big favor to carry out a task. I want to get information in a exel sheet to a datagrid in VB.Net. For example lets say Excel sheet contains following information. ID,Name,Telephone I want to get these data into the datagrid. Can anyone suggest me a …

Member Avatar for sknake
0
310
Member Avatar for kimbula...

I want to validate a textbox so that only numeric values can be inserted in to it. This validation should done while user enters the values. For example. Consider following keys had been pressed in a sequence 12345abcd678 only numeric values should appear in the textbox so value which should …

Member Avatar for kimbula...
0
144
Member Avatar for kimbula...

Hi all, I need a favor on SQL this time There are 4 tables as follows Employee(EmpID,EmpName,...........) Designation(Des_ID,Designation....) EmpProfInfo(EmpID,Des_ID,..........) Training(TrainingTypeID,EmpID,TrainingType,.......) When an employee allocated to a training their details will be inserted in to the Training Table I want to write a sql query so that I can select EmpID,EmpName,Designation …

Member Avatar for samir_ibrahim
0
122
Member Avatar for kimbula...

Hi all, I want to change the color of the messagebox same as the color of the form. How can we change the default color of a project in VB.net? If any one having comments regarding this matter please post them Thanx

Member Avatar for vbguru
0
95

The End.