Answer Questions
Zulban Interpreting the data from database schemas
I am using ODBC and specifically the MS Access driver but I could also use some general knowledge about these issues if nothing specific is available. How should I go about retrieving the number of rows in a table from a data source without retrieving all the data Normally, you would "Fill" a DataSet with one or more tables using an Adapter, initialized with the proper connection to the data source and the desired SELECT query. The problem is, a ...Show All
CJW99 SOAP EXTENSION PROBLEM, HELP ME
Hi all, I had try to make a simple soap extension in C#, but there is an error during debug my program. this is an error message : An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of '', but expected 'text/xml'. i implement this SOAP EXTENSION code with including ServerExtension.dll into client/bin and web servic ...Show All
warez! XmlTextReader
Been trying to read a simply xml file. Looked at and tried a few samples with no luck. Funny thing is, I do this all the time in actionscript. But, here is the xml file.... < xml version ="1.0" > < Parms > < Name > test1 </ Name > < Uname > test2 </ Uname > < PW > test3 </ PW > < Server > smtp.isp.com </ Server > < Pop > smtp.is ...Show All
Msiza Sql Server Access Database
I am running windows home edition with my IDE and i need to get to my Veiw Designer..It says that i can go to View and right click and go to a sub menu called New view but i dont see that...I am connected throught MS Jet Databases...What should i do From the server explorer you should see your database and when you click on it the database icon should show an electrical plug indicating you are connected to the db...then expanding your view ...Show All
wstrnsky99 Copy to Output Directory does not copy to Application bin folder
Hi there, I use a separate Application and Library project with the application project referencing the library project. The library project uses an xml file that needs to be available in the same directory where the program is running. I set the "Copy to Output Directory" property for the xml file to "Copy always". When compiling the complete solution, the xml file gets copied to the bin folder of the library project, but not the applicat ...Show All
captmoroni3 New to xml and how to read an xml doc advise needed
Hi, Strange enough i have never played with xml very much.I have some questions and hopefully you guys will be able to answer them. 1)Need to read/Loop through an XML file whilst looping there might be both elements and attributes .Is there a generic way of looping through both the elements and attributes.I looked in the MSDN and I could not find an example. 2)Reading/Writing xml can be done in many ways. when shall i use the textReade ...Show All
TejasPatel Cannot view XML input using XSL style sheet
I am a new .Net developer. i was given an existing DB, and modified it for my department. I intalled Visual Studio on my PC, and I think I have IIS going correctly (I can create a virtual server). But when I go to launch my homepage I get: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. I had the same problem whe ...Show All
mschetu well format xml
Hi, I get an xml file, which is not well formed, it's structure is like: <groups> <group> <name></name> <desc></desc> <items> <item> <name></name> <desc></desc> </item> </items> </group> </groups> As you can see, the problem is, that some nodes are defined in different mapping types. I can't do anyt ...Show All
bora237 Need help in accessing web control from within Javascript.
wrote in message news:c8a19d3b-91bc-491d-ac47-3120799843cf@discussions.microsoft.com > this is in the header section of the aspx page. > > function faisal() > { > var a1 = document.getElementById(' '); > document.getElementById(' ').Text = "hello"; > return false; > } I don't know any DHTML element that would have Text property. View the source of the HTML page as seen on the client, figure out what HTML element corresponds to y ...Show All
Phil Winstanley ASP.NET MVP Two PIA's Conflict
Hope someone knows why it is happening: I am using two different PIA's (different versions of the same exe) to load two addins on COM application. The addin1 loads (using PIA1) and modifies a command collection on the base com App and loads perfectly fine. But when the second Addin (addin2) loads (using a different PIA- PIA2 ) it fails when I try to loop over the command collection , that was modified in addin1. It errors ...Show All
Sreejith K Serialization of array of objects, containing array of another objects....
Hi all, This is my first post here , hope you know answer to this. I have a situation where webservice is returning array of object A which contains array of object B which internally contains array of object C. class A { [XmlElement] // this was added on later on and works fine B [ ] B_array } class B { //[XmlElement] // here does not work as in Class A above C[ ] C_array } class C { int i, string s } All classes and variables ...Show All
neolace Multiplatform .NET (or running a .NET app under linux)
Hi, When I started studying .NET, the first thing we were told was "the .NET framework is multiplatform, you can use it in any OS". I didn't find any obvious way to compile applications for linux, and I was wondering if it is possible If yes, could someone direct me to a guide Thanks in advance, Ameralis Zaiir ...I'd like to add something here... MSIL was officially introduced to allow applications to run on d ...Show All
Roman K ShareValues Between ApplicationDomains
Is there any way in which I can share values between ApplicationDomains. I create the SecondApplication Domain using Dim appDm As AppDomain = AppDomain.CreateDomain("ABCD") Now I want to share values between the two Application Domains. Hi Stephen I am struggling to get a PlugIn architecture working and thought that you may be able to shed some light on whats going wrong. The test (VS) Solut ...Show All
Duncan Ellison Call VB Script in WebService
Dear Friends, I have VB Script with my Logic.. So I would like to call the VB Script in my ASP.NET Webservice. Is it Possible ... Thanks in Advance. Regards, Vasanth sure. . . but what do you mean by you have vbscript with your logic Dear Friends, I am having vbs file.. I just want the functionality that How to call that vbs file in Webservice. for eg: dim a dim b dim c c=a+b if I pass the Value to a &am ...Show All
Shawn Stern ConnectionState enum
Whats the best way to check the ConnectionState of a SQLConnection object I need to close and open connection for purposes of pooling. Heres how I handle it now: When closing: If SqlCnn.ConnectionState = ConnectionState.Open 'Closed End if When opening: If SqlCnn.ConnectionState = ConnectionState.Closed Then 'Open End if If the connection is fetching or executing, will the ConnectionState.Op ...Show All
