I am developing a website that uses ASPX and CS files...
I have three check boxes and a button... if the user presses a button without checking any checkbox then i want to give a warning message to the user "Please select atleast one".
in VB i used to write
MsgBox("Please select atleast one")
but i dont know how i can do it in the web... please help on how to give the...
User Profile
Collapse
-
Thanks Guys...both ideas worked well form me...Thanks Again.. :D -
complex loop
I have nine checkboxes in my form
named like this
check1
check2
check3
check4
...
check9
i want to create a loop that loops them and if they are checked then do something
i wrote something like this
...Code:dim name as string dim iter as integer iter = 1 Do name
-
yes i can provide more details
The database is located by the LAN Admin in a shared folder on the LAN. but the users dont have access to that folder,,as if they go through my computer and try to open the file, it says Access denied...howeve r, I have created a small C# software with a link, to the Database in the shared folder...the user presses on the link, the database opens....but read only..!!
1).I am using...Leave a comment:
-
Big Problem.. :(
I have finished working on my database, and everything is great when i am running it on my computer.....wh en i put it on the server to be used by the users....it is only opening as READ ONLY...and they are not able to enter or update any data into the tables......... .....pls help,,,,i feel like my whole project has just failed...!!! how can allow the diff users to access it from the shared folder and be able to update and add to the tables.. -
You actually got it right.....thank s alot :)....I was about to lose hope......Leave a comment:
-
Updating a table is driving me crazy...!!!
I have tried this code so many times, and it is frustrating me... I want to check if a record exist then just update a field, if it doesnt exist then Add 1st and then update.... the following code, seems to be close..but i am getting Error: Type mismatch at "[meeting date] = '#" & x & "#'"....... pls advise!!
Dim x As Date
Dim qry As QueryDef
Dim sql As String
Dim sql1 As String... -
-
Too Few Parameters..!!!!!
I am trying to run the following code, where a query runs by taking some values from a form, then a recordset is intialized to count the records from the query result....
but each time i run, i get this error
Error 3061: Too Few Parameters.Expe cted 2
my code:
...Code:Dim MyDB As DAO.Database Dim rstEmployee As DAO.Recordset Dim AdminArea As String Dim Line As String
-
Can anyone please help......... my whole project depends on this... :(Leave a comment:
-
Thank you,I have tried your code, but now i am getting a new error which say
The property "AuthUser" is not recognized... :(...although I have the SOAP toolkit referenced....Leave a comment:
-
Accessing a webservice from Access 2007..
My goal is to populate some fields in my table using a webservice that was created by other programmers in the company, and i have been told that i need SOAP to call it. I have tried using the SOAP toolkit and i keep getting "Access denied error", even after I supplied the user name and password....my code is as below:
Private Sub button1_Click()
Dim client As MSOSOAPLib30.So apClient30
Set... -
I am tryin the method you mentioned, but I keep getting an error...it says "Microsot Access Cannot send this message" ... :(.. I dont seem to be able to solve it,, please help....Leave a comment:
-
exporting from Access 2007 to Visio 2007..
I want to export the relations/tables that i have in the access database to an ERD diagram in Visio automatically,, is there a way to do it? please help me with the steps... -
sending SMS from Access
I really need to automate the sending of SMS once the request of an employee is approved to notifiy him.... I want to know if there is a VBA code that I can write to enable me to send the sms...
Thanks..your help is highly appreciated.. -
the layout is no problem, I am using web Expression and I am able to design it...but i dont know how to make the button work, and where to write the code, and how to link the button with the textBoxes....Leave a comment:
-
Yes a neat layout with input fields...and a button that once presses on will excute a code that takes the inputs, apply the formulas i programmed and give the result to the user..Leave a comment:
-
Yes a fixed calculation formula, the user only insert his number...the formulas are fixed for every user...Leave a comment:
-
thanks for the code you provided this is exactly what i am looking for...but I have a question......w here shall i put the SMTP/POP3 details so the application can actually connect to the internet and send the email?Leave a comment:
-
I need it because I want to place this page on a website and it will be used by old people...so they just need something to plug in their numbers and get their total expenses and a projection of their expenses for the coming ten years....Leave a comment:
No activity results to display
Show More
Leave a comment: