Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: jireh ; Forum: VB.NET and child forums
Forum: VB.NET 19 Days Ago
Replies: 1
Views: 238
Posted By jireh
if you want to update the database but you don't what data were modifiedin your grid, since you bound you grid to the dataset then use the dataset to check what are the changes being done in the grid...
Forum: VB.NET May 25th, 2009
Replies: 10
Solved: MDI Issues
Views: 615
Posted By jireh
use a loop that will check the mdichild's forms then close them and then open the form you wanted to open...

For Each frm As Form In Me.MdiChildren
frm.Close()
Next

Dim frm1 As...
Forum: VB.NET May 25th, 2009
Replies: 5
Views: 467
Posted By jireh
add also in your login checking about sql injection or else it will be easily to hack...
Forum: VB.NET Oct 30th, 2008
Replies: 7
Views: 788
Posted By jireh
actually I don't understand what you mean...well but if you mean to show their different error messages in one messagbos only, maybe this would help.


Dim ErrMessage As String

If Lastname.Text...
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC