AJAX :: How To Apply Water Marks
Sep 6, 2010I am displaying data on a grid ..I want to show some watermark kind of thing on that grid (Copy right related information as water mark)
how to acheive this on a gridview.
I am displaying data on a grid ..I want to show some watermark kind of thing on that grid (Copy right related information as water mark)
how to acheive this on a gridview.
HOw to print water marks. It show's on my page but when i give prnt command it will dissapear.
View 1 RepliesPlace watermark image on other images (C#, ASP.Net)
how to add water mark to a photo during uploading in asp.net ???
How we can avoid the saving of watermark text of a textbox while saving? In my application, I have one textbox which has a watermark text like enter value(by using ajax textbox watermark extender). when i save the form, the text box returns the value of some white space corresponding the letters of the water mark text. And i used to trim(). but it is saving as old manner.
View 2 Replieshow to add water mark effect over uploading image...
View 2 Replieshow to create Water Ripple in asp.net
View 1 Repliesi am creating a web from, i am a fresher, how can i create a water mark, i mean if we are going to enter our first name means, if our customer place the mouse cursor in that field means, it will automaticaly shows in the otherhand side like enter your first name and it should be with in 15 letters like a watermark or content box, can you people understand my question.
View 2 RepliesI want to know, Can we apply ajax control for application(not web application!!) ?
View 1 Repliesbelow is my code.
[code]...
i want to apply style to this calender but i dont know how to do this....
I need to save the marks in database for each student...I have one drop down list..In this drop down contain 2 std 3 std 4 std, etc..if the user click 2 std ,2 std subjects are display in the grid with textbox for marks upload...If the user click 3 std, 3 std subjects are display in the grid with textbox...and also save the entered marks into database..and i need to edit the marks.
View 1 Repliesi have 9 tabs in TabContainer
i need to apply individual styles for every tabs. but TabContainer theam is working for all tabs
i have created 9 theams and assigned for every tabpanel. but it's not working..
how can i apply themas for individual tabpanel in TabContainer.
URL....I have written a script to check all check boxes in a grid view, I would like to apply this script for child grid view grdchild how can i add this script
<script type="text/javascript">
function checkAllBoxes() {
//get total number of rows in the gridview and do whatever
//you want with it..just grabbing it just cause
var totalChkBoxes = parseInt('<%= this.grdchild.Rows.Count %>');
var gvControl = document.getElementById('<%= this.grdchild.ClientID %>');
[code]....
I'm having problem getting the syntax right for an SQL statement for a Progress database. I have the column "Resource" which is a reserved word and according to the Openedge SQL Reference I can only use reserved words if I delimit them with double quotation marks.
So how do I write this line...
Dim comm As New OdbcCommand("SELECT Resource FROM PUB.ActOper WHERE CreDate > TO_DATE ('05/24/2010')", conn)
...with double quotes around Resource? I've tried a bunch of different combinations but I get "Expression expected" or "valid continuation expected" or something similar.
I develop one concept, i want to query how to compare marks/reports all student in a class, compare subjects, previous marks/reports. another concept in my page i display charts in this charts i put a dropdownlist in this ddl pie, line, bar charts are their but i selected any one that chart type visible
View 1 Repliesthe cases are listed below;
82&?
82,9
abse82,9>dpkg
After Regex
82
82,9
82,9
I use the following to show a data bound confirmation message but some how the quotation marks aren't shown properly.
[Code]....
I'm running into a really weird issue: when a user copies text from another file and pastes into an ASP textbox, question marks occasionally appear. For example, copying text from one file ("P/U FILE5") pastes correctly into the ASP textbox, displaying as "P/U FILE5"
However, in the database, the text is stored as "P?/?U FILE?5"
So by way of checking and converting the textbox string to a byte array, I see byte values like this: "80 63 47 63 85 70 73 76 69 83 63 53" which means that when I actually look at the VALUE of the textbox string, it's actually sticking question marks in there. But they don't appear anywhere in the textbox!
Iam new to Ajax Asp.Net
Iam facing a problem in ModalPopupExtender, i have made a usercontrol to show a popup frame and made popheader for dragging the header. but iam unable to find the panel id for PopupDragHandleControlID. can anyone tell me how to do. user control
[Code]....
how to highlight todays date in calender extender control popus and how to apply background color to every cell in calender control
and how to apply css
[Code]....
[Code]....
I have the following string:
<div id="mydiv">This is a "div" with quotation marks</div>
I want to use regular expressions to return the following:
<div id='mydiv'>This is a "div" with quotation marks</div>
Notice how the id attribute in the div is now surrounded by apostrophes?
How can I do this with a regular expression?
Edit: I'm not looking for a magic bullet to handle every edge case in every situation. We should all be weary of using regex to parse HTML but, in this particular case and for my particular need, regex IS the solution.
Edit #2: Jens Ameskamp helped to find a solution for me but anyone randomly coming to this page should think long and very hard about using this solution. In my case it works because I am very confident of the type of strings that I'll be dealing with. I know the dangers and the risks and make sure you do to. If you're not sure if you know then it probably indicates that you don't know and shouldn't use this method.
As i am trying to do crystal report task as it is aim is to calculate the Sum Of Subjects Marks And calculate the percentage ....I am not able to calculate the percentage.
View 1 Replies[Code]....
i'm using this to save a cookie when users marks the remember me box but its not working.
have a web based application (ASP.NET 2.0) on a virtual dedicated Windows Server 2003 SP2 box, that converts HTML forms and converts them to PDF using ABCpdf. It has been around for years, and hasn't been changed for at least the last two of those years.Three days ago it started placing question marks throughout the outputed PDF documents
View 1 RepliesI have created a student webpage with many tables like student info,test1 marks,test 2 marks and so on now i have to generate a report for each and every student with their details and average marks in each subject
View 4 RepliesI am wanting to concenate a string inserting a quote. How do I do that? i.e. label.text = "quotation mark" & "new" & " " & "name" I want to be able to see "new name" in the end with the actual quotation marks.
View 4 Replies