Click here to Skip to main content
15,923,910 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Open source and >net Pin
Michael Sync10-Aug-07 6:03
Michael Sync10-Aug-07 6:03 
AnswerRe: Open source and >net Pin
.NET4Ever14-Aug-07 18:03
.NET4Ever14-Aug-07 18:03 
QuestionCan u plz give me a sample XSL code to collapse all the nodes in an XML document Pin
Rocky#9-Aug-07 21:18
Rocky#9-Aug-07 21:18 
AnswerRe: Can u plz give me a sample XSL code to collapse all the nodes in an XML document Pin
Michael Sync12-Aug-07 5:34
Michael Sync12-Aug-07 5:34 
GeneralRe: Can u plz give me a sample XSL code to collapse all the nodes in an XML document Pin
Rocky#12-Aug-07 18:56
Rocky#12-Aug-07 18:56 
GeneralRe: Can u plz give me a sample XSL code to collapse all the nodes in an XML document Pin
Michael Sync12-Aug-07 19:48
Michael Sync12-Aug-07 19:48 
GeneralRe: Can u plz give me a sample XSL code to collapse all the nodes in an XML document Pin
Rocky#12-Aug-07 20:02
Rocky#12-Aug-07 20:02 
QuestionWeb Service giving error .. The XML element 'EnableTheming' from namespace Pin
IamSarang9-Aug-07 20:37
IamSarang9-Aug-07 20:37 
Hi, I created a web service and exposed three functions in that. One of which is as below...

[WebMethod]
public string PostInvoiceDetails(int intAccLocID, int intSubStream, int intSupplierType,string dtInvDate, string strYearCode, string strPeriod, string strApptNo,UltraWebGrid grdGrid, string strCurrencyCode, string strExchRate)
{
FileInvoiceBO objFileInvoiceBO = new FileInvoiceBO();
return objFileInvoiceBO.PostInvoiceDetails(intAccLocID, intSubStream, intSupplierType, dtInvDate, strYearCode, strPeriod, strApptNo, null, strCurrencyCode, strExchRate);
}


Now problem is when I am passing the UltraWebGrid control as parameter inthe function I am getting below error...

The XML element 'EnableTheming' from namespace '~/Service.asmx' is already present in the current scope. Use XML attributes to specify another XML name or namespace for the element.

However removing grid object and passing dataset is working fine, but it will push me to change the function definition which I dont want to do. If any one has encountered this error before and got the solution please help me in this..

Thanks,
AnswerRe: Web Service giving error .. The XML element 'EnableTheming' from namespace Pin
Michael Sync10-Aug-07 6:17
Michael Sync10-Aug-07 6:17 
QuestionMOSS 2007 Pin
Raheem MA9-Aug-07 20:15
Raheem MA9-Aug-07 20:15 
QuestionMicrosoft Forums Pin
Brendan Vogt9-Aug-07 18:22
Brendan Vogt9-Aug-07 18:22 
AnswerRe: Microsoft Forums Pin
Michael Sync9-Aug-07 19:53
Michael Sync9-Aug-07 19:53 
GeneralRe: Microsoft Forums Pin
Michael Sync9-Aug-07 19:54
Michael Sync9-Aug-07 19:54 
QuestionWebsite Globalization Pin
Fred D.9-Aug-07 7:14
Fred D.9-Aug-07 7:14 
AnswerRe: Website Globalization Pin
Michael Sync9-Aug-07 17:04
Michael Sync9-Aug-07 17:04 
QuestionHow to set file types for file upload Pin
Prajin9-Aug-07 6:15
Prajin9-Aug-07 6:15 
AnswerRe: How to set file types for file upload Pin
Michael Sync9-Aug-07 17:10
Michael Sync9-Aug-07 17:10 
AnswerRe: How to set file types for file upload Pin
Cfer8327-Aug-07 8:04
Cfer8327-Aug-07 8:04 
QuestionSession Management using Enterprise Library Pin
Sallu17498-Aug-07 21:26
Sallu17498-Aug-07 21:26 
GeneralRe: Session Management using Enterprise Library Pin
Nilesh Hapse9-Aug-07 0:35
Nilesh Hapse9-Aug-07 0:35 
QuestionCode working in IE but not in FireFox Pin
James_Programmer8-Aug-07 21:10
James_Programmer8-Aug-07 21:10 
AnswerRe: Code working in IE but not in FireFox Pin
Guffa9-Aug-07 14:09
Guffa9-Aug-07 14:09 
GeneralRe: Code working in IE but not in FireFox Pin
James_Programmer9-Aug-07 18:23
James_Programmer9-Aug-07 18:23 
AnswerRe: Code working in IE but not in FireFox Pin
Guffa9-Aug-07 23:01
Guffa9-Aug-07 23:01 
GeneralRe: Code working in IE but not in FireFox Pin
James_Programmer9-Aug-07 23:34
James_Programmer9-Aug-07 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.