this may sound simple but i can not get it to work i have try for about 5-6 weeks now and this my last hope
all my project is to make a job dater base that workers can add jobs and cliences can see there job but i am stuck on
the user (user being the worker) fill out a form(this would be a new job) and then sumit it to a dater base.
the form will include
job name = text box
job status = drop down box
hazarads = drop down box
design staff = drop down box
description = multiline text box
and a few more but if i know how to do them then i can figure out how do the others.
any help please
thanks alot
ANY questions please please ask
using asp.net would perfure vb but that desprate will use c#
Last edited by motters; Aug 23rd, 2009 at 12:17 pm. Reason: add detail
hi frnd , can u plz explain ur question more clearly...or send me ur question on mine id <EMAIL SNIPPED>
Last edited by peter_budo; Aug 23rd, 2009 at 4:13 pm. Reason: Keep It On The Site - Do not post asking for an answer to be sent to you via email or PM.
motters: Please post your project. Zip it and upload the entire project.
there is one problem with that i am in test stages i am testing that i can do everything needed for the project. so not starting project till i know how to slove this problem. so i have know thing to upload.
where is says txtName and txtEmail i have a red line uder and it says "txtName does not exsist in the current context"
same for txtEmail.
on my page i do have two text boxs one called
txtName and the other one
txtEmail
what have i done wrong
thanks alot for your help
Last edited by peter_budo; Aug 23rd, 2009 at 4:14 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Please use code tags when posting code on daniweb:
[code=csharp]
...code here...
[/code]
It sounds like you're creating the controls dynamically. It is impossible to tell what is really going on without an uploaded sample project. You can create a new project and move over enough code to reproduce the issue.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.