Jump to content

albert_leung

Members
  • Posts

    4
  • Joined

  • Last visited

albert_leung's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi All. Let say I have two different web form, web form A and web form B. my datagrid and all the related coding is on the web form A, but now, I want to show my datagrid on web form B instead shows it on the web form A. Thanks.Albert
  2. Hi All. I am using VB.Net to work on my project. Is any one can teach me how can I show the Datagird to the new page either in VB.Net or ASP coding please? Thank you very much.AlbertHere is my code: Sub ShowPage() ' Populate the DataGrid SearchResultsGrid.DataSource = ResultsToDataSet(whichResultsPage) SearchResultsGrid.PageSize = itemsPerPage SearchResultsGrid.CurrentPageIndex = whichResultsPage If (bKeepResultsInSession) Then SearchResultsGrid.VirtualItemCount = Results.Count Else SearchResultsGrid.VirtualItemCount = totalDocCount End If SearchResultsGrid.DataBind() If (Not bKeepResultsInSession) Then Results.Dispose() Results = Nothing End If End Sub
  3. Thank you for your help. What if I want to load the data from the database and show it to the drop box automatically? Since I have many records and I would like to list one attribute in the drop box. For example, I would like to let the user choose the name of the animal and I retrieve the name from my database and show it to the drop box. Thank you so much.Regards
  4. Hi All. This is urgent. I am using Coldfusion to create the homepage. I want to retrieve the items from Database and those items are become my drop box for user select and send the selected item to another page. Could someone can help me how to write the HTML code or using other language with Coldfusion? I am a new guy for using HTML and Coldfusion. Thanks a lotAlbert
×
×
  • Create New...