Binding data (string) to a label
- From: "Igor" <igorm@xxxxxxxx>
- Date: Fri, 13 Jun 2008 17:45:56 +0200
Hi
I build a page that has a dropdownlist control bound with data from a database. When user select an item from the dropdownlist I want a label to be filled with a result from a stored procedure. The stored procedure takes an ID of a selected item (@BoundID) from the dropdownlist and gives a result (@BoundIdentifier) as follows:
---
Running [dbo].[tbh_GetBoundIdentifier] ( @BoundID = cf44452b-8b05-45da-a7c6-14146fba0356, @BoundIdentifier = <NULL> ).
No rows affected.
(0 row(s) returned)
@BoundIdentifier = 160302_R.0582
@RETURN_VALUE = 0
Finished running [dbo].[tbh_GetBoundIdentifier].
---
The BoundIdentifier is always 13 char long.
How can I do that? I can't find any 'binding' for a label.
I'm new to ASP.NET.
.
- Follow-Ups:
- Re: Binding data (string) to a label
- From: Cowboy \(Gregory A. Beamer\)
- Re: Binding data (string) to a label
- Prev by Date: RE: A question on the HTML verbs GET and POST
- Next by Date: Re: ASP.NET Disassemble
- Previous by thread: Re: SQL and HTTP Request
- Next by thread: Re: Binding data (string) to a label
- Index(es):
Relevant Pages
|