Click here to Skip to main content
15,904,935 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Handling milliseconds in .Net Pin
Viral Upadhyay1-Mar-11 8:17
Viral Upadhyay1-Mar-11 8:17 
AnswerRe: Handling milliseconds in .Net Pin
meeram3952-Mar-11 0:22
meeram3952-Mar-11 0:22 
QuestionUploading photos to Flickr Pin
yetrus1-Mar-11 2:47
yetrus1-Mar-11 2:47 
AnswerRe: Uploading photos to Flickr Pin
yetrus11-Jan-12 10:12
yetrus11-Jan-12 10:12 
QuestionCrystol report error in google chrome Pin
pvchandana1-Mar-11 0:37
pvchandana1-Mar-11 0:37 
AnswerRe: Crystol report error in google chrome Pin
thatraja3-Mar-11 14:42
professionalthatraja3-Mar-11 14:42 
QuestionAjaxControlToolkit ModalPopupExtender in code behind [modified] Pin
Robert Espindola27-Feb-11 13:05
Robert Espindola27-Feb-11 13:05 
AnswerRe: AjaxControlToolkit ModalPopupExtender in code behind Pin
Not Active27-Feb-11 15:00
mentorNot Active27-Feb-11 15:00 
First, please format any code snippets you post using the "code block" toolbar item. This improves the readable and increases the chance you will actually get an answer. Read this[^]

Second, read some books on ASP.NET and C#.

string idx = ((Button)source).Attributes["Itm_idx"].ToString();

This is a useless conversion as Attributes are already strings and ToString() is a waste of processor cycles.

ctl00$ContentPlaceHolder1$DailyReceipts1$rpt_Ticket$ctl01$rpt_TicketDetail$ctl01$txt_qty
This is the clientId of the control in question and is not how you access a control in the code behind. You simple use the ID, txt_qty in this case. You certainly don't access it via the Form property.

I know the language. I've read a book. - _Madmatt

GeneralRe: AjaxControlToolkit ModalPopupExtender in code behind Pin
Robert Espindola27-Feb-11 16:46
Robert Espindola27-Feb-11 16:46 
GeneralRe: AjaxControlToolkit ModalPopupExtender in code behind Pin
Not Active27-Feb-11 17:11
mentorNot Active27-Feb-11 17:11 
AnswerRe: AjaxControlToolkit ModalPopupExtender in code behind Pin
Vimalsoft(Pty) Ltd28-Feb-11 22:37
professionalVimalsoft(Pty) Ltd28-Feb-11 22:37 
QuestionA proper DI implementation? Pin
Member 391904927-Feb-11 8:59
Member 391904927-Feb-11 8:59 
AnswerRe: A proper DI implementation? Pin
James Simpson28-Feb-11 3:57
James Simpson28-Feb-11 3:57 
GeneralRe: A proper DI implementation? Pin
Member 391904928-Feb-11 19:21
Member 391904928-Feb-11 19:21 
GeneralRe: A proper DI implementation? Pin
Member 391904928-Feb-11 20:01
Member 391904928-Feb-11 20:01 
GeneralRe: A proper DI implementation? Pin
James Simpson28-Feb-11 22:55
James Simpson28-Feb-11 22:55 
GeneralRe: A proper DI implementation? Pin
Member 39190491-Mar-11 8:44
Member 39190491-Mar-11 8:44 
GeneralRe: A proper DI implementation? Pin
Member 39190491-Mar-11 9:07
Member 39190491-Mar-11 9:07 
GeneralRe: A proper DI implementation? Pin
James Simpson1-Mar-11 10:02
James Simpson1-Mar-11 10:02 
AnswerRe: A proper DI implementation? Pin
Spectre_0013-Mar-11 2:03
Spectre_0013-Mar-11 2:03 
Questionpayment processor - your experience Pin
Jassim Rahma26-Feb-11 20:55
Jassim Rahma26-Feb-11 20:55 
AnswerRe: payment processor - your experience Pin
Abhijit Jana26-Feb-11 22:18
professionalAbhijit Jana26-Feb-11 22:18 
GeneralRe: payment processor - your experience Pin
Jassim Rahma3-Mar-11 1:12
Jassim Rahma3-Mar-11 1:12 
AnswerRe: payment processor - your experience Pin
N a v a n e e t h27-Feb-11 2:56
N a v a n e e t h27-Feb-11 2:56 
GeneralRe: payment processor - your experience Pin
Vimalsoft(Pty) Ltd28-Feb-11 22:38
professionalVimalsoft(Pty) Ltd28-Feb-11 22:38 

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.