|
-
Apr 12th, 2008, 12:54 PM
#1
Thread Starter
New Member
-
Apr 12th, 2008, 01:18 PM
#2
Re: Inserting input into a pre-populated field..?
Your form looks like it's VB.NET, so I'll move this to the VB.NET forum.
You've only given the codebehind file for your form, so we have no way of knowing what your form looks like. However, you would do something like this
Code:
TextBox1.Text = userid & " received [" & applicationid & "] with the received date of [" & receivedDate & "]"
Just an example of course, you need to work on creating those variables or populating their values from whatever your source of data is.
Oh, and welcome to the forums.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|