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

ASP.NET

 
AnswerRe: modal popup issue Pin
Sandeep Mewara18-Jun-10 7:44
mveSandeep Mewara18-Jun-10 7:44 
QuestionFindAndReplace() method in Word Document in C#.net Pin
raghvendrapanda17-Jun-10 7:40
raghvendrapanda17-Jun-10 7:40 
AnswerRe: FindAndReplace() method in Word Document in C#.net Pin
Sandeep Mewara17-Jun-10 16:37
mveSandeep Mewara17-Jun-10 16:37 
AnswerRe: FindAndReplace() method in Word Document in C#.net Pin
koolprasad200317-Jun-10 20:04
professionalkoolprasad200317-Jun-10 20:04 
QuestionGet status of Remote windows service Pin
VC_RYK17-Jun-10 7:26
VC_RYK17-Jun-10 7:26 
AnswerRe: Get status of Remote windows service Pin
Sandeep Mewara17-Jun-10 16:35
mveSandeep Mewara17-Jun-10 16:35 
QuestionClick event of WebDayView in user control doesn't work Pin
Hardus Lombaard17-Jun-10 4:55
Hardus Lombaard17-Jun-10 4:55 
AnswerRe: Click event of WebDayView in user control doesn't work Pin
Sandeep Mewara17-Jun-10 6:44
mveSandeep Mewara17-Jun-10 6:44 
Please use PRE tags to format your code part. It really helps everyone to read and answer questions.


Hardus Lombaard wrote:
insert this webdayview control into a user control and move the corresponding javascript into the aspx of the user control, it doesn’t work.

This means you have not taken care of the control names in Javascript. Once you put the control in a user control, a string would append at the start of your control name. This new ID which can be found out easily using a ViewSource of your webpage, must be used in Javascript to access it.


Hardus Lombaard wrote:
. I can’t even insert a breakpoint into the javascript function to debug it.

Why so? You can put "debugger;" at the start of function and enable Javascript debugging in your IE settings! You are all set to debug it now.
QuestionASP TextBox control showing "" (zero-length string) always Pin
Shailender K17-Jun-10 4:52
Shailender K17-Jun-10 4:52 
AnswerRe: ASP TextBox control showing "" (zero-length string) always Pin
Sandeep Mewara17-Jun-10 6:40
mveSandeep Mewara17-Jun-10 6:40 
GeneralRe: ASP TextBox control showing "" (zero-length string) always Pin
Shailender K17-Jun-10 19:45
Shailender K17-Jun-10 19:45 
GeneralRe: ASP TextBox control showing "" (zero-length string) always Pin
Sandeep Mewara17-Jun-10 19:47
mveSandeep Mewara17-Jun-10 19:47 
AnswerRe: ASP TextBox control showing "" (zero-length string) always Pin
T M Gray17-Jun-10 10:01
T M Gray17-Jun-10 10:01 
QuestionApplication object + logged in users Pin
Hemant Thaker17-Jun-10 2:51
Hemant Thaker17-Jun-10 2:51 
AnswerRe: Application object + logged in users Pin
Brij17-Jun-10 5:37
mentorBrij17-Jun-10 5:37 
QuestionRe: Application object + logged in users Pin
Hemant Thaker17-Jun-10 8:53
Hemant Thaker17-Jun-10 8:53 
GeneralRe: Application object + logged in users Pin
T M Gray17-Jun-10 11:09
T M Gray17-Jun-10 11:09 
Questionneed Intiligant algorithm Pin
eslam soliman17-Jun-10 2:00
eslam soliman17-Jun-10 2:00 
AnswerRe: need Intiligant algorithm Pin
R. Giskard Reventlov17-Jun-10 2:07
R. Giskard Reventlov17-Jun-10 2:07 
Questionhow to enter dataset value into the combobox as Selected Text Pin
Amit Spadez17-Jun-10 1:43
professionalAmit Spadez17-Jun-10 1:43 
AnswerRe: how to enter dataset value into the combobox as Selected Text Pin
shreekar17-Jun-10 1:59
shreekar17-Jun-10 1:59 
GeneralRe: how to enter dataset value into the combobox as Selected Text Pin
Amit Spadez17-Jun-10 2:05
professionalAmit Spadez17-Jun-10 2:05 
GeneralRe: how to enter dataset value into the combobox as Selected Text Pin
shreekar17-Jun-10 3:30
shreekar17-Jun-10 3:30 
QuestionDynamic grid problem Pin
Amit Patel198517-Jun-10 1:19
Amit Patel198517-Jun-10 1:19 
QuestionHttpContext.Current.Server.MapPath Pin
KishoreT17-Jun-10 0:03
KishoreT17-Jun-10 0:03 

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.