Hi all,
I am printing a text document using the system.drawing.printing namespace. It prints fine on the letter size paper. But I want to that to be on legal size paper. Any body have any idea. Any code sample?
Thanks in advance
LJS
Hi all,
I am trying to install a windows service using the InstallUtil.exe.
But it is throwing the System:IO:fileNotFoundException,
ie file or assembly ,or one of its dependency not found.
Any body have any idea. I am totally new to this.
Thanks
LJS
I am attempting to write some code (in a VB web application) using a timer that executes every 5 seconds. So far the only code I've found that does this task is similar to:
<%@ import Namespace="System.Timers" %>
Public Sub ProcessTimerEvent(ByVal sender As Object, ByVal e As...
Dim SqlAdapter As SqlDataAdapter
Dim DS As DataSet = New DataSet
sqlstmt = "select * from temp"
cnn ' is the connection
SqlAdapter = New SqlDataAdapter(sqlstmt, cnn)
SqlAdapter.Fill(DS, "dsname")
RowCnt = DS.Tables("dsname").Rows.Count
Hi all,
I want to send a request file (Text file) to a remote server and listen (get) the response from them in an aspx page. Any body have any idea.
Thanks
Lini
Hi all,
How to search the position of the first alphabet in a alphanemric value.
For eg.
"12345 QRS"
I want the position of the Q , 7
I wrote the Instr function like
pos = Instr("12345 QRS","[A-Z]*")
It is not giving the result.
Thanks,
Ljs
Hi all,
How to pass the stored procedure parameters , where the stored procedure is used in crystal reports. I am using CR.net.
The parameters should take the value from a web form. Any body know the commands for that. I am new to this.
Thanks in advance.
LJS
Hi,
How to pass the parameters of the stored procedure,the stored procedure is used in the Crystal Report.
I am creating the CR.Net report. Through a viewer I want to view the report.
Any body have any idea.
Thanks in advance
LJS
Hi,
How to pass the parameters of the stored procedure,the stored procedure is used in the Crystal Report.
I am creating the CR.Net report. Through a viewer I want to view the report.
Any body have any idea.
Thanks in advance
LJS
HAs anyone used barcode in Crystal Reports , which is viewed with the CrystalReortviewer control? Where did u purchase the barcode fonts and UFL?
I tried to display a report with free barcode font using the CrystalReportviewer , but in vain?
Any suggestion???
Thanks in advance.
LJS
Hi,
I am using CrystalReportViewer for displaying Crystal report in an aspx page. But
I am getting a error
"File or assembly name CrystalDecisions.ReportSource, or one of its dependencies, was not found."
in web.config file of .NET
I have CR 9, and CR RAS installed.
Thanks
LJS
Hi,
I am getting a error
"File or assembly name CrystalDecisions.ReportSource, or one of its dependencies, was not found."
in web.config file of .NET
I have CR 9, and CR RAS installed.
Any clue is welcome
Thanks
LJS
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.