Hi All,
I am new to the ASP.net and am trying to get this menu links work.
I have the style classes for active link and inactive link.
And here is the coding to load the path to the datalist.
currPath + "leaveSelMyNotification.aspx?TabIndex = 1"
It works well that it can trace the current...
Hi Chrissie,
I was doing the testing on this, so I created a datatable with only 2 columns.
The error given is:
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll
Additional information: System error.
Do you have any idea on this?
Hi...
Hi All,
I have a data table with hundreds of records and would like to insert them to the database in one batch.
Below is my coding. But it gives me error at the
da.Update(dt). What's wrong?
Private Sub InsertGLTable(ByVal GLRec As DataTable)
Dim conn As New...
The txtDouble is the ascendent user control, so in the form, I just drag it from the toolbox and use it.
I rename it in the form, for eg. txtInput1, and just use it as normal user control. It does run the validation events written in its ascendent (txtDouble). The only problem is it didn't...
Hi All,
I created a text field user control (txtDouble), in which I do all the validation in this text field to only allow double data type to be entered.
In the form, any fields that need only double data type entry, I will inherit my user control (txtDouble). But I don't understand why the...
Hi All,
What's the best and easiest way to print the report in PDF file format?
All the data are retrieved from the DB and need to be previewed in PDF file. How can I do that?
Thanks
Hi All,
I have scalar function in which I wish to call it to return me the value for my field in the report. How can I call the function from the expression to return me the value?
Thanks,
Shelyn
Hi All,
I received this error message on the reporting:
The value expression for the textbox ‘RoleSR’ uses an aggregate function on data of varying data types.
Here is my expression:
=IIF( Fields!SubtRate.Value = 0, Fields!Scores.Value , (sum( Fields!SubtSR.Value) * Fields!RoleRate.Value) /...
Hi All,
Since the edit field does not allow aggregate function, so I use text box to do the aggregate function.
But when I want to sum up or average up my text box, it does not allow aggregate function for ReportItems also.
So what is the way I can do my report?
I would like to average...
I just want to write the mid function to retrieve the character from the string. Like VB we just need to write
Mid(string, int, int), but for C++ I don't know how to apply the Mid function.
I know CString::Mid and this is the example I found from MSDN:
Example
The following example demonstrates the use of CStringT::Mid.
//typedef CStringT< TCHAR, StrTraitATL< TCHAR > > CAtlString;
CAtlString s( _T("abcdef") );
_ASSERT( s.Mid( 2, 3 ) == _T("cde") );
But I...
Hi All,
I am new in using Visual C++, I would like to write a simple function and compile it to DLL file. How should I start it? I don't even know how to create the DLL file, where should I get the example to learn it?
Thanks a lot.
Is there any function in the Sybase ASA that can lock the certain table from being accessed by outsider? Like set the password to certain table so that only authorized people with the password can access that table.
Or is there any very secure way to lock the whole database from being accessed...
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.