Forum: C# Feb 17th, 2006 |
| Replies: 5 Views: 6,034 |
Forum: C# Feb 16th, 2006 |
| Replies: 5 Views: 6,034 Re: Closed event of a form Sorry for my english.
I have made a windows form application.
My application is a Mdicontainer with many child form.
I want to check che closed event of this form, and when happend i want to... |
Forum: C# Feb 15th, 2006 |
| Replies: 5 Views: 6,034 Closed event of a form I have a problem, with a closed form event.
I'd like to make a check with a click on close botton in the title bar that check if the user are sure or not to close the application.
I have made a... |
Forum: ASP.NET May 31st, 2005 |
| Replies: 4 Views: 5,174 Re: requiredfieldvalidator problem Thank you for your answer I have made a partial solution with a creation of a fame page where in the headere I create the asp.net menu and in the main I insert my registration form that work... |
Forum: ASP.NET May 24th, 2005 |
| Replies: 4 Views: 5,174 Re: requiredfieldvalidator problem OK the problema it's not easy.
I have implement your login page with authentication and validation.
In all pages I have added a menu htat are created dinamically from the database with a form and... |
Forum: ASP.NET May 19th, 2005 |
| Replies: 11 Views: 43,292 Re: Difference between asp & asp.net No it is not necessary you can start directly with ASP.NET, but you must chose the language that you want to learn VB.NET or C#.
I prefer C# but for the web application probably it's most used... |
Forum: ASP.NET May 19th, 2005 |
| Replies: 11 Views: 43,292 Re: Difference between asp & asp.net It's not easy to explain the difference between ASP and ASP.NET, but the second is object oriented and all the element of the page are object.
In ASP.NET you can use the language you want to use to... |
Forum: ASP.NET May 18th, 2005 |
| Replies: 4 Views: 5,174 requiredfieldvalidator problem I have created a new ASP.NET application in VB.NET and I have made a login page that is call if the user are not logedd in and rediret to the start page.
In my internal page I have a dinamic menu... |
Forum: ASP.NET May 17th, 2005 |
| Replies: 3 Views: 6,736 |
Forum: ASP.NET May 13th, 2005 |
| Replies: 3 Views: 6,736 Re: Calling function to add HTML to the page Thanks for your help but I want to generate dinamic HTML during compilation of the page.
When the user login in the application i generate the correct HTML with a check to the right that are stored... |
Forum: ASP.NET May 12th, 2005 |
| Replies: 3 Views: 6,736 Calling function to add HTML to the page I have a page that have a dinamic menu and i have created a function to create the correct HTML to view the menu, but how can I call this function in my aspx page that I see the generated HTML in the... |
Forum: ASP.NET May 11th, 2005 |
| Replies: 74 Views: 147,018 |
Forum: ASP.NET May 11th, 2005 |
| Replies: 3 Views: 2,090 |
Forum: ASP.NET May 11th, 2005 |
| Replies: 3 Views: 2,090 |
Forum: ASP.NET May 6th, 2005 |
| Replies: 3 Views: 2,090 |
Forum: VB.NET May 6th, 2005 |
| Replies: 0 Views: 1,923 |
Forum: ASP.NET May 6th, 2005 |
| Replies: 74 Views: 147,018 Re: Simple ASP.Net Login Page (Using VB.Net) Thanks a lot Miller it's really a stupid error, I make an error to the generation of the query.
It's obvous that the login page return always a different value for this field.
Thanks for your help... |
Forum: ASP.NET May 4th, 2005 |
| Replies: 74 Views: 147,018 Re: Simple ASP.Net Login Page (Using VB.Net) I have made other prove and I have correct the path of the database in the web.config, i put the correct path, but the objReader.Read() return always a true value.
I substitute the stored procedures... |
Forum: ASP.NET May 4th, 2005 |
| Replies: 74 Views: 147,018 Re: Simple ASP.Net Login Page (Using VB.Net) In advance thanks for your help.
1. I have copy all your code code that you have posted and I download the txt file that you have putted in the thread.
2. I have used for commodity the database... |
Forum: ASP.NET May 3rd, 2005 |
| Replies: 74 Views: 147,018 Re: Simple ASP.Net Login Page (Using VB.Net) Excuse me I am a novice in asp.net and i prove to create a new alogin application wirh this code, but my page don't make any check on the table when I make the submit return all the time at the login... |