|
Re: Image Button in the Template column of the datagrid: msg#00145windows.devel.dotnet.web
Oflate It is observed that none of the events on this user control are getting fired.The datagrid i have mentioned below is in this user control. Now the issue is why the events of the dynamically loaded user control are not getting fired. Thank You parikshith -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:DOTNET-WEB@xxxxxxxxxxxxxxxxxxx]On Behalf Of Padala, Parikshith Sent: Tuesday, June 28, 2005 3:41 PM To: DOTNET-WEB@xxxxxxxxxxxxxxxxxxx Subject: [DOTNET-WEB] Image Button in the Template column of the datagrid Hi I have an image Button in the template column of the data grid. The Image Button click does'nt invoke the ItemCommand of the datagrid. Any ideas on what am i doing wrong here. The code listing : Private void Page_Load(object sender, System.EventArgs e) { if(!IsPostBack) { LoadReportGrid(); } } private void dtgrdPendingCases_ItemCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e) { TextWriter tw = new StreamWriter("C:\\ImageButtonTest.txt"); // write a line of text to the file tw.WriteLine("); tw.Flush(); tw.close() } -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:DOTNET-WEB@xxxxxxxxxxxxxxxxxxx]On Behalf Of Patrick Steele Sent: Tuesday, June 28, 2005 2:34 PM To: DOTNET-WEB@xxxxxxxxxxxxxxxxxxx Subject: Re: [DOTNET-WEB] VB6 and .NET Web Services. There's always the deprecated SOAP Toolkit: http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC -4088-9753-86F052EC8450&displaylang=en This would allow you to call webservices without the .NET framework or worrying about wrapping/exposing a .NET object to COM. -- Patrick Steele Microsoft .NET MVP http://weblogs.asp.net/psteele ---- Original Message ---- From: kking@xxxxxxxxxxxxxxxxxx To: DOTNET-WEB@xxxxxxxxxxxxxxxxxxx Subject: Re: [DOTNET-WEB] VB6 and .NET Web Services. Date: Tue, 28 Jun 2005 10:20:49 +0100 >This question was easier than I though, I've found dome info at > ><http://www.dotnetspider.com/technology/kbpages/898.aspx> > >if anyones interested. I just needed to know yes or no, and it looks >like >you can call a web service within vb6, after you've wrapped it. > >-----Original Message----- >From: Karl King - TP Technologies [mailto:kking@xxxxxxxxxxxxxxxxxx] >Sent: 28 June 2005 10:05 >To: DOTNET-WEB@xxxxxxxxxxxxxxxxxxx >Subject: [DOTNET-WEB] VB6 and .NET Web Services. > > >Can a traditional VB6 application talk to a ASP.NET Web Service, >My answer would be no. But we're going to start talking about >migrating >allot of our code to .NET soon, >starting off by getting all our main functionality into web services. > >I have a meeting today regarding this, and I know I'm going to be >asked this >very question. Is there a logical way around this that I'm missing ? > >This is probably an easy one for anyone already doing this type of >thing. So >you've guessed right that I'm new to this (.NET web services that is) > >cheers Karl. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Image Button in the Template column of the datagrid: 00145, Padala, Parikshith |
|---|---|
| Next by Date: | Timeout debugging web service: 00145, Ainsley, Robert, ISD |
| Previous by Thread: | Image Button in the Template column of the datagridi: 00145, Padala, Parikshith |
| Next by Thread: | Re: Image Button in the Template column of the datagrid: 00145, Christopher Reed |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |