Hi Pals,
I am n need to Block Print screen button in my web application client side (ASP.Net)
iam using the below script to Block CTRL keys.but unable to trap "Print Scrn"
/*Controls the CTRL keys*/
function keyWhat(e)
{
if (window.event.ctrlKey)
{
window.event.cancelBubble = true...
Hi All,
I am n need to block CTRL+C,CTRL+V and Print screen options of my ASP.NET web application in client side.
Any innovative ideas are welcome.
thannks n advance.
Hi Pals,
I am having a ASP.NET application where i use VB code.
I have to Download a Excel File Report to a Virtual Drive...
I.e....
Application will be running in IIS server but the Excel files has to be Downloaded in another DB server(just a Download)..
I am using a Streamwriter for the...
Hi Guys,
I just want to create Class , attributes , methods, properties,assignments statements etc... DYNAMICALLY
(i.e Execution time)
Any Idea......
Thanks in Advance
Hi Guys,
In My application iam using English calender based date settings. But When the user changed to calender settings to japanese Calender then My SQL statements which used to retrieve data based on DATE is Not Working.Since the date stored in database is in english format.
So i need to...
Hi Guys,
Iam having a Windows service which will execute sme piece of code periodically .During that iam writing Log in EVENT LOG. Upto this every thing is Fine.
In the Event Log i want to set the Overwite option for the Log programmatically.
i.e i just want to set the property of the Log to...
Hi Guys,
Iam Filling a datagrid with dataTable. Data Table has Numeric Values. I Just want to format my Numeric Values with comma.
i.e dr(rowindex) = Format(prdtsum, "###,###,###,###,###,###,##0")
Its working Fine. Numeric values are formatted bu comma delimeter.
But Data Grid Sorting is...
In my application iam having a main report and 5 subreports for that ....report is working fine..but i dont want to display the subreport to displayed in a separate TAB when v click on the subreport.....
can u help me....
How you can change the width of grouptree width in report viewer in windows .NET application form. OR make it disappear ?
If set ShowgroupTree property to false at design time, it disappears the tree, but still show a wide empty space over there. Want to remove that.
Thanks in advance.
How can i change the Textobjects text of crystal report thru vb.net
objsfa_act_rpt_SQL.SetDataSource(m_datset)
objsfa_act_rpt_SQL.Section2.ReportObjects.Item(0)----> iam having text objec names TEXT2 in section2--> how can i changethe text of that here...
I just want display my screens on the centre of my monitor. for that screen top and left values has to be set up according to monitor resolution and screen size..
consider the screen resolution case based on that screen's position must change....
how to do that?...
Can any one help..
thanks...
I just want display my screens on the centre of my monitor. for that screen top and left values has to be set up according to monitor resolution and screen size..
how to do that?...
Dim list As Collection
While count < list.Count
If DataGrid2.Item(count, 0) Then
tmpobjEmp = list.Item(cnt)
If tmpobjEmp.m_empid = DataGrid2.Item(count, 1) Then
tmpobjEmpins = New Employee
m_empid = 0...
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.