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 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...
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...
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.