Click here to Skip to main content
15,891,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIssue on DataGrid! Pin
Deepasubramanian15-Feb-07 7:21
Deepasubramanian15-Feb-07 7:21 
AnswerRe: Issue on DataGrid! Pin
N a v a n e e t h15-Feb-07 18:48
N a v a n e e t h15-Feb-07 18:48 
GeneralRe: Issue on DataGrid! Pin
Deepasubramanian15-Feb-07 18:56
Deepasubramanian15-Feb-07 18:56 
Questioncopying projects [modified] Pin
TheEagle15-Feb-07 6:43
TheEagle15-Feb-07 6:43 
QuestionIE window resize on Page.Load event Pin
Jaguas15-Feb-07 6:38
Jaguas15-Feb-07 6:38 
AnswerRe: IE window resize on Page.Load event Pin
Guffa15-Feb-07 9:38
Guffa15-Feb-07 9:38 
QuestionC# & DataBinder.Eval Pin
digsy_15-Feb-07 6:03
digsy_15-Feb-07 6:03 
AnswerRe: C# & DataBinder.Eval Pin
DavidNohejl15-Feb-07 9:17
DavidNohejl15-Feb-07 9:17 
Did you try it without quotes?


digsy_ wrote:

NewTab.Text = DataBinder.Eval("ReturnedDataset.Tables["rows"].DefaultView.[0].tab_name");


Literal "ReturnedDataset.Tables["rows"].DefaultView.[0].tab_name" is passed to Eval function. You want to pass value in tab_name.

NewTab.Text = DataBinder.Eval(ReturnedDataset.Tables["rows"].DefaultView.[0].tab_name);


WTF | :WTF: Just noticed... You example shouldn't even compile - You cannot nest quotes!


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

QuestionHow do I set a Dropdown list item Programatically? Pin
Quecumber25615-Feb-07 6:01
Quecumber25615-Feb-07 6:01 
AnswerRe: How do I set a Dropdown list item Programatically? Pin
-Dr_X-15-Feb-07 9:35
-Dr_X-15-Feb-07 9:35 
QuestionGridView and ajax postback Pin
tmiku15-Feb-07 4:48
tmiku15-Feb-07 4:48 
QuestionImage title attribute as ToolTip!?!? Pin
badgrs15-Feb-07 3:53
badgrs15-Feb-07 3:53 
QuestionServer Error Pin
Sarfaraj Ahmed15-Feb-07 3:30
Sarfaraj Ahmed15-Feb-07 3:30 
AnswerRe: Server Error Pin
Not Active15-Feb-07 4:19
mentorNot Active15-Feb-07 4:19 
GeneralRe: Server Error Pin
Sarfaraj Ahmed15-Feb-07 5:24
Sarfaraj Ahmed15-Feb-07 5:24 
GeneralRe: Server Error Pin
Not Active15-Feb-07 5:47
mentorNot Active15-Feb-07 5:47 
GeneralRe: Server Error Pin
Sarfaraj Ahmed15-Feb-07 6:14
Sarfaraj Ahmed15-Feb-07 6:14 
QuestionIncrease Upload File size Pin
R.Palanivel15-Feb-07 3:26
R.Palanivel15-Feb-07 3:26 
AnswerRe: Increase Upload File size Pin
BINOVAR15-Feb-07 17:33
BINOVAR15-Feb-07 17:33 
GeneralRe: Increase Upload File size Pin
R.Palanivel15-Feb-07 22:00
R.Palanivel15-Feb-07 22:00 
GeneralRe: Increase Upload File size Pin
BINOVAR15-Feb-07 22:09
BINOVAR15-Feb-07 22:09 
QuestionInserting date Pin
Kunal P15-Feb-07 3:13
Kunal P15-Feb-07 3:13 
AnswerRe: Inserting date Pin
R.Palanivel15-Feb-07 3:33
R.Palanivel15-Feb-07 3:33 
QuestionRe: Inserting date Pin
Kunal P15-Feb-07 3:45
Kunal P15-Feb-07 3:45 
AnswerRe: Inserting date Pin
badgrs15-Feb-07 3:51
badgrs15-Feb-07 3:51 

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.