Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: snitz forum Pin
Paddy Boyd17-Jul-06 23:52
Paddy Boyd17-Jul-06 23:52 
QuestionMaster Detail Grid. Pin
deepaks317-Jul-06 20:06
deepaks317-Jul-06 20:06 
AnswerRe: Plz help on calendar control Pin
Wesley Samuel17-Jul-06 20:37
Wesley Samuel17-Jul-06 20:37 
QuestionTable in vb.net vb.net 1.1 Pin
amaneet17-Jul-06 19:04
amaneet17-Jul-06 19:04 
QuestionAdvice wanted re: sizing datagrid optimally Pin
Member 9617-Jul-06 18:57
Member 9617-Jul-06 18:57 
QuestionRestrict the page from redirecting to another page Pin
venkatasivaramaprasad17-Jul-06 18:51
venkatasivaramaprasad17-Jul-06 18:51 
QuestionError while calling web service Pin
Sathiyaraj Ganesan17-Jul-06 17:54
Sathiyaraj Ganesan17-Jul-06 17:54 
AnswerRe: Error while calling web service Pin
Swapnil Piparia23-Jul-06 22:48
Swapnil Piparia23-Jul-06 22:48 
Questiondatagrid count Pin
dansoft17-Jul-06 17:51
dansoft17-Jul-06 17:51 
AnswerRe: datagrid count Pin
postmaster@programmingknowledge.com17-Jul-06 18:29
postmaster@programmingknowledge.com17-Jul-06 18:29 
AnswerRe: datagrid count Pin
Pradipta Basu17-Jul-06 22:24
Pradipta Basu17-Jul-06 22:24 
QuestionData Binding to textbox Pin
For_IT17-Jul-06 12:22
For_IT17-Jul-06 12:22 
AnswerRe: Data Binding to textbox Pin
minhpc_bk17-Jul-06 15:42
minhpc_bk17-Jul-06 15:42 
Hi there,
You should remember that the TextBox does not have the DataSource or DataSourceID properties as the DropDownList, however you can use the data binding expression to bind to the Text property of the TextBox. It looks something like:
<asp:TextBox runat="server" ID="TextBox1" Text="<%# your expression goes here %>" />
and you need to call the DataBind method.

AnswerRe: Data Binding to textbox Pin
postmaster@programmingknowledge.com17-Jul-06 16:02
postmaster@programmingknowledge.com17-Jul-06 16:02 
QuestionMail sending problum Pin
kirthikirthi17-Jul-06 10:17
kirthikirthi17-Jul-06 10:17 
AnswerRe: Mail sending problum Pin
fistiki17-Jul-06 10:32
fistiki17-Jul-06 10:32 
Questioncaching [modified] Pin
kjosh17-Jul-06 8:43
kjosh17-Jul-06 8:43 
AnswerRe: caching Pin
Not Active17-Jul-06 8:48
mentorNot Active17-Jul-06 8:48 
GeneralRe: caching Pin
kjosh17-Jul-06 9:54
kjosh17-Jul-06 9:54 
GeneralRe: caching Pin
Not Active17-Jul-06 12:47
mentorNot Active17-Jul-06 12:47 
QuestionBold / Italic (Urgent) Pin
kirthikirthi17-Jul-06 8:05
kirthikirthi17-Jul-06 8:05 
AnswerRead / Learn Pin
Not Active17-Jul-06 8:45
mentorNot Active17-Jul-06 8:45 
QuestionIs number Pin
kirthikirthi17-Jul-06 7:48
kirthikirthi17-Jul-06 7:48 
AnswerRe: Is number Pin
leckey17-Jul-06 8:16
leckey17-Jul-06 8:16 
GeneralRe: Is number Pin
kirthikirthi17-Jul-06 9:36
kirthikirthi17-Jul-06 9:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.