Forum: JSP 6 Days Ago |
| Replies: 13 Views: 286 |
Forum: JSP 8 Days Ago |
| Replies: 13 Views: 286 Re: problem with text field.. help It works fine
username:test
output: IN test
username:blank
output:blank
but i dont understand why do we need to check if it is not equal to "" !!
can not i use one of them only?! |
Forum: JSP 8 Days Ago |
| Replies: 13 Views: 286 Re: problem with text field.. help yes, i changed the name and tried it...nothing changed!
this is the whole page of the untitled.jsp page
<%@ page contentType="text/html;charset=windows-1252"%>
<% if... |
Forum: JSP 8 Days Ago |
| Replies: 13 Views: 286 |
Forum: JSP 8 Days Ago |
| Replies: 13 Views: 286 Re: problem with text field.. help request.getParameter("UserName") always return null even if there is an input text..
and it always enter the condition as it is True..
i have tried your code.. and the same things happened.. i... |
Forum: JSP 8 Days Ago |
| Replies: 13 Views: 286 Re: problem with text field.. help I have not set any default value for the text field...
i have tried your statement
if (! request.getParameter("UserName").equals("")
but it got me this error ( this error also shown when i... |
Forum: JSP 8 Days Ago |
| Replies: 13 Views: 286 problem with text field.. help Hello all,
I have a very stupid problem... unfortunately i can not find any way to solve it..
I am using JDeveloper to design & implement JSP page..
I have an input field "text field" where the... |
Forum: VB.NET Nov 30th, 2007 |
| Replies: 6 Views: 3,166 Re: can not update combo box... Private Sub ReFillCombo()
Me.ComboBox2.Items.Clear() ' Clear the items of the combobox
Dim constr As String = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and... |
Forum: VB.NET Nov 21st, 2007 |
| Replies: 4 Views: 660 Re: deployment read this.... it may help you
http://www.startvbdotnet.com/extras/deploy.aspx
i am trying to do the same, but my project has a database and i dont know how to react in this. i use a connection... |
Forum: VB.NET Nov 20th, 2007 |
| Replies: 6 Views: 3,166 Re: can not update combo box... Hi
i found the solution :)... it was in this code:
e.ComboBox2.DataSource = ds.Tables("Temp_table")
rather than:
e.ComboBox2.DataSource = ds
Thank you all for your help
i really appreciate it |
Forum: VB.NET Nov 19th, 2007 |
| Replies: 6 Views: 3,166 Re: can not update combo box... I have already tried that.
nothing yet different.
i have the same problem with datagridview, dont display what i have add.
If posting the whole code here help, let me know. |
Forum: VB.NET Nov 16th, 2007 |
| Replies: 4 Views: 707 Re: VB query Did you check both rows rather than the first one only! |
Forum: VB.NET Nov 16th, 2007 |
| Replies: 6 Views: 3,166 can not update combo box... Hi,
I have written a program that binds controls on a form to fields of a table in a Microsoft Access database.One of the controls on the form is a combo box that is binding to table called Type_T... |
Forum: ASP.NET May 6th, 2007 |
| Replies: 2 Views: 804 |
Forum: ASP.NET May 6th, 2007 |
| Replies: 2 Views: 804 Website for smart device Hi,
I dont know if this is the suitable forum or not... but let's check and i am sorry :icon_redface:
I want to develop a site for a smart device... does ASP.net support this?
How could i creat... |
Forum: MySQL Nov 30th, 2006 |
| Replies: 1 Views: 1,050 administratio activities!! Hello all,
I am designing a website using php and My SQL. It is an educational website which has an administrator... the adminstartor shall have the apility to add, delete or modify a course.
I... |
Forum: ASP.NET Jun 22nd, 2006 |
| Replies: 5 Views: 1,695 Less than a beginner! Hi every body,
I am suppose to develope a web site contains access DB using ASP.NET but, unfortunatly i have no background about ASP.NET so I was wondering what i have to do first....
if any one... |
Forum: Computer Science and Software Design Apr 23rd, 2006 |
| Replies: 2 Views: 1,321 Access DB!! Hi,
I need to validate an entry in my Access db to ensure that it is an email..
how can i do that...
how can i make a specific feild to accept NUll?
Thanks in advance.. |
Forum: VB.NET Apr 20th, 2006 |
| Replies: 3 Views: 1,222 |
Forum: VB.NET Apr 20th, 2006 |
| Replies: 3 Views: 1,222 |
Forum: VB.NET Apr 19th, 2006 |
| Replies: 3 Views: 1,222 Embeded C# inside VB.NET URGENT!!!please Hi all,
I am a beginer in VB.NET :rolleyes: .... now, i am working on a project so as usaul we wonder if we could do something .... etc.
I write the whole application in VB.NET but i observed that... |
Forum: Computer Science and Software Design Mar 2nd, 2006 |
| Replies: 0 Views: 2,433 system analysis practical questions!!help me, plz hello all,
I have 2 quetion that i could not solve...
which of the four phases of the project management proccess do you feel is most challenging?why?
choose a relaively small organization that... |