Forum: ASP.NET Feb 27th, 2009 |
| Replies: 3 Views: 471 I tried it but doesn't work.
<%verifyurl%> is on a html page set by E-mail upon registration.
It should be changed into random "verifyurl" variable (URL) from VB code in the back file.
... |
Forum: ASP.NET Feb 23rd, 2009 |
| Replies: 3 Views: 471 Thanks Serkan, I'll try this and post results!
Thanks again for your answer.
Be well
Dee |
Forum: ASP.NET Feb 21st, 2009 |
| Replies: 3 Views: 471 Hi all!
I have a problem (probably a simple one). And I need some help with it.
The line with bold red "verifyurl" gives me a bit of a headache. It comes up with an error File <%verifyurl%>... |
Forum: VB.NET Feb 20th, 2009 |
| Replies: 1 Views: 398 I think I found it out Withevents was missing
Thanks all for your patience with me.
Dee |
Forum: VB.NET Feb 20th, 2009 |
| Replies: 1 Views: 398 I have a problem... stuck a bit...
I'm trying to get this confirmation link into the letter I'll send to my friends. I got the following code on the net but it just doesn't work.
I have... |
Forum: MS Access and FileMaker Pro Oct 19th, 2006 |
| Replies: 4 Views: 3,399 Hi!
A bit of a stuck-up.
I have a problem which is probably simple to manage (not for me though - my brains work 24hrs/day and don’t come up with nothing).
I want to show several different... |
Forum: VB.NET May 4th, 2006 |
| Replies: 0 Views: 1,706 Hi!
I'm trying to put a combo box in each cell of a row (make a row with combos).
This would be a first row of a bound datagridview on my form. |
Forum: VB.NET May 4th, 2006 |
| Replies: 0 Views: 2,881 Hi!
Since there is no problem (any longer) to update database via simple datatable binded to a datagridview I would like to go to a second level. |
Forum: VB.NET Apr 5th, 2006 |
| Replies: 2 Views: 6,914 Hi!
I have both combo boxes and datagridview on the same form. Combos are not inside the datagrid. They are outside On the top of datagrid aligned in a horizontal line.
Each combo is... |
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2006 |
| Replies: 2 Views: 10,652 Thanks Yomet!
I'll try this and see if it succeeds. :rolleyes:
Thanks many times for your reply. :)
I'll post my findings anyway. |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2006 |
| Replies: 5 Views: 2,208 Hi watkins6878!
Do you also know anything about setting –up a combo box and filling it with a list from a custom query (fillby,getby- within tableadapter).
Thanks in advance! |
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2006 |
| Replies: 2 Views: 10,652 Dear friends!
Can anyone tell me how can I connect an additional data query I created inside the tableadapter (inside dataset-editor) to a combo box list? So I will actually see the data in list.... |
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2006 |
| Replies: 5 Views: 2,208 Ok. zillabunny!!!
I found the way!!!!
you only have to write:
my.forms.form2.show()
Thanks anyway - you're the best |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 5 Views: 2,208 Many thanks if it helps Zillabunny!!! |
Forum: Visual Basic 4 / 5 / 6 Feb 6th, 2006 |
| Replies: 5 Views: 2,208 Hi!
Please, anyone...
I put a button1 on form1 and I want to open a form2 with it.
It sounds so simple (With ms access it was!) :o
I'm tryning to do this in Visual studio express now. ... |