Ask a Question related to ASP Database, Design and Development.
-
rikesh #1
Databind a combo
hi
I'm fairly new to ASP and I'm trying to bind a Recordset to a combo. Is it
the same way we do it in VB?
--
Kind Regards
Rikesh
(V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)
rikesh Guest
-
Databind after load
I have an ComboBox data bound to an XMLConnector, and a couple of Radio Buttons. I want to set it up so that when a user chooses a radio button, it... -
Slow DataBind()
Hi, On my asp.net page(VS 2003, Framework 1.1) I have a Datagrid control. I use a Stored Procedure in SQL server to get my data(120 posts), runs... -
BUG in DataBind? After .DataBind there are more DataGrid Items than DataSet Rows!
Consider: Private Sub BindData(ByRef objDataSet As DataSet) Dim x% = DataGrid_Report.Items.Count() Dim y% = objDataSet.Tables(0).Rows.Count() '... -
Confused about when to Databind
You should only data bind in Page_Load on 1st visit (ie If IsPostBack = False). Usually, i'll make a function 'BindGrid()' and call it when i need... -
DataBind
Hello all. I'm populating a dropdown box using the databind(). I'm trying to get two values in one selection. So far I have this:... -
Bullschmidt #2
Re: Databind a combo
Fill A ComboBox with DB Information by Joao Vieira - 4/15/1999
[url]http://www.4guysfromrolla.com/webtech/041599-1.shtml[/url]
Basic info.
Building List Boxes Using the Results from a Database Query - 12/6/1999
[url]http://www.4guysfromrolla.com/webtech/120699-1.shtml[/url]
Function to fill a list box.
Using Functions to Control Form Elements by Mike Tickle - 6/18/1999
[url]http://www.15seconds.com/Issue/990618.htm[/url]
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest



Reply With Quote

