Nice, its really nice to hear. Thank @Tadit to share that.
Gaurav Arora http://gaurav-arora.com
Nice, its really nice to hear. Thank @Tadit to share that.
Gaurav Arora http://gaurav-arora.com
Respect for International Business Machine (IBM)
Gaurav Arora http://gaurav-arora.com
I use i7 4th Gen
Gaurav Arora http://gaurav-arora.com
Could you please tell me the way with code if possible?
I have an Word Document I need to print it directly on hard paper without opening at the client end. Is there any solution to directly print the word document without using ActivexObject and any third party tool?
In my case data is very heavy so browser creates a problem while rending so, I withdraw to use Window.Print, now I have all in hidden fields. Also, I tried all in Stringbuilder. Now, problem is how to get all printed with proper formatting.
Hi have all html data in an hidden field and I want to print it on paper without rendering on the browser can any one tell me the solution. Problem: When tried to print the data it prints like this: <b%>Printing</b> But I want output as Printing
modified on Wednesday, August 19, 2009 10:41 AM
No, actually I have all html data in an hidden fields. Your solution is a good for static data but I need to print rendered data
I want to know number lines while printing on the paper. To know the number of lines in a file is hardly helpful in my case. I have marked and underline my question to better understanding.
Issue:b> Want to calculate number of lines per page approx. 60 lines per page, while printing from HTML data stored in a Hidden field. Description: In my project I have created html from database and get it into an hidden field from code behind. Now, at client side I am fetching the data according to the conditions. Now, I want to count the sixty lines per page. Can anyone tell me the solution?
Here we are facing the problem : On the page complete contents are not displaying but while we check the Page source and copy/paste it into a static html page all contents will be displayed. Is there any limitation of browser related to maximum length of a web page. I googled and found that the limit of a web page should be 10-30KB but in the same project we have pages with length upto 55 KB. Can anyone help me out?
I am developing a content management Site and define custom roles. Can anyone tell me the way how to get defined custom roles for my members and subsequent Menus for these roles and how to manage all these? Please note: We are not using Asp.net Membership Provider, we have to apply our custom roles.
I am getting the problem of aspxerrorpath. I dont want asp.net to validate this variable, even when I have custom page error enabled. If I write something like
alert(7);'">https://...../asd.aspx?
aspxerrorpath=<script>alert(7);</script>'
it throws an error and forward me to the aspx error page by default and not to one of my pre-defined custom error pages. Why? How can I override the aspxerrorpath behaviour?
I have a scenario in which need to calculate the Server Time for uploading files as per the Connection speed. Example: Need to calculate time to upload files with Connection speed 256Kbps and more If connection breaks then checking the remaining time and restart the download or upload operation where it was break
I have written earlier in C/C++ but currently, I need it to convert into C#. Can anyone tell me the code/way How to write drivers in C#? Actually currently I have some problems with my old application written in C++ and we have to write the drivers of our LPT1,COM Printers and other USB drivers in C#.
I want to set an alert service for my website users for there tasks. These alerts are like Messenger alerts. My web site is in asp.net C#. Here is the scenario I want to set for alerts: I retrieve the alert messages for users through a webservice and I want utility which displays alerts for users at client site. Can anyone help me to sort out the problem?
Can anyone tell me is it possible to executing '.exe' or '.dll' file(s) to run Asp.net on Linux server? I know its possible with the use of Mono project. But is it possible with the use of Mono Project? Thanks in advance.
Thanks for your attempt, I knew how to handle it in .NET2.0 but I want to do the same in .NET1.1, the requirement demanded so. I have to use Requirefieldvalidator not Custo,Validator. Thanks :laugh:
Hi all! :laugh: I am facing problems while writting an Asp.net application in VS2003. Actually I have four text boxes on a web page everyone has its own requiredfiled validator and having two buttons on the same web form. Now, Whenever, I will hit either button the both validators will validate and the IsValid returns false. I want to validate only two validators by pressing buttons. Example: It will work like this, when I will press Button1 then only first two text boxes validate and other remains not validate and vis-a-versa. The following is snippet of my web page: <asp:TextBox ID="text1" runat="server" /> <asp:RequiredFieldValidator ID="rfv1" runat="server" ControlToValidate="text1" ErrorMessage="validate" /> <asp:TextBox ID="text2" runat="server" /> <asp:RequiredFieldValidator ID="rfv2" runat="server" ControlToValidate="text2" ErrorMessage="validate" /> <asp:TextBox ID="text3" runat="server" /> <asp:RequiredFieldValidator ID="rfv3" runat="server" ControlToValidate="text3" ErrorMessage="validate" /> <asp:Button id="button1" runat="server" OnClick="button1_Click" /> <asp:Button id="button2" runat="server" OnClick="button2_Click" /> Gaurav Arora