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

ASP.NET

 
Questionmodal popup issue Pin
trilokharry17-Jun-10 19:34
trilokharry17-Jun-10 19:34 
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 
I have a webdayview control (proprietary Infragistics ASP.net control) on my page. On the aspx source I’ve inserted some javascript (webdayview_click) that calls a webmethod in the codebehind. This seems to work fine, but when I insert this webdayview control into a user control and move the corresponding javascript into the aspx of the user control, it doesn’t work. I can’t even insert a breakpoint into the javascript function to debug it. Is there a way to make it work? I want to enable the click event of the webdayview control so that when I click on it, the javascript function calls the webmethod. Here’s my code (remember it's in a user control):

Aspx:




<igsch:webscheduleinfo id="WebScheduleInfo1" runat="server">


<ig_scheduledata:webschedulesqlclientprovider id="WebScheduleSqlClientProvider1"
="" runat="server" webscheduleinfoid="WebScheduleInfo1" stylesetname="" stylesetpath="" stylesheetdirectory="">


<igsch:webdayview id="WebDayView1" runat="server"
="" webscheduleinfoid="WebScheduleInfo1" stylesetname="" stylesetpath="" stylesheetdirectory="" stylesheetfilename="C:/Users/Hardus/Documents/Visual Studio 2008/WebSites/toets/ig_res/ElectricBlue/ig_dayview.css">
<clientevents click="WebDayView1_Click">


<igmisc:webpagestyler id="WebPageStyler1" runat="server"
="" stylesetname="Default">


Cs:

public partial class WebUserControl : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
this.WebScheduleSqlClientProvider1.Connect("Database=cmRMI;Server=processor;user id=hardus;password=hardus");
}
[System.Web.Services.WebMethod]
public static void SetAppointmentInfo(int key)
{
//Add code here
}
}
AnswerRe: Click event of WebDayView in user control doesn't work Pin
Sandeep Mewara17-Jun-10 6:44
mveSandeep Mewara17-Jun-10 6:44 
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 

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.