Click here to Skip to main content
15,894,320 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: transferring files Pin
michaelschmitt18-Apr-10 10:42
michaelschmitt18-Apr-10 10:42 
AnswerRe: transferring files Pin
Michel Godfroid18-Apr-10 19:46
Michel Godfroid18-Apr-10 19:46 
QuestionRadGrid keeping textboxes in sync with bounddata column? Pin
Steve Holdorf18-Apr-10 8:27
Steve Holdorf18-Apr-10 8:27 
AnswerRe: RadGrid keeping textboxes in sync with bounddata column? Pin
daveyerwin18-Apr-10 8:35
daveyerwin18-Apr-10 8:35 
GeneralRe: RadGrid keeping textboxes in sync with bounddata column? Pin
Steve Holdorf18-Apr-10 9:13
Steve Holdorf18-Apr-10 9:13 
GeneralRe: RadGrid keeping textboxes in sync with bounddata column? Pin
daveyerwin18-Apr-10 12:49
daveyerwin18-Apr-10 12:49 
GeneralRe: RadGrid keeping textboxes in sync with bounddata column? Pin
Steve Holdorf18-Apr-10 13:15
Steve Holdorf18-Apr-10 13:15 
QuestionCan I Bind method to the control? Pin
marijus518-Apr-10 5:34
marijus518-Apr-10 5:34 
Hi,

i have an object with a method which returns a string

public class Object
{
public Object(){}

public string methodName()
{
string result = ...some calculations...
return result;
}
}

im using this object as datasource for GridView1
GridView1.DataSource=Object1;

now i want to bind this method to GridView1 column
<%# Bind("methodName()")%>

but it fails..
when i bind a property its works ok, but i need bind a result returd from method.

Is is possible or there is any work around?

thanks
AnswerRe: Can I Bind method to the control? Pin
Brij18-Apr-10 6:20
mentorBrij18-Apr-10 6:20 
GeneralRe: Can I Bind method to the control? Pin
marijus518-Apr-10 7:18
marijus518-Apr-10 7:18 
GeneralRe: Can I Bind method to the control? Pin
Brij18-Apr-10 7:58
mentorBrij18-Apr-10 7:58 
QuestionIssue with WebToolBox.DatePicker... Pin
<<Tash18>>18-Apr-10 3:39
<<Tash18>>18-Apr-10 3:39 
AnswerRe: Issue with WebToolBox.DatePicker... Pin
Sandeep Mewara18-Apr-10 5:26
mveSandeep Mewara18-Apr-10 5:26 
QuestionForcing full postback in UpdatePanel Pin
paper6718-Apr-10 3:04
paper6718-Apr-10 3:04 
AnswerRe: Forcing full postback in UpdatePanel [modified] Pin
daveyerwin18-Apr-10 4:42
daveyerwin18-Apr-10 4:42 
GeneralRe: Forcing full postback in UpdatePanel Pin
paper6718-Apr-10 8:57
paper6718-Apr-10 8:57 
GeneralRe: Forcing full postback in UpdatePanel Pin
daveyerwin18-Apr-10 12:11
daveyerwin18-Apr-10 12:11 
QuestionInvalid column names in asp.net application with sql server Pin
Lessobvious18-Apr-10 0:48
Lessobvious18-Apr-10 0:48 
AnswerRe: Invalid column names in asp.net application with sql server Pin
Not Active18-Apr-10 1:07
mentorNot Active18-Apr-10 1:07 
GeneralRe: Invalid column names in asp.net application with sql server Pin
Lessobvious18-Apr-10 2:35
Lessobvious18-Apr-10 2:35 
GeneralRe: Invalid column names in asp.net application with sql server Pin
Brij18-Apr-10 6:25
mentorBrij18-Apr-10 6:25 
AnswerRe: Invalid column names in asp.net application with sql server Pin
preetpal kapoor7-Jun-11 5:54
preetpal kapoor7-Jun-11 5:54 
Questionradio button list problem [modified] Pin
SreejithKumar M18-Apr-10 0:00
SreejithKumar M18-Apr-10 0:00 
AnswerRe: radio button list problem Pin
Brij18-Apr-10 0:22
mentorBrij18-Apr-10 0:22 
AnswerRe: radio button list problem Pin
Abhijit Jana18-Apr-10 0:53
professionalAbhijit Jana18-Apr-10 0:53 

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.