Hi all,
I m using visual studio 2005 n I want to view a crystal report (rpt) on an aspx page without having to log on and pass parameters through the crystal report's default way.
I have .net 2005 installed on 2 machines. But on one of the PCs i am not able to see the design view of a webform within a web site created. There is no error that is showing, but it simply...
I have got the SQL Serve 2005 Express edition with adventureworks database from the Microsoft downloads.
How can I make a simplest analysis report using SQL Server 2005 BI?
What are the advantags/disadvantages of SQL Server Database Mirroring vs Clustering vs LogShipping over one another? And how do they differ from SQL Server 2000 to 2005?
I am trying to access the web application from another computer on LAN using the ip address for example:- http://10.102.2.33/WebApplication1/Login.aspx
i have placed some controls on a form along with a calander control which is cal.visible = false in the begining.
My problem is that when i am opening the calander ie setting...
Thanks for the reply, but on another system where the same .net framework is installed, it is creating the solution file in wwwroot only and not in vstudio at user's document folder.
Why so?
-vr
my .net solution file is getting stored in C:\Documents and Settings\User1\My Documents\Visual Studio Projects\Sol1.sln , whereas all my source code is being kept at wwwroot.
i think that the problem was not in the above code but with the assignment of the datasource for the grid.i was using the reader to assign values, instead when i tried it with dataAdapter its working...
hi,
i am trying to set editable row in the datagrid with the
DataGrid1_EditCommand(object source,System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
DataGrid1.EditItemIndex =...
hi!
if i have understood ur problem correctly then u r probably asking for the tree view to understand the relationship between ur rows........
well i had come accross a similar problem some time...
Hi!
I am using C#.Net and i want to know that how can i select an individual item through listbox event? i am trying to use ListBox1_SelectedIndexChanged() and show the value of...
hi!
thanks for that helpful link!
struggling with this small problem for quite some time, i think i have wrtten down some useful lines. and after seeing tht link of urs i think this code is working...
hi!
thanks for the reply!
i guess i cud not describe my problem appropriately in the previous post moreover i have changed my task into some other form as well.i try to describe it below :-
plz...
hi!
i am trying to read the excel file in a text box but my code is probably reading the entire sheet which is why at the end it gives the "out of memeory error".
How can i read only the populated...