Forum: ASP.NET Oct 22nd, 2008 |
| Replies: 3 Views: 339 Re: Keeping variables in ASP.NET So the would this be correct, to create the session variables?
Session("LoginId") = LoginId1.Text
Session("Password") = Password1.Text
And then to retrive the variables just say to post them on the... |
Forum: ASP.NET Oct 21st, 2008 |
| Replies: 3 Views: 339 Keeping variables in ASP.NET Hello,
I am used to VB.Net, and I recently starting using ASP.Net 2.0 with VB.Net. What I do not understand is how to keep my variables. Everytime the page goes back to the server I lose... |
Forum: VB.NET Mar 30th, 2008 |
| Replies: 2 Views: 669 |
Forum: VB.NET Mar 29th, 2008 |
| Replies: 8 Views: 1,148 |
Forum: VB.NET Mar 29th, 2008 |
| Replies: 2 Views: 669 |
Forum: VB.NET Mar 29th, 2008 |
| Replies: 8 Views: 1,148 Re: How to execute one form from the other form? Here's the code I tried to use, but obviously you can't update two table in one insert statement because my code doesn't work:
Private Sub btnSaveToDB_Click(ByVal sender As System.Object, ByVal e As... |
Forum: VB.NET Mar 29th, 2008 |
| Replies: 2 Views: 669 |
Forum: VB.NET Oct 29th, 2007 |
| Replies: 14 Views: 2,608 |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 14 Views: 2,608 Re: Very new to VB.Net, please help Here is what my original code was:
Private Sub xCapitializeButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles xCapitializeButton.Click
' ***capitalize all word in... |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 14 Views: 2,608 |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 14 Views: 2,608 |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 14 Views: 2,608 |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 14 Views: 2,608 |
Forum: VB.NET Oct 26th, 2007 |
| Replies: 14 Views: 2,608 Very new to VB.Net, please help I am writing a program where I need to capitalize the first letter of each word in a text file. Example of information in the text file would be:
this is the first line
this is the second line
this... |