Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP says not a table
Message
From
06/12/2007 08:37:25
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/12/2007 17:46:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01252602
Message ID:
01273553
Views:
25
>Thanks Cetin -
>
>I have watched a few of the MS training videos on this and have it as far as you go. But I find the form view too constrained for my tastes. I'd like to work with textboxes instead. Maybe this is just a lack of familiarity. What do you think? Can you tell me how to place the data into a textbox?
>- Don

I'm not versed with web controls but AFAIK you can only bind to databound controls (DataGrid,GridView,FormView,DataList...). For a textbox you'd need to set the value between posts. You can bind to data:
<% Bind(...) %>
But that is hard to handle as I found out, prone to error messages when you add code like DataBind() etc.

FormView content is template enabled (and almost all of them) and you could set a template where view/edit is exactly how you want it to be with a textbox that is not inside a formview.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform