Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net session expired continuously while i am working in my app and making transactions i became logged out...need help? Pin
Richard MacCutchan6-Jun-12 2:56
mveRichard MacCutchan6-Jun-12 2:56 
GeneralRe: asp.net session expired continuously while i am working in my app and making transactions i became logged out...need help? Pin
Pankaj Nikam6-Jun-12 7:45
professionalPankaj Nikam6-Jun-12 7:45 
AnswerRe: asp.net session expired continuously while i am working in my app and making transactions i became logged out...need help? Pin
Paul Conrad6-Jun-12 9:14
professionalPaul Conrad6-Jun-12 9:14 
GeneralRe: asp.net session expired continuously while i am working in my app and making transactions i became logged out...need help? Pin
ma.amer6-Jun-12 21:52
ma.amer6-Jun-12 21:52 
QuestionFlash Object Socket in asp.net Pin
Zeyad Jalil5-Jun-12 20:23
professionalZeyad Jalil5-Jun-12 20:23 
QuestionUpload an Excel to Sql table Pin
comeshyamala5-Jun-12 19:29
comeshyamala5-Jun-12 19:29 
AnswerRe: Upload an Excel to Sql table Pin
egenis5-Jun-12 21:06
egenis5-Jun-12 21:06 
QuestionC# web form delegates Pin
classy_dog5-Jun-12 13:33
classy_dog5-Jun-12 13:33 
In a C# 2010 web form application, I need to make a change where some logic is hard-coded and I want to obtain the values from a sql server 2008 r2 database.
Before I make any changes, I want to make certain I understand how the existing logic work.
In a microsoft training class for C#.net, I learned about delegatesand worked on 'labs' to teach you the concepts.

When you look at the code I listed below:


LabelCustomerName.Text += transaction.CustomerName;
 LabelCustome_Status.Text += transaction.Customer_Status;

you can see the customer name and customer_status are placed into
textboxes.

I am guessing that the fields to the right of the += are delegates.
If this is true, can you tell me how to find the original location where the values are obtained from?

If these are not delegates, can you tell me and/or point me to a reference that will help me determine where the orginal values are obtained from?

Should I use system.reflections? If so, can you tell me what code to use so I would know how to use system.reflections?
AnswerRe: C# web form delegates Pin
Abhinav S5-Jun-12 16:16
Abhinav S5-Jun-12 16:16 
QuestionReporting structure in asp.net Pin
sarojcode5-Jun-12 9:33
sarojcode5-Jun-12 9:33 
AnswerRe: Reporting structure in asp.net Pin
Paul Conrad5-Jun-12 10:40
professionalPaul Conrad5-Jun-12 10:40 
AnswerRe: Reporting structure in asp.net Pin
Abhinav S5-Jun-12 16:18
Abhinav S5-Jun-12 16:18 
QuestionGrid in ASP.Net Pin
basitsar5-Jun-12 5:26
basitsar5-Jun-12 5:26 
AnswerRe: Grid in ASP.Net Pin
R. Giskard Reventlov5-Jun-12 5:34
R. Giskard Reventlov5-Jun-12 5:34 
AnswerRe: Grid in ASP.Net Pin
Sandeep Mewara5-Jun-12 5:59
mveSandeep Mewara5-Jun-12 5:59 
AnswerRe: Grid in ASP.Net Pin
David Mujica5-Jun-12 6:03
David Mujica5-Jun-12 6:03 
AnswerRe: Grid in ASP.Net Pin
taha bahraminezhad Jooneghani5-Jun-12 6:18
taha bahraminezhad Jooneghani5-Jun-12 6:18 
AnswerRe: Grid in ASP.Net Pin
ZurdoDev5-Jun-12 7:40
professionalZurdoDev5-Jun-12 7:40 
AnswerRe: Grid in ASP.Net Pin
thatraja5-Jun-12 15:01
professionalthatraja5-Jun-12 15:01 
AnswerRe: Grid in ASP.Net Pin
Abhinav S5-Jun-12 17:20
Abhinav S5-Jun-12 17:20 
Questionaspxgridview and checkbox problem Pin
tomorrow_ft4-Jun-12 22:33
tomorrow_ft4-Jun-12 22:33 
AnswerRe: aspxgridview and checkbox problem Pin
Sandeep Mewara5-Jun-12 5:55
mveSandeep Mewara5-Jun-12 5:55 
Questionitemupdating in detailsview Pin
Gaurav Software Developer4-Jun-12 19:41
Gaurav Software Developer4-Jun-12 19:41 
AnswerRe: itemupdating in detailsview Pin
Sandeep Mewara5-Jun-12 6:02
mveSandeep Mewara5-Jun-12 6:02 
QuestionGetting data to the ASP.NET application from BAPI at Runtime and displaying that data(table) in Crysral Report Pin
venugopalreddy14-Jun-12 6:15
venugopalreddy14-Jun-12 6:15 

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.