Hey All, I'm working on Multi language application, which supports around 22 languages. The problem is how do I show standerd "Open File", "Save" and "Print" Dailogue in other languages ? Thanks in Advance...
Prashant C
Posts
-
Multi Language Support for C# application -
SQL Broker ServicesWhat is Broker service in SQL server and How to enable Broker services on MS SQL Server 2005? Thanks PRT
-
WCSF in MOSSIs it possible to implement WCSF (Web Client Software Factory) concepts in MOSS 2007? Thanks PRT
-
SoapExceptionI am trying to send the value 1063920.0000 as decimal type to XML Webservice at that time i'm encountering following error. "SoapException: Server was unable to process request. --> Arithmetic overflow error converting numeric to data type numeric. The statement has been terminated. ". Please help me to solve this :):):) Prashant V C
-
Conersion to DateTime Data type from StringI have date in the format dd/mm/yyyy and I want to convert it to mm/dd/yyyy fromat as DateTime datatype, I hope you understood the problem, please help me in solving this... :((:((:((:((:(( Prahsant V C
-
Calling BRE rules in C# projectHow to call BRE rules in C# applications like windows forms or web form, if possible please provide samples.... Prashant
-
Date format problemI have created one table with DATETIME datafield, but its allowing me to store date only in 'mm/dd/yyyy' format so, how do i change the format of this field to 'dd/mm/yyyy' I hope you understood the problem.... Thanks. :-D Prashant C
-
XSL Transformation QueryPlease Help me in solving this problem... I have two xml files First File <root> <elm id="1"> <elm id="2"> <elm id="3"> </root> Second File <root> <EL id="1"> <EL id="2"> </root> now i want filter the first file elements based on Second file attribute, means i want to compare second file attribute and first file attribute in XSLT :((:((:((
-
How to show Text in Tamil FontsHi Friend, There no need to install Tamil Fonts in Client browser, Just visit the following link. It gives you the interface to type Tamil, type whatever u require the paste it in ur page. http://www.vishalon.net/TypePad/TamilTypePad/tabid/103/Default.aspx\[[^](http://www.vishalon.net/TypePad/TamilTypePad/tabid/103/Default.aspx "New Window")]
-
Call Javascript from code behindIs it possble to call JavaScript function in code behind file? If yes, how to achive that? :confused::confused::confused:
-
Model Pop Up Control in ASP .Net AjaxIs it possible to Show model pop up on page load?? Please give me solution.... :((
-
Merge XMLCan we merge two xml documents using XSLT ???
-
Database and XSLTCan we Query database in XSLT/XSL ?? or can we pass values to XSLT/XSL through C# or VB.Net ??? Thanks in advance.....
-
Database and XSLTCan we Query database in XSLT/XSL ?? or can we pass values to XSLT/XSL through C# or VB.Net ??? Thanks in advance.....
-
How to get list of tables in SQL ServerHi Everyone, How to get the list of table name and tables related to them, in SQL Server Database??? Thanks in advance........... -Prashant :rose:
-
ASP.Net Ajax and SQL Reporting ServicesI am using ReportViewer control in Update panel, when run the application i can't use some commands on report viewer tool bar like Print and export. why it is so ?? is ther any solution available ??? And also tell me is there way to override these commands. Thanks in Advance :)
-
Biztalk ProjectI am trying to add referece of WCF Web service in BizTalk Server 2006 Project trhough WSE 2.0 adapter, i'm encountering the followin error Unable to cast object type of 'System.Xml.XmlElement' to type 'System.Web.services.Description.ServiceDescriptionFormatExtenstion' Please help me in solving this Thanks in Advance :rose: :((
-
BizTalk ClarificationHi, I would like to know "how to write code in .net using the .net connector that will recive Idoc's from a SAP System?". Can Biztalk do this without writing .net code ? I have used the "SAP Adapter for Biztalk" and have been able to download the IDoc schemas. Now that i have the schemas, i would also need the Idocs. Thus i will reframe my question again "How can i receive the Idocs from the SAP System to BizTalk?. " Any pointers on this would be extremely useful.Please help me.
-
Doubt in Stored procedureI written strored procedure as below create procedure testProc @param varchar(100) as select * from authors where au_id in (@param) when i, execute this with following parameters, it gives me error. I execute it like this.. exec testProc('''2104206'',''123''') Regards PVC :sigh:
-
Function Parameters...How to define optional parameter in C# fuction or can define single optional parameter???? please help me Thanks in Advance..