Click here to Skip to main content
15,902,275 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to know if it's possible to display my text result from a VB.NET Console application to a GridView in a asp.net page.


In one hand I have a ASP.NET page with a GridView which displays data from SQL Server data base. eg 4 lines with x columns

In the other hand i have my VB.NET Console which displays 4 lines eg:
PWD1
PWD2
PWD3
PWD4

I would like to put theses lines into the GridView in the first one which displays the other data or in a new one next to the first with all the data...


Thanks in advance

Best Regards

Samuel
Posted

Couldn't you create a temporary table in the database, save the 4 strings from the console app into the temp table, then retrieve the values as per normal from your ASP.Net page ?
 
Share this answer
 
I couldn't because i don't have the right. :(
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900