Please check InitializeComponent(). It should have reference to your MyDataGrid_EditCommand function like this.
this.MyDataGrid.EditCommand += new System.Web.UI.WebControls.DataGridCommandEventHandler(this.MyDataGrid_EditCommand);
Hope this helps:-)
Hi,
I have an editable datagrid on my webform. And it works fine(I am able to edit, update or cancel the edit) except on certain situation. When the Datagrid is buid thru OnPreRender event, I am having trouble editing the data. The text box comes up. But not able to enter anything into that...
...web site, you will be able to download this sample from their website
http://support.crystaldecisions.com
and search for aspxmps85 or asp*
you will get a zip file containing a set of sample ASPs
Required_App_Components pack has the basic files needed for creating the web rteports...
I am using crystal reports 8.5 developer edition with rptserver, SmartViewerActiveX asp templates provided by crystal decisions
I have a master report, which has a sub report, and few hyperlinks which inturn open up another report. When I click the link on the master report another crystal...
Hi,
Yes, you can use ASP to do do all dynamic reporting
Go to the following link
http://support.crystaldecisions.com/updates/default.asp
and search for asp*
It returns some good samples on how to integrate CR with ASP
Let me know, whether it helps
Good luck
Hi,
I am getting an error in a DHTML app, with CR 8.5
"430 - Class does not support Automation or does not support expected interface"
This error pops up when I assign the reportsource to the viewer control. I am using
Could anybody tell, what causes this error?
Ok I got it
U are using DAO
Ok Here is the code for search
The strSearchCriteria is condition string to be searched.
For example,
if u are searching the 'state' field for value = 'NY' then your
strSearchCriteria = "State='NY'"
if u are searching for list of employees whose age is...
How do u add new entries to the database? How do get the data from access?
If u are accessing the data thru recordset, Then you can use 'Find' method of the recordset object to search the database.
Let me know how u access the data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.