Either pickup/drop cab facility or Parking space Health and life insurance Meal card Mobile phone reimbursement once per year, a two day trip to any nearby resort.
Madhanlal JM
Posts
-
Job Packages -
First True Love?My First true sweet love is BASIC. When I saw my Name in the screen by the following code 'PRINT "Madhanlal" I felt really really happy. :-D
-
Waiting for else part executionToday I came across the following code
if (1=1){
doSomeThing();
}
else{
doBestThing();
}I am waiting for the execution of else part :-D
-
What browser are you using?Office permits only IE, My personal favorite is FireFox, then chrome.
-
IM in the officeSince it is in sync with the outlook calendar, Ms office communicator is a fantastic tool. We are using this.
-
Check Box event wont fire inside DataList in asp.net 2.0Hi, I have a CheckBox1 in the Header Template of the DataList. and other checkboxes in the item and alternate template.. What i want to do is, When i select/deselect the CheckBox1 (header template), All other CheckBoxes in (item and alternate template) should select/unselect correspondingly. I use Div inside all the templates instead of Tables. The problem is, I am not able to capture any of the Event of CheckBox1.. Any Suggestions plz.. Regards mukul
-
Xslt (table row shrinks in resultant html) [modified]Thanks for your reply George. i have piced the records from db. and using xslt, i transform to html with 3 columns and and 14 rows. I set the paper size to a4 using @print in style sheet. But When printed from a browser(ie), Table size and Table row shrinks a little. Values given in the xslt for each row and table dimensions are not reflected exactly in print. Does the display:block applies to Row of a table in html? Any suggestions or ideas plz..? Thank you George
-
Xslt (table row shrinks in resultant html) [modified]Hi I have to print 14col x 3 rows = 42 labels from my asp.net. I use Xslt transform to display the labels in the aspx page and label width and height also specified in xslt. Also i use style sheet to set paper size a4, and margins,,. When the resultant page is sent to printer from the IE-->Print the Height of each row is shrinked. Any suggestions please. -- modified at 6:24 Wednesday 11th July, 2007
-
Xslt in asp.net (table row shrinks in resultant html) [modified]Hi I have to print 14col x 3 rows = 42 labels from my asp.net. I use Xslt transform to display the labels in the aspx page and label width and height also specified in xslt. Also i use style sheet to set paper size a4, and margins,,. When the resultant page is sent to printer from the IE-->Print the Height of each row is shrinked. Any suggestions please. Mukul -- modified at 5:43 Wednesday 11th July, 2007