I have the following:
excelWorkSheet.Cells[count, 4] = dr.ItemArray[0].ToString();
In dr.ItemArray[0].ToString(); there is 01
but when I see it in the excel it shows ...
Hi,
I have a treeview (.net control) in one application but I would like to add the possibility that the user could show or hide the tooltips on the different nodes of the treeview. Curre...
Using VB.NET, VS2005, ASP.NET 2.0 and Ajax Control Toolkit.
I have a GridView connected to an ObjectDataSource. The SelectMethod on my ObjectDataSource is expecting a parameter "First_Name...
I have a SSRS application that users can view their invoice.
Note:
In the header, I display the invoice date, inv # (dataset1) (referencing textboxes in the Body)
In the Body, I show the...
From aspx.cs I call a Class in AppCode. I would like to get returned SqlDataAdapter. Attached is how I get returned SqlDataReader.
The columns I get returned from Sql database are: Col1, Col2...
Can someone please help short circuit the learning curve on setting up Crystal Reports on a web server. I don't have the time to become an expert at this time, my application is already deplo...
I am using Visual Studio 2005 (VB .net) and I have created a Crystal report.
I created a strongly typed dataset to develop the report, then I used an SQL query to select data and create a d...
I've created a Windows Service in .NET 2.0 (C#). I have it's service installer StartType = Automatic. Does this mean the service always starts on installation?
Will the service automatica...
I am checking user input on a datagridview using the CellValidating event.
The cell I'm checking has a date value, and I cannot allow the user to enter a date less than today.
I have wri...
I have a TreeView control and a navigator (BindingNavigator) on my windows forms application. I want the last user only control the selected Node on the treeview by the navigator... not by cl...
Hello, I'm a beginner of OpenGL. Now I have a question to ask. I have defined a house as following
(0, 10, 54) (8,16,54) (16,10,54) (16,0,54) (0,0,54)
(0,10,30) (8,16,30) (16,10,30) (16,0,3...
Hi
I am trying to execute a Oracle function which takes two parametes as Input and return's a varchar as output>I am trying to call the function in the similar way as we call a Stored proced...
HI,
Expert
I need to create store procedure thru vb.net , and check to store procedre exist or not
i am useing sql 2005 and vb.net please help me
I have very specific questions I am asking mainly in order to save time since the project deadling has come close and the specs changed.
I am developing an applicaiton usign Visual Studio 2...
Hi,
this is the asp.net code
<asp:RadioButton ID="RadioButton1" GroupName="source" runat="server" AutoPostBack="True" />
UK
<br />
<asp:RadioBu...
I get following error from a code in code behind:
"The type 'System.Data.SqlClient.SqlDataReader' has no constructors defined"
What am I doing wrong?
Hi All,
I am pulling my hair out on this one. I used Word to print off documents from a VB.Net Application. The Printing works fine when I am printing to a locally attached printer. When ...
Hello, I try to add wmp.dll as a with project/add reference/Comp and also by dragging the wmp.dll from windows explorer to the toolbox but the MediaPlayer icon doesnt appear in the toolbox.
...
In .NET 2.0, I'm setting the visilbility of a button on a winforms app to false:
mybutton.visible = false;
However, the button is always visible. I check the code before exiting the for...
I have a blank crystal report, and I would like to know how can I send a dataset to the report, and generate the report dynamic.
I have this on my code, but when I open the report I get an ...
The code below cannot be compiled in console application as the system.windows.forms name space doe snot exist in VS. how can I add the name space? or name sapces?
Would anyone know off the top of their head what to check next. I have spent hours looking at this. I am running Vista. Thought that may have something to do with it but I moved the program to...
Hi There - I keep receiving this error when I attempt to run the attached code - it is in the first Try area - this is the error - the actual code snippet is attached also. What am I doing wr...
Hi All
Please help!
I've got a SQL datasource on one of my .aspx pages
eg
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:WebDataConn...
Hello
I want to Display Data(Like Parent and Child) in GridView by DataSet with Relationship between Two TAble in ASP.NET2005.How i will show in gridview. Plz Send me code or way .it urgent ....