Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Is number Pin
Tad McClellan17-Jul-06 13:21
professionalTad McClellan17-Jul-06 13:21 
GeneralRe: Is number Pin
RichardGrimmer23-Jul-06 8:42
RichardGrimmer23-Jul-06 8:42 
QuestionSqldependency [modified] Pin
kjosh17-Jul-06 7:32
kjosh17-Jul-06 7:32 
AnswerRe: Sqldependency Pin
minhpc_bk17-Jul-06 15:46
minhpc_bk17-Jul-06 15:46 
QuestionWeb services Pin
momo00717-Jul-06 7:12
momo00717-Jul-06 7:12 

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.