I am using Crystal Reports.NET CrystalViewer Control one of my .aspx page.
If I add a records in a Datagrid that record not reflected in my Report Page.
It would be appriciated if any one provide solution to resolve it.
DataPage.aspx - Updating Records in Datagrid
ReportPage.aspx -...
Sorry I wrongly typed SorExpression. It should be SortExpression.
I had given SortExpression="Field_Name" all my bounded columns.
Still I am trying to Resolve it.
Waiting for Solution.
Karthik Bala
Public Sub SortCommand_OnClick(ByVal Source As Object, ByVal E As DataGridSortCommandEventArgs)
DsAddressBook1 = Session("dsAddressUSA")
Dim dv As DataView = DsAddressBook1.ADDRESS_LST.DefaultView
dv.Sort = E.SortExpression
dgUSA.DataSource = dv...
I couldn't debug my ASP.WEB Application.
If I press F11 it shows the following msg
"Error while trying to run project: Unable to start debugging on the server. A debugger is already
attached. Would you like to disable future attempts to debug ASP.NET pages for this project?"
Even...
I have 3 Tables
Data Structure Below
Table1:
ADDRESS_ID INT ( Seed ) Primary Key
ST_ID INT Foriegn Key
CNT_ID INT Foriegn Key
First_NM NVARCHAR(50)
Table 2:
ST_ID INT Primary Key
ST_CD INT
ST_NM NVARCHAR(50)
Table3:
CNT_ID INT...
DsAddressBook1 is the Dataset
The Table "Address_Lst" has an Identity Col "ADDRESS_ID "(seed)
Dim dt As DataTable = DsAddressBook1.Tables("Address_Lst")
Dim dr As DataRow = DsAddressBook1.ADDRESS_LST.NewRow
dr("FIRST_NM") = txtFirstName.Text.Trim...
I want to create a Dropdown Menu in my Web Form (WebForm1.aspx)
If would be appreciated if any one give a solution or any references for the above!
Karthik Bala
devlnk@hotmail.com
Even I changed the Web.Config file point to the Quickstart Installed path I am getting the same Error msg.
What I suppose to change in Web.Config file and Which web.Config file I should change.
Karthik Bala
devlnk@hotmail.com
Hi
I am working on MS Visual Studio Enterprise Architech - English. When I open the link in ASP.NET Quickstart tutorial Samples 'View Source Code' Link in the samples It displays the following message(not showing original code).
Source Viewer Error: cannot show this file
Either the file does...
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.