Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for VRamone

Hello, how can I insert a single image on the top of a XSL document? I tried this code below: <xsl:stylesheet version="1.0" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" > <xsl:template match="/"> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40"> <!-- Styles added.... --> <Styles> <Style ss:ID="Default" ss:Name="Normal"> <Alignment ss:Horizontal="Left" ss:Vertical="Bottom"/> <Borders/> …

Member Avatar for rproffitt
0
304
Member Avatar for VRamone

Hello, i'd like to capture the content of an ext:panel or a screenshot of the whole browser from a client, but i'm having troubles. In localhost, i can do it with CopyfromScreen method, but since the system is in a server and the user acessing it via web, it gives …

Member Avatar for rproffitt
0
293
Member Avatar for VRamone

Hello guys,how are you? well im in a bit of trouble,so i want some help. I´m developing a site in VB.NET that in the beginning the user must login to access other pages.This part is ok,the user logins successfully and goes to members area.In this area,i would like to show …

Member Avatar for mahak.butt2
0
2K
Member Avatar for VRamone

Hi there,i´m having troubles trying to make just a part of my string to be in bold. the code is: String tudo = ""; foreach (Ent_Proposta_Executada_Item item in neg_prop_exe.ItensProposta) { tudo += item.NumItem + " " + item.DescrItem.ToUpper() + "\n" + item.ConteudoItem + "\n"; } i want that the value …

Member Avatar for skatamatic
0
893
Member Avatar for VRamone

hi,i would like to add an 'onChange' to my <ext:TextField> to execute a function,but it´s not working.Any ideas?

-1
76
Member Avatar for VRamone

Hi,i´m having a terrible time to discover how can i create masks to some field. Like for example,i would like that when someone fills a phone field,would appear (00)xxxx-xxxx, and such. I already tried to make a javascript function,but it seems that it doesnt work with EXT,because the field is …

0
140
Member Avatar for VRamone

Hi guys,how are you? =) i have a doubt,with ListBox =/ i want to get the selected item the user clicks and then put in another listbox,but it´s not happening,it says 'cannot be indexed because it has no default property' is there an easy way to solve it? my code …

Member Avatar for vuyiswamb
0
145
Member Avatar for VRamone

Hi guys,I´m Vinny Ramone hehe and i´m a punk rocker,and during free time i´m a programmer =p I program with Java mainly,both desktop or Web,and now ASP.NET,that is a bit new to me. If you guys want to chat about music,or aboru programminbg language,u can send me a PM! =D …

Member Avatar for VRamone
0
73