|
-
Dec 22nd, 2007, 12:17 AM
#1
Thread Starter
Addicted Member
Application Variable in SQLDatasource!
I have been searching for hours , how can I use an application variable in my datasource as a parameter . . .
Does anyone know
-
Dec 24th, 2007, 05:32 AM
#2
Re: Application Variable in SQLDatasource!
You could either use <% %> or you could modify it in the codebehind
SqlDataSource1.SelectParameters("employeeid").Value = TextBox1.Text
(It may be .Value or .DefaultValue)
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
|